Closed
Description
Exception that is raised by an error encountered in
pd.read_csv
however, it seems to be raised at least by html parsing, and perhaps other parsers as well:
pandas/pandas/tests/io/test_html.py
Lines 820 to 829 in 486e626
As higher level point, it would be great if the list of potential runtime exceptions raised by the the various parsers were documented in the docs.