Module pandas_profiling.report

All functionality concerned with presentation to the user.

Expand source code
"""All functionality concerned with presentation to the user."""
from pandas_profiling.report.structure.report import get_report_structure

Sub-modules

pandas_profiling.report.formatters

Formatters are mappings from object(s) to a string.

pandas_profiling.report.presentation

Presentation of the report

pandas_profiling.report.structure

Data structure for the report