Skip to content

Commit eabdc95

Browse files
authored
Fix typos in libraries.md
The numbers in the textual description did not match with those from the output of `df_2011.info()`.
1 parent 829265e commit eabdc95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

episodes/libraries.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,12 +276,12 @@ memory usage: 10.8+ KB
276276
```
277277

278278
The `info()` method tells us
279-
- we have a RangeIndex of 83, which means we have 83 rows.
280-
- there are 18 columns, with datatypes of
279+
- we have a RangeIndex of 80, which means we have 80 rows.
280+
- there are 17 columns, with datatypes of
281281
- objects (3 columns)
282282
- 64-bit floating point number (1 column)
283-
- 64-bit integers (14 columns).
284-
- the dataframe uses 11.8 kilobytes of memory.
283+
- 64-bit integers (13 columns).
284+
- the dataframe uses 10.8 kilobytes of memory.
285285

286286
## The `DataFrame.columns` variable stores info about the dataframe's columns.
287287

0 commit comments

Comments
 (0)