File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -335,6 +335,7 @@ def read_csv(
335335 ** kwds : Unpack [_read_shared [HashableT ]],
336336) -> DataFrame : ...
337337
338+
338339@overload
339340def 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
You can’t perform that action at this time.
0 commit comments