Skip to content

Commit 66158e9

Browse files
Backport PR #39314: DOC: clarify in which version the excel engine default changed (#39322)
Co-authored-by: Joris Van den Bossche <[email protected]>
1 parent 7c5250b commit 66158e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/io.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2834,7 +2834,7 @@ See the :ref:`cookbook<cookbook.excel>` for some advanced strategies.
28342834
The `xlrd <https://xlrd.readthedocs.io/en/latest/>`__ package is now only for reading
28352835
old-style ``.xls`` files.
28362836

2837-
Previously, the default argument ``engine=None`` to :func:`~pandas.read_excel`
2837+
Before pandas 1.2.0, the default argument ``engine=None`` to :func:`~pandas.read_excel`
28382838
would result in using the ``xlrd`` engine in many cases, including new
28392839
Excel 2007+ (``.xlsx``) files.
28402840
If `openpyxl <https://openpyxl.readthedocs.io/en/stable/>`__ is installed,

0 commit comments

Comments
 (0)