Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 671 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 671 Bytes

Sparsity

CircleCI Codecov

Sparse data processing toolbox. It builds on top of pandas and scipy to provide DataFrame-like API to work with sparse data.

In combination with dask it provides support to execute complex operations on a concurrent/distributed level.

More information and examples can be found in the documentation.

Installation

$ pip install sparsity