How to Install bcolz-doc in Ubuntu 18.04



Install bcolz-doc by entering the following commands in the terminal:

sudo apt update
sudo apt install bcolz-doc

Description:

high performant compressed data container (documentation)

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 documentation.

Homepage: https://github.com/Blosc/bcolz

Version: 1.2.0+ds1-1

Section: universe/doc