pandas.errors.ParserError¶
- exception pandas.errors.ParserError[source]¶
Exception that is raised by an error encountered in parsing file contents.
This is a generic error raised for errors encountered when functions like read_csv or read_html are parsing contents of a file.
See also
read_csvRead CSV (comma-separated) file into a DataFrame.
read_htmlRead HTML table into a DataFrame.