Module pandas_profiling.model
The model module handles all logic/calculations, e.g. calculate statistics, testing for special conditions.
Source code
"""The model module handles all logic/calculations, e.g. calculate statistics, testing for special conditions."""
Sub-modules
pandas_profiling.model.base
-
Common parts to all other modules, mainly utility functions.
pandas_profiling.model.correlations
-
Correlations between variables.
pandas_profiling.model.describe
-
Compute statistical description of datasets.
pandas_profiling.model.messages
-
Logic for alerting the user on possibly problematic patterns in the data (e.g. high number of zeros , constant values, high correlations).