Print the line number of a "breaking" line in the file
Opened this issue · 0 comments
docktermj commented
Is your feature request related to a problem? Please describe.
We've observed that when using pandas
to read a file of CSV, the input file had improper data format and pandas
exited with a stack trace. However, it did not mention anything about the line it.
Describe the solution you'd like
Add some type of logging that tells what line in the input file has an incorrect/unparseable format