Skip to content

Commit

Permalink
DOC: add header=None to read_excel docstring (#16689)
Browse files Browse the repository at this point in the history
  • Loading branch information
fl00r authored and jorisvandenbossche committed Jun 14, 2017
1 parent 8800e84 commit 2e24a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/io/excel.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
header : int, list of ints, default 0
Row (0-indexed) to use for the column labels of the parsed
DataFrame. If a list of integers is passed those row positions will
be combined into a ``MultiIndex``
be combined into a ``MultiIndex``. Use None if there is no header.
skiprows : list-like
Rows to skip at the beginning (0-indexed)
skip_footer : int, default 0
Expand Down

0 comments on commit 2e24a8f

Please sign in to comment.