PyTables/PyTables
A Python package to manage extremely large amounts of data observed · 2026-08-28
Health v2 · maintenance only
79/100
- Activity 99
- Release rhythm 42
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 212.5
- age_days: 5570
- days_rel: 179
- days_push: 10
- n_releases_24m: 3
Adoption not part of the score
1372 stars · 282 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
PyTables is a Python package for managing hierarchical datasets built on top of the HDF5 library and NumPy. It provides a fast, object-oriented interface for storing, browsing, and querying extremely large amounts of data with efficient compression and memory/disk optimization.
Use cases
- store very large numerical datasets in Python
- save and retrieve large arrays and tables efficiently
- compress large scientific datasets on disk
- organize simulation or data acquisition output hierarchically
- query large tables without loading everything into memory
- replace cluttered relational storage for multidimensional data
When to choose
- you need to persist huge NumPy arrays or structured tables in HDF5 format
- you want fast I/O with state-of-the-art compression like Blosc
- you work with scientific or simulation data that fits a hierarchical layout
- you need interactive browsing and searching of large datasets from Python
When to avoid
- you need a full relational database with joins, transactions, and SQL
- your data is small and fits comfortably in memory or plain files
- you need concurrent multi-user write access
- you require a document or key-value store rather than typed tabular/array data
Facets
library · maturity stable
database serialization compression data-science data-science big-data databases files python cross-platform hdf5 numpy large-datasets scientific-computing blosc columnar-storage
3 sources
- readme: https://github.com/PyTables/PyTables · fetched 2026-08-28 · 7659ee6cb65e
- homepage: http://www.pytables.org · fetched 2026-08-29 · b8ba135f5b55
- site_page: http://www.pytables.org/FAQ.html · fetched 2026-08-29 · d7297dccbef7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| PyTables/PyTables | main | 79 |
For agents
markdown · JSON · MCP: product_card(name="PyTables/PyTables")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem