Skip to content

Commit

Permalink
Remove h1 in tidy.md
Browse files Browse the repository at this point in the history
Replace the h1 (`#`) in line 19 with an h2 (`##`). It appears that having an h1 prevents the automated display of h2 titles in the navigation pane at the left side of the lesson and this change should resolve the issue.
  • Loading branch information
ndporter authored Jun 27, 2024
1 parent 073418e commit 86c82fb
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 @@ -16,7 +16,7 @@ exercises: 10
::::::::::::::::::::::::::::::::::::::::::::::::::


# Tidy Data in Pandas
## Tidy Data in Pandas

Let's import the pickle file that contains all of our Chicago public library circulation data in a single DataFrame. We can use the Pandas `.read_pickle()` method to do so.

Expand Down

0 comments on commit 86c82fb

Please sign in to comment.