Skip to content

Commit

Permalink
add title to skipped pkl instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchang committed Oct 4, 2024
1 parent a45c51f commit d48a84b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions episodes/tidy.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ df.head(3)

:::::::::::::::::::::::::::::::::::::::::: spoiler

## Skipping pickle file loading

We're continuing with the dataframe we've either generated from Episode 11 or from the setup instructions above.

If we had the pickle file that contains all of our Chicago public library circulation data in a single DataFrame. We could use the Pandas `.read_pickle()` method load the data to use it again.

Expand Down

0 comments on commit d48a84b

Please sign in to comment.