Skip to content

Commit 6961778

Browse files
Addressed pandas-dev#22881
Added documentation to Parse Error.
1 parent b673188 commit 6961778

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/errors/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ class UnsortedIndexError(KeyError):
3232
class ParserError(ValueError):
3333
"""
3434
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.
3537
"""
3638

3739

0 commit comments

Comments
 (0)