HDFStore is a Python interface that is part of the Pandas Data Analysis Library support for reading and writing HDF format files.
How can I use pd.read_csv() to iteratively chunk through a file and retain the dtype and other meta-information …
python type-conversion pandas hdfstore