We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5250b commit 66158e9Copy full SHA for 66158e9
doc/source/user_guide/io.rst
@@ -2834,7 +2834,7 @@ See the :ref:`cookbook<cookbook.excel>` for some advanced strategies.
2834
The `xlrd <https://xlrd.readthedocs.io/en/latest/>`__ package is now only for reading
2835
old-style ``.xls`` files.
2836
2837
- Previously, the default argument ``engine=None`` to :func:`~pandas.read_excel`
+ Before pandas 1.2.0, the default argument ``engine=None`` to :func:`~pandas.read_excel`
2838
would result in using the ``xlrd`` engine in many cases, including new
2839
Excel 2007+ (``.xlsx``) files.
2840
If `openpyxl <https://openpyxl.readthedocs.io/en/stable/>`__ is installed,
0 commit comments