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:
pandasbool, optional (default=True)

If False, do not restore the displays for pandas dataframes.

polarsbool, optional (default=True)

If False, do not restore the displays for polars dataframes.

See also

patch_display

Replace the default dataframe display with a TableReport.

TableReport

Directly create a report from a dataframe.