When I import pandas, everything is fine and working. Yet, when I try to import something from pandas.plotting
im getting an error. What could be the source of
I figured out that most cases when the errors come up on the import scatter_matrix, it is because you have not restarted your jupyter notebooks for a while. Before I run the code; from pandas.tools.plotting import scatter_matrix I make sure I restart my jupyter notebook and run the code. Everything works just fine from then on.