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 829265e commit eabdc95Copy full SHA for eabdc95
episodes/libraries.md
@@ -276,12 +276,12 @@ memory usage: 10.8+ KB
276
```
277
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
+- we have a RangeIndex of 80, which means we have 80 rows.
+- there are 17 columns, with datatypes of
281
- objects (3 columns)
282
- 64-bit floating point number (1 column)
283
- - 64-bit integers (14 columns).
284
-- the dataframe uses 11.8 kilobytes of memory.
+ - 64-bit integers (13 columns).
+- the dataframe uses 10.8 kilobytes of memory.
285
286
## The `DataFrame.columns` variable stores info about the dataframe's columns.
287
0 commit comments