We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b673188 commit 6961778Copy full SHA for 6961778
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 and malformed input csv files will raise this error.
37
38
39
0 commit comments