Module pandas_profiling.controller
The controller module handles all user interaction with the package (console, jupyter, etc.).
Expand source code
"""The controller module handles all user interaction with the package (console, jupyter, etc.)."""
Sub-modules
pandas_profiling.controller.console
-
This file add the console interface to the package.
pandas_profiling.controller.pandas_decorator
-
This file add the decorator on the DataFrame object.