Skip to content

Commit 9f59dfa

Browse files
leestottCopilot
andauthored
Update 2-Working-With-Data/08-data-preparation/notebook.ipynb
Co-authored-by: Copilot <[email protected]>
1 parent 95ded64 commit 9f59dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-Working-With-Data/08-data-preparation/notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3795,7 +3795,7 @@
37953795
"dirty_data['country_clean'] = dirty_data['country'].str.lower().map(country_mapping)\n",
37963796
"\n",
37973797
"print(\"Before standardization:\")\n",
3798-
"print(dirty_data[['country']].value_counts())\n",
3798+
"print(dirty_data['country'].value_counts())\n",
37993799
"print(\"\\nAfter standardization:\")\n",
38003800
"print(dirty_data[['country_clean']].value_counts())"
38013801
]

0 commit comments

Comments
 (0)