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