wesm / pydata-book

Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media
Other
22.29k stars 15.2k forks source link

fixes to ch06 to make it run without error; specifically: #105

Closed delocalizer closed 3 years ago

delocalizer commented 5 years ago

import os module required to os.remove hdf5 file change some cells from md to code don't use with to open examples/ex7.csv as it leaves filehandle f in closed state and unavailable for later cell that references it as an iterator

wesm commented 3 years ago

Thanks, I'll fix this up in the next pass over errata