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 8dd57ed commit 2c2adb9Copy full SHA for 2c2adb9
pandas/io/parsers/readers.py
@@ -2428,4 +2428,4 @@ def _validate_skipfooter(kwds: dict[str, Any]) -> None:
2428
if kwds.get("iterator") or kwds.get("chunksize"):
2429
raise ValueError("'skipfooter' not supported for iteration")
2430
if kwds.get("nrows"):
2431
- raise ValueError("'skipfooter' not supported with 'nrows'")
+ raise ValueError("'skipfooter' not supported with 'nrows'")
0 commit comments