[ buster ]
[ bullseye ]
[ 源代码: bcolz ]
软件包:python3-bcolz(1.2.1+ds2-7 以及其他的)
high performant compressed data container based on NumPy (Python 3)
bcolz provides columnar, chunked data containers that can be compressed in-memory and on-disk. Column storage allows for efficiently querying tables, as well as for cheap column addition and removal. It is based on NumPy, and uses it as the standard data container to communicate with bcolz objects, but it also comes with support for import/export facilities to/from HDF5/PyTables tables and Pandas dataframes.
This package contains the modules for Python 3.
其他与 python3-bcolz 有关的软件包
|
|
|
|
-
- dep: libblosc1 (>= 1.20.1+ds1)
- high performance meta-compressor optimized for binary data
-
- dep: libc6 (>= 2.17)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
- dep: python3 (<< 3.10)
- dep: python3 (>= 3.9~)
-
- dep: python3-numpy (>= 1:1.16.0~rc1)
- Fast array facility to the Python 3 language
-
- dep: python3-numpy-abi9
- 本虚包由这些包填实: python3-numpy
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- rec: python3-mock
- Mocking and Testing Library (Python3 version)
-
- rec: python3-numexpr
- Fast numerical array expression evaluator for Python 3 and NumPy
-
- sug: bcolz-doc
- high performant compressed data container (documentation)
-
- sug: python3-pandas
- data structures for "relational" or "labeled" data
-
- sug: python3-tables
- hierarchical database for Python3 based on HDF5