Module pandas_profiling.report.presentation.flavours.html

Expand source code
from pandas_profiling.report.presentation.flavours.html.sequence import HTMLSequence
from pandas_profiling.report.presentation.flavours.html.table import HTMLTable
from pandas_profiling.report.presentation.flavours.html.variable import HTMLVariable
from pandas_profiling.report.presentation.flavours.html.image import HTMLImage
from pandas_profiling.report.presentation.flavours.html.frequency_table import (
    HTMLFrequencyTable,
)
from pandas_profiling.report.presentation.flavours.html.frequency_table_small import (
    HTMLFrequencyTableSmall,
)
from pandas_profiling.report.presentation.flavours.html.variable_info import (
    HTMLVariableInfo,
)
from pandas_profiling.report.presentation.flavours.html.html import HTMLHTML
from pandas_profiling.report.presentation.flavours.html.sample import HTMLSample
from pandas_profiling.report.presentation.flavours.html.toggle_button import (
    HTMLToggleButton,
)
from pandas_profiling.report.presentation.flavours.html.warnings import HTMLWarnings
from pandas_profiling.report.presentation.flavours.html.collapse import HTMLCollapse

Sub-modules

pandas_profiling.report.presentation.flavours.html.collapse
pandas_profiling.report.presentation.flavours.html.frequency_table
pandas_profiling.report.presentation.flavours.html.frequency_table_small
pandas_profiling.report.presentation.flavours.html.html
pandas_profiling.report.presentation.flavours.html.image
pandas_profiling.report.presentation.flavours.html.sample
pandas_profiling.report.presentation.flavours.html.sequence
pandas_profiling.report.presentation.flavours.html.table
pandas_profiling.report.presentation.flavours.html.templates

Contains all templates used for generating the HTML profile report

pandas_profiling.report.presentation.flavours.html.toggle_button
pandas_profiling.report.presentation.flavours.html.variable
pandas_profiling.report.presentation.flavours.html.variable_info
pandas_profiling.report.presentation.flavours.html.warnings