You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When parsing the file with Pandas, add an exception catch for the EOFError so that we can report this back to users in a user friendly manner. I think the point to catch the exception would be here:
catch the pandas parser errors e.g.
EOFError: Compressed file ended before the end-of-stream marker was reached
and report this correctly.The text was updated successfully, but these errors were encountered: