Million-Song-Dataset-HDF5-to-CSV
Million-Song-Dataset-HDF5-to-CSV copied to clipboard
Python 3.x support
- Solves "attributeerror 'module' object has no attribute 'openfile'" error by opening .h5 file with H5Py library instead of tables library.
- Changed code to match python 3.x syntax.
- Updated README to reflect the changes and run steps.
- Updated SongsCSV.csv with 10,000 rows of songs data from MillionSongSubset
- Added requirements.txt