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 this?
Here is how the output looks like:
>>> import pandas
>>> from pandas.plotting import scatter_matrix
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named plotting
The pandas version Im using is: 0.19.2