0

I work on database project for university and I need a way to convert CSV files into HDF5 formats. Does anyone know how to do that? What is the best way? Can someone give me a solution?

I25M
  • 31
  • 1
    Possible duplicate of [Convert large csv to hdf5](https://stackoverflow.com/questions/27203161/convert-large-csv-to-hdf5), [Write a large csv file to hdf5](https://stackoverflow.com/questions/46620478/how-to-write-a-large-csv-file-to-hdf5-in-python) – buran Dec 17 '18 at 12:34
  • You could write a Python script (using the `csv` and `h5py` modules) – Tom de Geus Jan 06 '19 at 12:07
  • Possible duplicate: https://stackoverflow.com/questions/27203161/convert-large-csv-to-hdf5 – MANU Jun 29 '20 at 07:22

0 Answers0