Skip to content

Commit 5746732

Browse files
committed
DOC: inline docstrings for read_excel with additional formatting.
1 parent b0619e5 commit 5746732

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pandas/io/excel/_base.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ def read_excel(
213213
or ``StringIO``.
214214
215215
.. deprecated:: 2.1.0
216+
216217
Passing byte strings is deprecated. To read from a
217218
byte string, wrap it in a ``BytesIO`` object.
218219
sheet_name : str, int, list, or None, default 0
@@ -365,6 +366,7 @@ def read_excel(
365366
arguments.
366367
367368
.. deprecated:: 2.0.0
369+
368370
Use ``date_format`` instead, or read in as ``object`` and then apply
369371
:func:`to_datetime` as-needed.
370372
date_format : str or dict of column -> format, default ``None``
@@ -373,6 +375,7 @@ def read_excel(
373375
:func:`to_datetime` as-needed.
374376
375377
.. versionadded:: 2.0.0
378+
376379
thousands : str, default None
377380
Thousands separator for parsing string columns to numeric. Note that
378381
this parameter is only necessary for columns stored as TEXT in Excel,
@@ -1777,6 +1780,7 @@ def parse(
17771780
:class:`ArrowDtype` :class:`DataFrame`
17781781
17791782
.. versionadded:: 2.0
1783+
17801784
**kwds : dict, optional
17811785
Arbitrary keyword arguments passed to excel engine.
17821786

0 commit comments

Comments
 (0)