Metadata-Version: 2.1
Name: sparsity
Version: 0.19.0
Summary: Sparse data processing toolbox
Home-page: https://github.com/datarevenue-berlin/sparsity
Author: Alan Hoeng
Author-email: alan.f.hoeng@gmail.com
License: UNKNOWN
Description: # Sparsity
        [![CircleCI](https://circleci.com/gh/datarevenue-berlin/sparsity.svg?style=svg)](https://circleci.com/gh/datarevenue-berlin/sparsity)
        [![Codecov](https://img.shields.io/codecov/c/github/datarevenue-berlin/sparsity.svg)](https://codecov.io/gh/datarevenue-berlin/sparsity)
        
        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](https://datarevenue-berlin.github.io/sparsity/).
        
        
        ## Installation
        ```
        $ pip install sparsity
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
