Hacker News new | ask | show | jobs
by amch 3032 days ago
Does anyone know of any similar resources for Pandas?

I've found the following to be quite helpful but would love to know if anyone knows of other resources in a similar vein: https://pandas.pydata.org/pandas-docs/stable/cookbook.html

2 comments

I started writing a '100-pandas-puzzles' set of exercises here: https://github.com/ajcr/100-pandas-puzzles

There's also pandas_exercises by Guilherme Samora (https://github.com/guipsamora/pandas_exercises) which is very good - it's split across multiple notebooks and is more extensive than my repo.

Nice stuff!
Not a list of exercises, but Julia Evan's pandas cookbook has been incredibly helpful for me.