Описание тега hdfstore

HDFStore is a Python interface that is part of the Pandas Data Analysis Library support for reading and writing HDF format files.

Pandas is a popular Data Analysis Library for Python with sophisticated support for rich data-structures suitable for data-analysis, such as DataFrame, reminiscent of the R statistical computing environment.

One popular storage format for table and array-like data is HDF5 and the pandas HDFStore interface provides an easy-to-use wrapper around the PyTables library for HDF5 file IO.

Questions tagged with HDFStore are typically about using this Python Pandas interface and the HDF files it reads & writes.