Skip to content

Commit b4a5190

Browse files
authored
Merge pull request #144 from vinegar-tom/patch-1
Fix typos in libraries.md
2 parents 1290217 + 3381737 commit b4a5190

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

episodes/libraries.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -275,13 +275,14 @@ dtypes: float64(1), int64(13), object(3)
275275
memory usage: 10.8+ KB
276276
```
277277

278-
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
278+
The `info()` method tells us:
279+
280+
- we have a RangeIndex of 80, which means we have 80 rows.
281+
- there are 17 columns, with datatypes of
281282
- objects (3 columns)
282283
- 64-bit floating point number (1 column)
283-
- 64-bit integers (14 columns).
284-
- the dataframe uses 11.8 kilobytes of memory.
284+
- 64-bit integers (13 columns).
285+
- the dataframe uses 10.8 kilobytes of memory.
285286

286287
## The `DataFrame.columns` variable stores info about the dataframe's columns.
287288

0 commit comments

Comments
 (0)