back to home

guipsamora / pandas_exercises

Practice your pandas skills!

12,180 stars
8,840 forks
3 issues
Jupyter Notebook

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.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind-ai.vercel.app/repo/guipsamora/pandas_exercises)
Preview:Analyzed by RepoMind

Repository Summary (README)

Preview

Pandas 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 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