-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Unable to write dataframe to csv via hdfs_client using pandas 1.0.1 #32745
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
Comments
This may be a duplicate of #31819. Can you try with pandas 1.0.2? |
Hi @TomAugspurger ,
|
Thanks for checking. I don't know what the issue would be then. Can you investigate more? cc @gfyoung. |
Has there been any changes to |
Hi @gfyoung , |
@gfyoung We have not made any changes to AsyncWriter from our side. |
pandas/pandas/core/dtypes/inference.py Line 96 in 6620dc6
@vinithg : This is the current implementation of that helper. Are we missing something here? Also, has |
@gfyoung Let me check this and get back to you. |
Looks like OP's account no longer exists and there's not enough info to fully reproduce. Closing for now. |
I am trying to save a data frame to csv using the method df.to_csv(writer) by passing hdfs_client's writer but it is throwing an error
"ValueError: Invalid file path or buffer object type: <class 'hdfs.util.AsyncWriter'>"
Code:
The issue was also mentioned in #21560
Error:
The text was updated successfully, but these errors were encountered: