|
| 1 | +--- |
| 2 | +hide: |
| 3 | +- toc |
| 4 | +json_ld: |
| 5 | + '@context': https://schema.org |
| 6 | + '@type': SoftwareApplication |
| 7 | + applicationCategory: DeveloperApplication |
| 8 | + description: PyTables is a package for managing hierarchical datasets and designed |
| 9 | + to efficiently and easily cope with extremely large amounts of data. PyTables |
| 10 | + is built on top of the HDF5 library, using the Python language and the NumPy package. |
| 11 | + It features an object-oriented interface that, combined with C extensions for |
| 12 | + the performance-critical parts of the code (generated using Cython), makes it |
| 13 | + a fast, yet extremely easy to use tool for interactively browsing, processing |
| 14 | + and searching very large amounts of data. One important feature of PyTables is |
| 15 | + that it optimizes memory and disk resources so that data takes much less space |
| 16 | + (specially if on-flight compression is used) than other solutions such as relational |
| 17 | + or object oriented databases. |
| 18 | + license: Not confirmed |
| 19 | + name: PyTables |
| 20 | + offers: |
| 21 | + '@type': Offer |
| 22 | + price: 0 |
| 23 | + operatingSystem: LINUX |
| 24 | + review: |
| 25 | + '@type': Review |
| 26 | + author: |
| 27 | + '@type': Organization |
| 28 | + name: EESSI |
| 29 | + reviewBody: Application has been successfully made available on all architectures |
| 30 | + supported by EESSI |
| 31 | + reviewRating: |
| 32 | + '@type': Rating |
| 33 | + ratingValue: 5 |
| 34 | + softwareRequirements: See https://www.eessi.io/docs/ for how to make EESSI available |
| 35 | + on your system |
| 36 | + softwareVersion: '[''PyTables/3.9.2-foss-2023b'']' |
| 37 | + url: https://www.pytables.org |
| 38 | +--- |
| 39 | + |
| 40 | +PyTables |
| 41 | +======== |
| 42 | + |
| 43 | + |
| 44 | +PyTables is a package for managing hierarchical datasets and designed to efficiently and easily cope with extremely large amounts of data. PyTables is built on top of the HDF5 library, using the Python language and the NumPy package. It features an object-oriented interface that, combined with C extensions for the performance-critical parts of the code (generated using Cython), makes it a fast, yet extremely easy to use tool for interactively browsing, processing and searching very large amounts of data. One important feature of PyTables is that it optimizes memory and disk resources so that data takes much less space (specially if on-flight compression is used) than other solutions such as relational or object oriented databases. |
| 45 | + |
| 46 | +https://www.pytables.org |
| 47 | +# Available modules |
| 48 | + |
| 49 | + |
| 50 | +The overview below shows which PyTables installations are available per target architecture in EESSI, ordered based on software version (new to old). |
| 51 | + |
| 52 | +To start using PyTables, load one of these modules using a `module load` command like: |
| 53 | + |
| 54 | +```shell |
| 55 | +module load PyTables/3.9.2-foss-2023b |
| 56 | +``` |
| 57 | + |
| 58 | +*(This data was automatically generated on {{ generated_time }})* |
| 59 | + |
| 60 | +| |aarch64/generic|aarch64/a64fx|aarch64/neoverse_n1|aarch64/neoverse_v1|aarch64/nvidia/grace|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/cascadelake|x86_64/intel/haswell|x86_64/intel/icelake|x86_64/intel/sapphirerapids|x86_64/intel/skylake_avx512| |
| 61 | +| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | |
| 62 | +|PyTables/3.9.2-foss-2023b|x|x|x|x|x|x|x|x|x|x|x|x|x|x| |
| 63 | + |
| 64 | + |
| 65 | +### PyTables/3.9.2-foss-2023b |
| 66 | + |
| 67 | +This is a list of extensions included in the module: |
| 68 | + |
| 69 | +blosc2-2.5.1, ndindex-1.8, tables-3.9.2 |
0 commit comments