[Datasets] [Bug] AIR dogfooding- Reading csv with ray.data fails, but works with pandas #23448
Labels
bug
Something that is supposed to be working; but isn't
data
Ray Data-related issues
P2
Important issue, but not time-critical
size:small
Milestone
UCI_Credit_Card.csv
Reading the attached csv file with
ray.data
fails with the following errorPandas is able to successfully read the csv file.
There are workarounds to this so it is not fully blocking (such as using Dask on Ray and then converting to Ray Datasets), but it is difficult to overcome and persistent with this particular dataset.
The text was updated successfully, but these errors were encountered: