extremals

Toolset to inspect pandas dataframes looking for "extremals rows", i.e. rows "numerically different" from others.


License
Apache-2.0
Install
pip install extremals==0.2

Documentation

extremals

The python module extremals consists in a toolset to inspect pandas dataframes looking for ”extremal” rows, i.e. rows ”numerically different” from others. This may help filtering a dataframe from anomalous numerical data or, on the contrary, highlight exceptional rows from common ones.

Visit the webpage for more information: https://fabio-tonini.github.io/extremals/