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 15d8178 commit 5557e36Copy full SHA for 5557e36
pandas/errors/__init__.py
@@ -32,6 +32,8 @@ class UnsortedIndexError(KeyError):
32
class ParserError(ValueError):
33
"""
34
Exception that is raised by an error encountered in `pd.read_csv`.
35
+
36
+ e.g. HTML Parsing will raise this error.
37
38
39
0 commit comments