data_designer.config.analysis.utils.reporting
data_designer.config.analysis.utils.reporting
data_designer.config.analysis.utils.reporting
HEADER_STYLE
RULE_STYLE
ACCENT_STYLE
TITLE_STYLE
HIST_NAME_STYLE
HIST_VALUE_STYLE
DEFAULT_INCLUDE_SECTIONS
Bases: str, enum.Enum
Generate an analysis report for dataset profiling results.
This function creates a rich-formatted report that displays dataset overview statistics and detailed column statistics organized by column type. The report includes visual elements like tables, rules, and panels to present the analysis results in an easy-to-read format.
Parameters:
The DatasetProfilerResults object containing the analysis data to report on.
Optional path to save the report. If provided, the report will be saved as either HTML (.html) or SVG (.svg) format. If None, the report will only be displayed in the console.
Optional list of sections to include in the report. Choices are any Data Designer column type, “overview” (the dataset overview section), and “column_profilers” (all column profilers in one section). If None, all sections will be included.
Raises:
If save_path is provided but doesn’t have a .html or .svg extension.