[ buster ]
[ 源代码: bcolz ]
软件包:python-bcolz(1.2.1+ds2-2)
high performant compressed data container based on NumPy (Python 2)
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 2.
其他与 python-bcolz 有关的软件包
|
|
|
|
-
- dep: libblosc1
- high performance meta-compressor optimized for binary data
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
- dep: libc6 (>= 2.17) [arm64]
- dep: libc6 (>= 2.4) [armhf, i386]
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
- dep: python (<< 2.8)
- dep: python (>= 2.7~)
-
- dep: python-numpy (>= 1:1.14.3)
- Numerical Python adds a fast array facility to the Python language
-
- dep: python-numpy-abi9
- 本虚包由这些包填实: python-numpy
-
- dep: python-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- rec: python-mock
- Mocking and Testing Library
-
- rec: python-numexpr
- Fast numerical array expression evaluator for Python and NumPy
-
- sug: bcolz-doc
- high performant compressed data container (documentation)
-
- sug: python-pandas
- data structures for "relational" or "labeled" data
-
- sug: python-tables
- hierarchical database for Python based on HDF5