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
Hi @ian-whitestone, thanks for posting this! Can confirm the same behavior on my side (in fact, I'm getting a length-mismatch error on my side). This should be fixed by #1894
@ian-whitestone Closing this as it should be resolved. Please open a new issue in the Modin repo if the problem persists, or if you encounter a new issue.
System information
pip install ray
Describe the problem
I am unable to get the
ray.dataframe.read_csv
to properly read a pipe delimited file into a dataframe. Reading a comma-separated file works fine.Here are two dummy text files I created:
pipe_delimited.txt
comma_delimited.txt
The text was updated successfully, but these errors were encountered: