Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pivot tables #514

Merged
merged 7 commits into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions pivot_tables/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
These are the three download files you can use with the Real Python tutorial [How to Create a Pivot Table With pandas](https://realpython.com/how-to-pandas-pivot-table/):

code_downloads.ipynb contains the main code from the tutorial.
solutions.ipynb contains sample solutions to the various exercises.
sales_data.csv contains the source data used throughout the tutorial.
Loading
Loading