tables

Hierarchical datasets for Python

BSD 3-Clause License 49 个版本 Python >=3.11
Francesc Alted, Ivan Vilata, Antonio Valentino, Anthony Scopatz, et al. <pytables@pytables.org>
安装
pip install tables
poetry add tables
pipenv install tables
conda install tables
描述

PyTables is a package for managing hierarchical datasets and designed to efficiently cope with extremely large amounts of data. PyTables is built on top of the HDF5 library and the NumPy package and features an object-oriented interface that, combined with C-code generated from Cython sources, makes of it a fast, yet extremely easy to use tool for interactively save and retrieve large amounts of data.