-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unsupported value: +Inf #478
Comments
Thanks for filing @xxristoskk! Could you by chance pull out just row 129283 & paste it here? |
@b5 I figured out where the issue was--it wasn't the emojis at all. I'm using a Pandas DataFrame to clean/analyze the dataset, and also to convert the DataFrame to CSV. During that conversion, some of the data types get messed around with, and some zeros were turned into Numpy infinite. After changing those back to 0, I was able to commit just fine. |
Fantastic! Glad to hear you were able to find a solution. I'm going to mark this as closed. Thanks to your filing this issue, we've uncovered another issue around how we handle stuff like |
Creating a dataset that contains tweets, the Desktop version fails to load the CSV. Exploring further, I'm getting this error in the CLI:
Row 129283 contains a tweet with a few emojis. There are emojis in other rows that work, but this one might have one too many.
The text was updated successfully, but these errors were encountered: