pycon-pandas-tutorial icon indicating copy to clipboard operation
pycon-pandas-tutorial copied to clipboard

PyCon 2015 Pandas tutorial materials

Results 3 pycon-pandas-tutorial issues
Sort by recently updated
recently updated
newest added

Hi Brandon, this is a wonderful tutorial, thanks so much for making it. The issue I encountered is that running `c = cast.set_index(['title']).sort_index()` didn't speed up the subsequent search with...

Hi Brandon, Thanks for an excellent tutorial. Your answer to q "List all of the "Treasure Island" movies from earliest to most recent." is `titles[titles.title == 'Treasure Island'].sort_values('year')` There are...

The solutions for problem no. 3, 5, 6 and 7 in Exercise-4 appear to be missing plotting data for the years with no roles for actresses(viz. 1900, 1905, 1907, 1909)....