Skip to content

Commit dd17884

Browse files
jorisvandenbosscheAnkurDedania
authored andcommitted
DOC: reset table_schema option after example (pandas-dev#15572)
1 parent ad24d7f commit dd17884

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/source/options.rst

+6
Original file line numberDiff line numberDiff line change
@@ -533,3 +533,9 @@ by default. False by default, this can be enabled globally with the
533533
pd.set_option('display.html.table_schema', True)
534534
535535
Only ``'display.max_rows'`` are serialized and published.
536+
537+
538+
.. ipython:: python
539+
:suppress:
540+
541+
pd.reset_option('display.html.table_schema')

0 commit comments

Comments
 (0)