-
Notifications
You must be signed in to change notification settings - Fork 653
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
Invalid file path or buffer when trying read_csv_glob
with usecols
parameter
#4373
Labels
bug 🦗
Something isn't working
Comments
@c3-cjazra thank you for reporting this. I can reproduce it with this script at Modin version import modin.experimental.pandas as pd
pd.DataFrame([[1]], columns=["col0"]).to_csv("/tmp/1x1.csv")
pd.read_csv_glob(
filepath_or_buffer="/tmp/1x1.csv",
usecols=["col0"],
) We'll try to fix the bug soon. |
anmyachev
added a commit
to anmyachev/modin
that referenced
this issue
Apr 20, 2022
…arameter Signed-off-by: Anatoly Myachev <anatoliimyachev@mail.com>
anmyachev
added a commit
to anmyachev/modin
that referenced
this issue
Apr 20, 2022
…arameter Signed-off-by: Anatoly Myachev <anatoliimyachev@mail.com>
8 tasks
YarShev
pushed a commit
that referenced
this issue
Apr 21, 2022
Thanks @YarShev! which release do you expect this to come in? |
@c3-cjazra, we'll put this in 0.14.1 release, which should happen very soon. |
devin-petersohn
pushed a commit
that referenced
this issue
May 4, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System information
Describe the problem
The text was updated successfully, but these errors were encountered: