Skip to content

Commit bffa3ed

Browse files
DOC: clarify in which version the excel engine default changed (#39314)
1 parent a0f6702 commit bffa3ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2853,7 +2853,7 @@ See the :ref:`cookbook<cookbook.excel>` for some advanced strategies.
28532853
The `xlrd <https://xlrd.readthedocs.io/en/latest/>`__ package is now only for reading
28542854
old-style ``.xls`` files.
28552855

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

0 commit comments

Comments
 (0)