From d48a84b2cbe4fea12c84db926d282c0099f1dc07 Mon Sep 17 00:00:00 2001 From: Jean Chang Date: Fri, 4 Oct 2024 09:11:25 -0400 Subject: [PATCH] add title to skipped pkl instructions --- episodes/tidy.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/episodes/tidy.md b/episodes/tidy.md index 7959e26..443a0b8 100644 --- a/episodes/tidy.md +++ b/episodes/tidy.md @@ -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.