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_display
Replace the default dataframe display with a TableReport.
TableReport
Directly create a report from a dataframe.