InstallationΒΆ

The dfsummarizer package is maintained inside the PyPi package manager.

Install the from PyPi as follows:

pip install dfsummarizer

Alternatively, you can access the source code for MinViME and use it by installing it locally:

git clone https://github.com/john-hawkins/dfsummarizer.git
cd dfsummarizer
python setup.py install

dfsummarizer depends on the following packages:

numpy>=1.16.4
pandas>=0.25.3