We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb0d008 + 35c12b1 commit dbfad33Copy full SHA for dbfad33
1 file changed
_episodes/04-data-types-and-format.md
@@ -324,7 +324,7 @@ surveys_df = pd.read_csv("data/surveys.csv")
324
~~~
325
{: .language-python}
326
Next, let's drop all the rows that contain missing values. We will use the command `dropna`.
327
-By default, dropna removes columns that contain missing data for even just one row.
+By default, dropna removes rows that contain missing data for even just one column.
328
329
330
df_na = surveys_df.dropna()
0 commit comments