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 caff699 commit 63f439bCopy full SHA for 63f439b
pandas/io/excel/_base.py
@@ -364,9 +364,9 @@ def read_excel(
364
Use ``date_format`` instead, or read in as ``object`` and then apply
365
:func:`to_datetime` as-needed.
366
date_format : str or dict of column -> format, default ``None``
367
- If used in conjunction with ``parse_dates``, will parse dates according to this
368
- format. For anything more complex,
369
- please read in as ``object`` and then apply :func:`to_datetime` as-needed.
+ If used in conjunction with ``parse_dates``, will parse dates according to this
+ format. For anything more complex, please read in as ``object`` and then apply
+ :func:`to_datetime` as-needed.
370
371
.. versionadded:: 2.0.0
372
thousands : str, default None
0 commit comments