wesm / pydata-book

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

6.2 Binary Data Formats #111

Closed norman-z closed 3 years ago

norman-z commented 4 years ago

I copied the code from 'In [93]' to 'In [103]' to Google Colab, and was given a ValueError for the code of 'In [103]', which said 'The file 'mydata.h5' is already opened, but not in read-only mode (as requested).' Could somebody please help me with this question? Thanks! Norman

wesm commented 3 years ago

Not sure why this is happening in Colab but deleting the file and rerunning the examples will hopefully work.