guipsamora/pandas_exercises

Practice your pandas skills!

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 54 minutes ago
Added to GitGenius on September 4th, 2026
Created on July 12th, 2016
Open Issues & Pull Requests: 8 (+0)
GitHub issues: Enabled
Number of forks: 9,034
Total Stargazers: 13,070 (+0)
Total Subscribers: 311 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 354.5 days
Mean response time: 520.2 days
90th percentile: 1422.1 days
Tracked items: 25

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 5% of issues opened in the past year have been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 3
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 78 days
Stale 30+ days: 3
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Pandas Exercises is a collection of practice problems for learning the pandas data manipulation library in Python.

The project addresses the gap between tutorials and hands-on practice by providing structured exercises organized by topic. It follows a learning methodology where users first study a concept through external resources, then work through exercises to reinforce understanding. The repository offers three types of files for each exercise: instructions only, solutions with hints but no code, and fully commented solutions. This graduated approach encourages learners to attempt problems independently before consulting code-based answers.

The tool suits anyone learning pandas who wants practical, topic-focused drills rather than comprehensive tutorials. Exercises cover core pandas operations including data exploration, filtering and sorting, grouping, applying functions, merging datasets, statistical analysis, visualization, time series handling, and data deletion. The structured progression from basic data inspection through advanced operations makes it suitable for self-paced learners working through pandas fundamentals systematically.

The project maintains an open posture toward community contributions, explicitly welcoming suggestions, issues, and pull requests for new exercises or improvements to existing ones.