Skip to content

Commit

Permalink
Fix header options (pandas-dev#44391)
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarLanding authored and nickleus27 committed Nov 28, 2021
1 parent ae4a888 commit c4316b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/io/parsers/readers.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
delimiters are prone to ignoring quoted data. Regex example: ``'\r\t'``.
delimiter : str, default ``None``
Alias for sep.
header : int, list of int, default 'infer'
header : int, list of int, None, default 'infer'
Row number(s) to use as the column names, and the start of the
data. Default behavior is to infer the column names: if no names
are passed the behavior is identical to ``header=0`` and column
Expand Down

0 comments on commit c4316b5

Please sign in to comment.