5 ms·
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
by amch 9y 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 https://pandas.pydata.org/pandas-docs/stable/cookbook.html
- 00ajcr 9y agoI started writing a '100-pandas-puzzles' set of exercises here: https://github.com/ajcr/100-pandas-puzzles https://github.com/ajcr/100-pandas-puzzles There's also pandas_exercises by Guilherme Samora (https://github.com/guipsamora/pandas_exercises https://github.com/guipsamora/pandas_exercises) which is very good - it's split across multiple notebooks and is more extensive than my repo.
- selva86 9y agoNice stuff!
- why5s 9y agoNot a list of exercises, but Julia Evan's pandas cookbook has been incredibly helpful for me.