Skip to content

Commit 01dece8

Browse files
committed
differences for PR #144
1 parent 0e3b6f6 commit 01dece8

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

libraries.md

Lines changed: 6 additions & 5 deletions
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

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"episodes/variables.md" "b4410937474e0325bdd6b68a39d0b1b5" "site/built/variables.md" "2024-06-17"
88
"episodes/lists.md" "b4549b23dd5e7fcbcc7eadae039f6686" "site/built/lists.md" "2024-06-17"
99
"episodes/functions.md" "499deb6ac29cdd4a00134176ef890616" "site/built/functions.md" "2024-06-17"
10-
"episodes/libraries.md" "e1ea10719dd52d371c0a5a2bf03f687b" "site/built/libraries.md" "2024-06-17"
10+
"episodes/libraries.md" "389f42d1a82c4fa7b8914a873d32e08b" "site/built/libraries.md" "2024-11-05"
1111
"episodes/for-loops.md" "a44b90e5f6f451c1659b7f877e0c0c4d" "site/built/for-loops.md" "2024-06-27"
1212
"episodes/looping-data-sets.md" "ff153b594bf9543fa2ed4890c4d3ef71" "site/built/looping-data-sets.md" "2024-10-29"
1313
"episodes/pandas.md" "5f2461a95e56e8aa3aa6851f12d3d566" "site/built/pandas.md" "2024-06-17"

0 commit comments

Comments
 (0)