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
We use Python's CSV Sniffer to detect the dialect from a CSV. For some reason, this Sniffer is not being able to detect the dialect from files that are upload to S3 and contains whitespaces in the end. If you try the same file locally, it works fine. Since we use smart-open to read files from S3, this problem could be related to a behavior from this library.
The text was updated successfully, but these errors were encountered:
We use Python's CSV Sniffer to detect the dialect from a CSV. For some reason, this Sniffer is not being able to detect the dialect from files that are upload to S3 and contains whitespaces in the end. If you try the same file locally, it works fine. Since we use smart-open to read files from S3, this problem could be related to a behavior from this library.
The text was updated successfully, but these errors were encountered: