Module pandas_profiling.report.presentation.core

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

Sub-modules

pandas_profiling.report.presentation.core.collapse
pandas_profiling.report.presentation.core.frequency_table
pandas_profiling.report.presentation.core.frequency_table_small
pandas_profiling.report.presentation.core.html
pandas_profiling.report.presentation.core.image
pandas_profiling.report.presentation.core.sample
pandas_profiling.report.presentation.core.sequence
pandas_profiling.report.presentation.core.table
pandas_profiling.report.presentation.core.toggle_button
pandas_profiling.report.presentation.core.variable
pandas_profiling.report.presentation.core.variable_info
pandas_profiling.report.presentation.core.warnings