Problems importing pandas.plotting for building a scatter_matrix

105 Views Asked by At

This question is strongly related to this Question on Stackoverflow: Problems importing pandas.plotting

I tried all the Answers, but this did not work. So I also tried with and without the tools module

I also try to make a scatter_matrix:

enter image description here

My version of Pandas is: 0.24.2

Any ideas? Thanks

2

There are 2 best solutions below

0
On
0
On

use: import pandas.plotting import scatter_matrix

Reference document link for version 0.24.2 https://pandas.pydata.org/pandas-docs/version/0.24/reference/api/pandas.plotting.scatter_matrix.html