Skip to content

Commit 163e144

Browse files
committed
Added paragraph break
1 parent 8fa430b commit 163e144

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

doc/source/io.rst

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,15 @@ header : int or list of ints, default ``'infer'``
108108
passed the behavior is identical to ``header=0`` and column names
109109
are inferred from the first line of the file, if column names are
110110
passed explicitly then the behavior is identical to
111-
``header=None``. Explicitly pass ``header=0`` to be able to replace
112-
existing names. The header can be a list of ints that specify row
113-
locations for a multi-index on the columns
114-
e.g. ``[0,1,3]``. Intervening rows that are not specified will be
115-
skipped (e.g. 2 in this example is skipped). Note that this
116-
parameter ignores commented lines and empty lines if
117-
``skip_blank_lines=True``, so header=0 denotes the first line of
118-
data rather than the first line of the file.
111+
``header=None``.
112+
113+
Explicitly pass ``header=0`` to be able to replace existing
114+
names. The header can be a list of ints that specify row locations
115+
for a multi-index on the columns e.g. ``[0,1,3]``. Intervening rows
116+
that are not specified will be skipped (e.g. 2 in this example is
117+
skipped). Note that this parameter ignores commented lines and empty
118+
lines if ``skip_blank_lines=True``, so header=0 denotes the first
119+
line of data rather than the first line of the file.
119120
names : array-like, default ``None``
120121
List of column names to use. If file contains no header row, then you should
121122
explicitly pass ``header=None``. Duplicates in this list will cause

0 commit comments

Comments
 (0)