File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 119
119
those columns will be combined into a ``MultiIndex``. If a
120
120
subset of data is selected with ``usecols``, index_col
121
121
is based on the subset.
122
- usecols : int, str, list-like, or callable default None
122
+ usecols : str, list-like, or callable, default None
123
123
* If None, then parse all columns.
124
124
* If str, then indicates comma separated list of Excel column letters
125
125
and column ranges (e.g. "A:E" or "A,C,E:F"). Ranges are inclusive of
126
126
both sides.
127
- * If list of int, then indicates list of column numbers to be parsed.
127
+ * If list of int, then indicates list of column numbers to be parsed
128
+ (0-indexed).
128
129
* If list of string, then indicates list of column names to be parsed.
129
130
* If callable, then evaluate each column name against it and parse the
130
131
column if the callable returns ``True``.
You can’t perform that action at this time.
0 commit comments