Skip to content

Commit e9f4496

Browse files
authored
Fix header options (#44391)
1 parent 5ed4705 commit e9f4496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/parsers/readers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
delimiters are prone to ignoring quoted data. Regex example: ``'\r\t'``.
8787
delimiter : str, default ``None``
8888
Alias for sep.
89-
header : int, list of int, default 'infer'
89+
header : int, list of int, None, default 'infer'
9090
Row number(s) to use as the column names, and the start of the
9191
data. Default behavior is to infer the column names: if no names
9292
are passed the behavior is identical to ``header=0`` and column

0 commit comments

Comments
 (0)