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 a0f6702 commit bffa3edCopy full SHA for bffa3ed
doc/source/user_guide/io.rst
@@ -2853,7 +2853,7 @@ See the :ref:`cookbook<cookbook.excel>` for some advanced strategies.
2853
The `xlrd <https://xlrd.readthedocs.io/en/latest/>`__ package is now only for reading
2854
old-style ``.xls`` files.
2855
2856
- 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`
2857
would result in using the ``xlrd`` engine in many cases, including new
2858
Excel 2007+ (``.xlsx``) files.
2859
If `openpyxl <https://openpyxl.readthedocs.io/en/stable/>`__ is installed,
0 commit comments