Skip to content

Commit 73d6d9e

Browse files
authored
Typo, column is Name singular
1 parent cef6726 commit 73d6d9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/pandas.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,8 @@ Exercises 2
342342

343343
titanic["SibSp"].unique()
344344

345-
- We get 8 from above. There is no ``Names`` column, since we
346-
made ``Names`` the index when we loaded the dataframe with
345+
- We get 8 from above. There is no ``Name`` column, since we
346+
made ``Name`` the index when we loaded the dataframe with
347347
``read_csv``, so we use :attr:`pandas.DataFrame.index` to get
348348
the names. So, names of members of largest family(ies)::
349349

0 commit comments

Comments
 (0)