-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
AttributeError: module 'pandas' has no attribute 'plotting' #16536
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
so this doesn't work?
show |
I'm getting this error now when I try to import pandas. My pyqt is 5.6.0, not sure if that is the problem:
|
See #16322 then. Can you check if you have a (maybe empty) |
Fixed it thanks. -Rik |
for me updating pandas helped, but removing the |
I was using pandas version I was getting this error when trying to import a file that imported pandas itself. By importing that file FIRST and the rest later fixed the issue for me. |
you need to update pandas version then run the programme and you will find error remove automatically. |
Not sure if mine is related, but if I |
Even I am having the same problem,I tried doing in your way but the current version already adds with try and catch block for pyqt.Please reply me I need to have a solution for this also where can find my pyqt if installed or not? AttributeError: partially initialized module 'pandas' has no attribute 'plotting' (most likely due to a circular import) |
Where can I find if my pyqt package is available or not? Please I need to have a solution for this |
I didn't understand what you were saying.please I need to have a solution for these |
from pandas.plotting._misc import scatter_matrix then don't use pd.scatter_matrix or pandas.scatter_matrix eg - cmap = cm.get_cmap('gnuplot') |
I have no idea why I'm getting this error, as I looked in the pandas folder and there is clearly a subfolder called plotting. please help.
RIk
The text was updated successfully, but these errors were encountered: