Expand source code
from pandas_profiling.report.presentation.core.frequency_table import FrequencyTable
from pandas_profiling.report.presentation.core.frequency_table_small import (
FrequencyTableSmall,
)
from pandas_profiling.report.presentation.core.html import HTML
from pandas_profiling.report.presentation.core.sequence import Sequence
from pandas_profiling.report.presentation.core.image import Image
from pandas_profiling.report.presentation.core.variable import Variable
from pandas_profiling.report.presentation.core.table import Table
from pandas_profiling.report.presentation.core.variable_info import VariableInfo
from pandas_profiling.report.presentation.core.sample import Sample
from pandas_profiling.report.presentation.core.toggle_button import ToggleButton
from pandas_profiling.report.presentation.core.warnings import Warnings
from pandas_profiling.report.presentation.core.collapse import Collapse