bsparse documentation#

bsparse is a Python package implementing various sparse data structures and operations.

Coercing data into sparse containers is a natural way of compression for multi-dimensional data that contains mostly zeros. This can also bring computational advantages for certain operations.

bsparse provides a way of accessing these benefits in Python.

User Guide

The user guide provides in-depth information on the key concepts of bsparse with some background information and explanations.

API Reference

The API reference contains a detailed description of the functions, modules, and data structures implemented in bsparse.