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.
1 parent cef6726 commit 73d6d9eCopy full SHA for 73d6d9e
content/pandas.rst
@@ -342,8 +342,8 @@ Exercises 2
342
343
titanic["SibSp"].unique()
344
345
- - We get 8 from above. There is no ``Names`` column, since we
346
- made ``Names`` the index when we loaded the dataframe with
+ - We get 8 from above. There is no ``Name`` column, since we
+ made ``Name`` the index when we loaded the dataframe with
347
``read_csv``, so we use :attr:`pandas.DataFrame.index` to get
348
the names. So, names of members of largest family(ies)::
349
0 commit comments