File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,8 @@ def set_config(
9898 Parameters
9999 ----------
100100 use_table_report : bool, default=None
101- The type of display used for dataframes. Default is ``True``.
101+ The type of display used for dataframes. If ``None``, falls back to the current
102+ configuration, which is ``False`` by default.
102103
103104 - If ``True``, replace the default DataFrame HTML displays with
104105 :class:`~skrub.TableReport`.
@@ -110,7 +111,8 @@ def set_config(
110111
111112 use_table_report_data_ops : bool, default=None
112113 The type of HTML representation used for the dataframes preview in skrub
113- DataOps. Default is ``False``.
114+ DataOps. If ``None``, falls back to the current configuration, which is ``True``
115+ by default.
114116
115117 - If ``True``, :class:`~skrub.TableReport` will be used.
116118 - If ``False``, the original Pandas or Polars dataframe display will be
You can’t perform that action at this time.
0 commit comments