-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
Error ReportingIncorrect or improved errors from pandasIncorrect or improved errors from pandasIO CSVread_csv, to_csvread_csv, to_csv
Milestone
Description
xref #12551
a) change CParserError
to an actual ValueError
. this is used in a very small number of cases in the engine='c'
parser. (in #12551 it will inherit from ValueError
)
b) So we either change ALL ValueError
to ParserError(ValueError)
(e.g. a custom exception) and make the changes in both the engine='c'
and engine='python'
.
Metadata
Metadata
Assignees
Labels
Error ReportingIncorrect or improved errors from pandasIncorrect or improved errors from pandasIO CSVread_csv, to_csvread_csv, to_csv