Pandas Exercises

October 16, 2025 · View on GitHub

Fed up with a ton of tutorials but no easy way to find exercises I decided to create a repo just with exercises to practice pandas. Don't get me wrong, tutorials are great resources, but to learn is to do. So unless you practice you won't learn.

There will be three different types of files:
      1. Exercise instructions
      2. Solutions without code
      3. Solutions with code and comments

My suggestion is that you learn a topic in a tutorial, video or documentation and then do the first exercises. Learn one more topic and do more exercises. If you are stuck, don't go directly to the solution with code files. Check the solutions only and try to get the correct answer.

Suggestions and collaborations are more than welcome.🙂 Please open an issue or make a PR indicating the exercise and your problem/solution.

Lessons

Getting and knowingMergeTime Series
Filtering and SortingStatsDeleting
GroupingVisualizationIndexing
ApplyCreating Series and DataFramesExporting

Getting and knowing

Filtering and Sorting

Grouping

Apply

Merge

Stats

Visualization

Creating Series and DataFrames

Time Series

Deleting

Video Solutions

Video tutorials of data scientists working through the above exercises:

Data Talks - Pandas Learning By Doing