Skip to content

Commit

Permalink
Merge pull request #514 from realpython/pivot-tables
Browse files Browse the repository at this point in the history
Pivot tables
  • Loading branch information
brendaweles committed May 13, 2024
2 parents 762eaee + 0aa7787 commit f5749c2
Show file tree
Hide file tree
Showing 4 changed files with 9,246 additions and 0 deletions.
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.

0 comments on commit f5749c2

Please sign in to comment.