Million-Song-Dataset-HDF5-to-CSV icon indicating copy to clipboard operation
Million-Song-Dataset-HDF5-to-CSV copied to clipboard

Python 3.x support

Open greysou1 opened this issue 3 years ago • 0 comments

  1. Solves "attributeerror 'module' object has no attribute 'openfile'" error by opening .h5 file with H5Py library instead of tables library.
  2. Changed code to match python 3.x syntax.
  3. Updated README to reflect the changes and run steps.
  4. Updated SongsCSV.csv with 10,000 rows of songs data from MillionSongSubset
  5. Added requirements.txt

greysou1 avatar May 24 '21 17:05 greysou1