We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb164cb commit f5ec58fCopy full SHA for f5ec58f
pandas/io/excel/_base.py
@@ -1728,7 +1728,7 @@ def parse(
1728
comment string and the end of the current line is ignored.
1729
skipfooter : int, default 0
1730
Rows at the end to skip (0-indexed).
1731
- dtype_backend : {'numpy_nullable', 'pyarrow'}
+ dtype_backend : {{'numpy_nullable', 'pyarrow'}}
1732
Back-end data type applied to the resultant :class:`DataFrame`
1733
(still experimental). If not specified, the default behavior
1734
is to not use nullable data types. If specified, the behavior
0 commit comments