guipsamora / pandas_exercises
Practice your pandas skills!
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing guipsamora/pandas_exercises in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Summary (README)
PreviewPandas Exercises
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 knowing | Merge | Time Series |
| Filtering and Sorting | Stats | Deleting |
| Grouping | Visualization | Indexing |
| Apply | Creating Series and DataFrames | Exporting |
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: