Skip to content

Commit 4f0ad97

Browse files
committed
Update readers.py
1 parent 8828ad5 commit 4f0ad97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pandas/io/parsers/readers.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ def read_csv(
335335
**kwds: Unpack[_read_shared[HashableT]],
336336
) -> DataFrame: ...
337337

338+
338339
@overload
339340
def read_csv(
340341
filepath_or_buffer: FilePath | ReadCsvBuffer[bytes] | ReadCsvBuffer[str],
@@ -1045,7 +1046,8 @@ def read_table(
10451046
Duplicates in this list are not allowed.
10461047
index_col : Hashable, Sequence of Hashable or False, optional
10471048
Column(s) to use as row label(s), denoted either by column labels or column
1048-
indices. If a sequence of labels or indices is given, :class:`~pandas.MultiIndex`
1049+
indices. If a sequence of labels or indices is given,
1050+
:class:`~pandas.MultiIndex`
10491051
will be formed for the row labels.
10501052
10511053
Note: ``index_col=False`` can be used to force pandas to *not* use the first

0 commit comments

Comments
 (0)