[ trixie ]
[ sid ]
[ 原始碼: deepdish ]
套件:python3-deepdish(0.3.7-2)
Flexible HDF5 saving/loading and other data science tools
The primary feature of deepdish is its ability to save and load all kinds of data as HDF5. It can save any Python data structure, offering the same ease of use as pickling or numpy.save. However, it improves by also offering:
- Interoperability between languages (HDF5 is a popular standard) - Easy to inspect the content from the command line (using h5ls or our specialized tool ddls) - Highly compressed storage (thanks to a PyTables backend) - Native support for scipy sparse matrices and pandas DataFrame, Series and Panel - Ability to partially read files, even slices of arrays
其他與 python3-deepdish 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-numpy
- Fast array facility to the Python language (Python 3)
-
- dep: python3-scipy
- scientific tools for Python 3
-
- dep: python3-tables
- Hierarchical database for Python3 based on HDF5