jvns / pandas-cookbook

Recipes for using Python's pandas library
6.68k stars 2.32k forks source link

Update to Python 3 and remove deprecations #72

Open bugarela opened 6 years ago

bugarela commented 6 years ago

I ran your notebooks with a Python 3 kernel with updated libraries. I made the necessary changes to achieve compatibility, and also the URL for the canada climate data was deprecated, so I corrected it (the new format comes with one less column, so I had to remove it: 'Data Quality'). It works with mybinder as well, and there is no need for the runtime.txt file anymore since it's Python 3.