We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed4705 commit e9f4496Copy full SHA for e9f4496
pandas/io/parsers/readers.py
@@ -86,7 +86,7 @@
86
delimiters are prone to ignoring quoted data. Regex example: ``'\r\t'``.
87
delimiter : str, default ``None``
88
Alias for sep.
89
-header : int, list of int, default 'infer'
+header : int, list of int, None, default 'infer'
90
Row number(s) to use as the column names, and the start of the
91
data. Default behavior is to infer the column names: if no names
92
are passed the behavior is identical to ``header=0`` and column
0 commit comments