Describe the bug
After creating a Table using data = Table.from_csv_file("cldata.csv") it seems that some functions dont work with it.
cldata.csv
We get this error:
- specifying correct dtype with the
dtypes argument
- setting
ignore_errors to True,
- adding
60.667 to the null_values list.
Original error: remaining bytes non-empty
To Reproduce
- Import cldata.csv with
data = Table.from_csv_file("cldata.csv")
- For example:
data.slice_rows(length=10) or data.summarize_statistics()
Expected behavior
The functions should work :)
Screenshots (optional)
No response
Additional Context (optional)
No response