Skip to content

Commit

Permalink
Merge pull request #146 from vinegar-tom/patch-3
Browse files Browse the repository at this point in the history
Reference correct DataFrame in `to_pickle`
  • Loading branch information
chennesy authored Nov 5, 2024
2 parents 421b0f4 + 0dce946 commit 14ba490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/tidy.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ If we look at the data again, we will see our index will be set to date.
Let's save `df_long` to use in the next episode.

```python
df.to_pickle('data/df_long.pkl')
df_long.to_pickle('data/df_long.pkl')
```
::::::::::::::::::::::::::::::::::::::: challenge

Expand Down

0 comments on commit 14ba490

Please sign in to comment.