Skip to content

Commit fd1c033

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : 14ba490 Branch : main Author : Cody Hennesy <codyhennesy@gmail.com> Time : 2024-11-05 17:03:43 +0000 Message : Merge pull request #146 from vinegar-tom/patch-3 Reference correct DataFrame in `to_pickle`
1 parent dd8d634 commit fd1c033

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"episodes/pandas.md" "5f2461a95e56e8aa3aa6851f12d3d566" "site/built/pandas.md" "2024-06-17"
1414
"episodes/conditionals.md" "b567ac5270b3dc82c4ed119870a0a890" "site/built/conditionals.md" "2024-06-17"
1515
"episodes/writing-functions.md" "99171306646b8b63c66a493acef12e63" "site/built/writing-functions.md" "2024-06-17"
16-
"episodes/tidy.md" "03e41c4d6c93d0b4b1ea4b2ea0c17522" "site/built/tidy.md" "2024-06-27"
16+
"episodes/tidy.md" "04363bbe35378f8a4829ae04f4c17c2c" "site/built/tidy.md" "2024-11-05"
1717
"episodes/data-visualisation.md" "c4713b131f46fdb0cfb94e1531803f9e" "site/built/data-visualisation.md" "2024-11-05"
1818
"episodes/wrap.md" "6e2c8fe8bab006ad451a481d27982d06" "site/built/wrap.md" "2024-06-17"
1919
"instructors/design.md" "644a2269c636c2de465fe655b899a508" "site/built/design.md" "2023-05-08"

tidy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ If we look at the data again, we will see our index will be set to date.
334334
Let's save `df_long` to use in the next episode.
335335

336336
```python
337-
df.to_pickle('data/df_long.pkl')
337+
df_long.to_pickle('data/df_long.pkl')
338338
```
339339
::::::::::::::::::::::::::::::::::::::: challenge
340340

0 commit comments

Comments
 (0)