unpatch_display#
- skrub.unpatch_display(pandas=True, polars=True)[source]#
Undo the effect of
skrub.patch_display().Deprecated since version 0.6.0: The functionality provided by this function is now implemented in
set_config().This function restores the default HTML displays of pandas and polars DataFrames.
- Parameters:
See also
patch_displayReplace the default dataframe display with a TableReport.
TableReportDirectly create a report from a dataframe.