Skip to content

Commit 68efc4b

Browse files
author
eric
committed
Add line to separate examples.
1 parent f137bd0 commit 68efc4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/io.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ usecols : array-like or callable, default ``None``
135135
be positional (i.e. integer indices into the document columns) or strings
136136
that correspond to column names provided either by the user in `names` or
137137
inferred from the document header row(s). For example, a valid array-like
138-
`usecols` parameter would be ``[0, 1, 2]`` or ``['foo', 'bar', 'baz']``.
138+
`usecols` parameter would be ``[0, 1, 2]`` or ``['foo', 'bar', 'baz']``.
139+
139140
Element order is ignored, so ``usecols=[0, 1]`` is the same as ``[1, 0]``. To
140141
instantiate a DataFrame from ``data`` with element order preserved use
141142
``pd.read_csv(data, usecols=['foo', 'bar'])[['foo', 'bar']]`` for columns

0 commit comments

Comments
 (0)