api documentation
summary module
|
Summarisation of columns in a DataFrame. |
|
Summarisation of values in a DataFrame. |
discretisation module
|
Abstract base class for different discretisation methods. |
|
Equal width discretisation. |
|
Equal weight discretisation. |
|
Quantile discretisation. |
plot.matplotlib module
Produce one way summary plot from pre-summarised data. |
|
Produce one way summary plot from pre-summarised data. |
checks module
|
Function to check object is of given types and raise a TypeError if not. |
|
Check that condition (which evaluates to a bool) is True and raise a ValueError if not. |
|
Function to check that all specified columns are in a given DataFrame and raise a ValueError if not. |