pandas.errors.ParserWarning

exception pandas.errors.ParserWarning[source]

Warning that is raised in pd.read_csv whenever it is necessary to change parsers (generally from ‘c’ to ‘python’) contrary to the one specified by the user due to lack of support or functionality for parsing particular attributes of a CSV file with the requsted engine.

Scroll To Top