python-tables

hierarchical database for Python based on HDF5

Description

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

 - Compound types (records) can be used entirely from Python (i.e. it
   is not necessary to use C for taking advantage of them).
 - The tables are both enlargeable and compressible.
 - I/O is buffered, so you can get very fast I/O, specially with
   large tables.
 - Very easy to select data through the use of iterators over the
   rows in tables. Extended slicing is supported as well.
 - It supports the complete set of NumPy, Numeric and numarray objects.

This is the Python 2 version of the package.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://www.pytables.org


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python-tables