Skip to content

Commit 14ba490

Browse files
authored
Merge pull request #146 from vinegar-tom/patch-3
Reference correct DataFrame in `to_pickle`
2 parents 421b0f4 + 0dce946 commit 14ba490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/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)