Module pandas_profiling.report.presentation.flavours.widget
Expand source code
from pandas_profiling.report.presentation.flavours.widget.frequency_table import (
WidgetFrequencyTable,
)
from pandas_profiling.report.presentation.flavours.widget.frequency_table_small import (
WidgetFrequencyTableSmall,
)
from pandas_profiling.report.presentation.flavours.widget.html import WidgetHTML
from pandas_profiling.report.presentation.flavours.widget.image import WidgetImage
from pandas_profiling.report.presentation.flavours.widget.variable_info import (
WidgetVariableInfo,
)
from pandas_profiling.report.presentation.flavours.widget.variable import WidgetVariable
from pandas_profiling.report.presentation.flavours.widget.sequence import WidgetSequence
from pandas_profiling.report.presentation.flavours.widget.table import WidgetTable
from pandas_profiling.report.presentation.flavours.widget.sample import WidgetSample
from pandas_profiling.report.presentation.flavours.widget.toggle_button import (
WidgetToggleButton,
)
from pandas_profiling.report.presentation.flavours.widget.warnings import WidgetWarnings
from pandas_profiling.report.presentation.flavours.widget.collapse import WidgetCollapse
Sub-modules
pandas_profiling.report.presentation.flavours.widget.collapse
pandas_profiling.report.presentation.flavours.widget.frequency_table
pandas_profiling.report.presentation.flavours.widget.frequency_table_small
pandas_profiling.report.presentation.flavours.widget.html
pandas_profiling.report.presentation.flavours.widget.image
pandas_profiling.report.presentation.flavours.widget.notebook
-
Functionality related to displaying the profile report in Jupyter notebooks.
pandas_profiling.report.presentation.flavours.widget.sample
pandas_profiling.report.presentation.flavours.widget.sequence
pandas_profiling.report.presentation.flavours.widget.table
pandas_profiling.report.presentation.flavours.widget.toggle_button
pandas_profiling.report.presentation.flavours.widget.variable
pandas_profiling.report.presentation.flavours.widget.variable_info
pandas_profiling.report.presentation.flavours.widget.warnings