-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
Pandas version 0.23.1 failed to save dataframe onto HDFS with hdfs cli #21560
Comments
Hey, Even i am facing this issue. I am using python 3.6.5. Did u figure out how to resolve the issue. And, how did u downgrade pandas version to 0.23.0? Pandas version that i have is 0.23.1 Please help me |
@Liam3851 Sorry for my late response. I will try to test it but it will be a little bit complicated for my working environment. |
@rupesh121 just do |
We are assuming this will be fixed in the 0.23.2 release, but if somebody can actually test it (with the development version of pandas), that would be very welcome. |
Recently I have tested on my working environment with released 0.23.2, 0.23.3 and 0.23.4. All work like a charm. Thank you guys. |
Problem description
I'm using Pandas for data transformation and the I/O is HDFS(by using HdfsCLI).
When I use version 0.23.1, the
to_csv
function gives meAttributeError
:Where
AsyncWriter
is a writer class of HdfsCLI.Here's the code
Note: When I downgrade my pandas to 0.23.0 the problem is solved.
I have googled a lot without finding anything useful. So I came here to open the issue because it seems a bug to me.
The text was updated successfully, but these errors were encountered: