effective-pandas icon indicating copy to clipboard operation
effective-pandas copied to clipboard

Source code for my collection of articles on using pandas.

Results 21 effective-pandas issues
Sort by recently updated
recently updated
newest added

This material appears to have outlived the data sources used. For example https://www.transtats.bts.gov/DownLoad_Table.asp doesn't work, and the weather data isn't working for me either. Perhaps you (or anyone else) might...

The airline dataset cannot be downloaded with the old method, new one provided.

when running cell 2 of the first notebook I get: SSLError: HTTPSConnectionPool(host='www.transtats.bts.gov', port=443): Max retries exceeded with url: /DownLoad_Table.asp?Table_ID=236&Has_Group=3&Is_Zipped=0 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get...

To setup the same flight data in part 1, it calls for the following to set up the data variable; however, I can't find the text file ('modern-1-url.txt') to pull...

The last cell of notebook 1 is throwing an exception, along with the message: UnsortedIndexError: 'MultiIndex slicing requires the index to be lexsorted: slicing on levels [4], lexsort depth 3'....

I am running Windows 10 64 bit, python 3.6, spyder. I have both pandas_datareader and pandas_datareader-0.5.0.dist-info installed in the same site packages as pandas. When I attempt to import the...

Live notebooks: https://mybinder.org/v2/gh/jamesmyatt/effective-pandas/master

These all tutorial are superbly great, and the author has put lots of efforts on them. The code might have been running excellent on 2016 but now (at 2019 Feb),...