-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Data conversion error from csv to DataPreview mode #238
Comments
I hit a similar issue with this data.zip:
Line plots are broken for the |
that's because your first line has ints and data type is detected based on the first data line. also, not an error. I'd call it incorrect data precision issue at best :) |
yeah, I need to see if I can include more data rows for detecting ints and decimals, and there is a separate ticket for custom data types that I plan to address at some point (#156) |
Hi,
When I convert or visualize a .csv file with a value XX.0 in the first line of a column all values of the others lines of the same column loose the number after the point: -41.6 became -41.
Please see the 2 attached screenshot.
Best regards
The text was updated successfully, but these errors were encountered: