diff --git a/pandas/io/excel/_base.py b/pandas/io/excel/_base.py index 460af65a60bf6..ebcafce8f4de2 100644 --- a/pandas/io/excel/_base.py +++ b/pandas/io/excel/_base.py @@ -197,7 +197,7 @@ False otherwise. An example of a valid callable argument would be ``lambda x: x in [0, 2]``. nrows : int, default None - Number of rows to parse. + Number of rows to parse. Does not include header rows. na_values : scalar, str, list-like, or dict, default None Additional strings to recognize as NA/NaN. If dict passed, specific per-column NA values. By default the following values are interpreted