tables 3.4.0


pip install tables==3.4.0

Project Links

Meta
Author: PyTables maintainers

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers
  • Information Technology
  • Science/Research

License
  • OSI Approved :: BSD License

Programming Language
  • Python
  • Python :: 2
  • Python :: 3

Topic
  • Database
  • Software Development :: Libraries :: Python Modules

Operating System
  • Microsoft :: Windows
  • Unix

PyTables is a package for managing hierarchical datasets and designed to efficently 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.

Extras: None
Dependencies:
numexpr (>=2.5.2)
numpy (>=1.8.0)
six