unpatch_display#
- skrub.unpatch_display(pandas=True, polars=True)[source]#
Undo the effect of
skrub.patch_display().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.