dmnfarrell / pandastable

Table analysis in Tkinter using pandas DataFrames.
Other
631 stars 126 forks source link

Error: module 'pandas' has no attribute 'scatter_matrix' #236

Open lucas-campagna opened 1 year ago

lucas-campagna commented 1 year ago

Simple solution: Replace pd.scatter_matrix to pd.ploting.scatter_matrix in this line, according to this.