From 955d07c507336ce3ca7c5a0b5271524b204d525e Mon Sep 17 00:00:00 2001 From: Peter Yanovich Date: Tue, 13 Jun 2017 14:22:20 +0300 Subject: [PATCH 1/2] header=None to docs --- pandas/io/excel.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandas/io/excel.py b/pandas/io/excel.py index e3c9ae3f164cb..a5bd2dba16bea 100644 --- a/pandas/io/excel.py +++ b/pandas/io/excel.py @@ -78,6 +78,7 @@ 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`` + Use None if there is no header skiprows : list-like Rows to skip at the beginning (0-indexed) skip_footer : int, default 0 From 171e66785186651c3c1729e920e4fd1e7e5d8fe4 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Wed, 14 Jun 2017 10:35:42 +0200 Subject: [PATCH 2/2] edit --- pandas/io/excel.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pandas/io/excel.py b/pandas/io/excel.py index a5bd2dba16bea..5db4603c37be0 100644 --- a/pandas/io/excel.py +++ b/pandas/io/excel.py @@ -77,8 +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`` - Use None if there is no header + 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