@@ -108,14 +108,15 @@ header : int or list of ints, default ``'infer'``
108
108
passed the behavior is identical to ``header=0 `` and column names
109
109
are inferred from the first line of the file, if column names are
110
110
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.
119
120
names : array-like, default ``None ``
120
121
List of column names to use. If file contains no header row, then you should
121
122
explicitly pass ``header=None ``. Duplicates in this list will cause
0 commit comments