Skip to content

Commit 2e24a8f

Browse files
fl00rjorisvandenbossche
authored andcommitted
DOC: add header=None to read_excel docstring (pandas-dev#16689)
1 parent 8800e84 commit 2e24a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/excel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
header : int, list of ints, default 0
7878
Row (0-indexed) to use for the column labels of the parsed
7979
DataFrame. If a list of integers is passed those row positions will
80-
be combined into a ``MultiIndex``
80+
be combined into a ``MultiIndex``. Use None if there is no header.
8181
skiprows : list-like
8282
Rows to skip at the beginning (0-indexed)
8383
skip_footer : int, default 0

0 commit comments

Comments
 (0)