Skip to content

Commit c0371ce

Browse files
Fix #61123 with simple doc change (#61146)
1 parent 64e8f2c commit c0371ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/excel/_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
False otherwise. An example of a valid callable argument would be ``lambda
198198
x: x in [0, 2]``.
199199
nrows : int, default None
200-
Number of rows to parse.
200+
Number of rows to parse. Does not include header rows.
201201
na_values : scalar, str, list-like, or dict, default None
202202
Additional strings to recognize as NA/NaN. If dict passed, specific
203203
per-column NA values. By default the following values are interpreted

0 commit comments

Comments
 (0)