We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50fa4e6 commit 00bdbecCopy full SHA for 00bdbec
pandas-stubs/io/parsers/readers.pyi
@@ -122,7 +122,7 @@ def read_csv(
122
true_values: list[str] | None = ...,
123
false_values: list[str] | None = ...,
124
skipinitialspace: bool = ...,
125
- skiprows: int | Sequence[int] | Callable[[int], bool] = ...,
+ skiprows: int | Sequence[int] | Callable[[int], bool] | None = ...,
126
skipfooter: int = ...,
127
nrows: int | None = ...,
128
na_values: Sequence[str] | Mapping[str, Sequence[str]] | None = ...,
0 commit comments