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 5bf89a8 commit ba93833Copy full SHA for ba93833
pandas/io/parsers.py
@@ -1085,7 +1085,7 @@ def _validate_usecols(usecols, names):
1085
1086
Raises
1087
------
1088
- ValueError : Detailing which usecols are missing, if any.
+ ValueError : Columns were missing. Error message will list them.
1089
"""
1090
missing = [c for c in usecols if c not in names]
1091
if len(missing) > 0:
0 commit comments