Summary
When an error occurs while parsing a CSV, I would like to be able to get the content of the line that caused the error.
Motivation
Getting the content of the bad line can help to diagnose the issue much more quickly.
Alternative
Trying to locate the line in the source data by the given line number can be difficult, especially if the csv was streamed from an API and not retained.