sd4py

SD4Py

This module provides functions to discover subgroups on pandas DataFrames, and visualise them. It contains the following subpackages:

  • sd4py - Core functions to discover subgroups from a pandas DataFrame
  • sd4py_extra - Additional visualisation functions to display and further investigate results

Note that, for convenience, sd4py.sd4py will also be imported as simply sd4py, and sd4py.sd4py_extra will also be imported as sd4py.extra.

 1"""SD4Py
 2
 3This module provides functions to discover subgroups on pandas DataFrames, and visualise them. It contains the following subpackages:
 4
 5 * sd4py - Core functions to discover subgroups from a pandas DataFrame
 6 * sd4py_extra - Additional visualisation functions to display and further investigate results
 7
 8Note that, for convenience, `sd4py.sd4py` will also be imported as simply `sd4py`, and `sd4py.sd4py_extra` will also be imported as `sd4py.extra`.
 9"""
10
11# __all__ = ["sd4py", "sd4py_extra"]
12
13from sd4py.sd4py import *
14import sd4py.sd4py_extra
15import sd4py.sd4py_extra as extra