Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pandas has no attribute scatter_matrix

import pandas as pd

pd.plotting.scatter_matrix(iris_df, alpha=0.2, figsize=(10, 10))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #pandas #attribute
ADD COMMENT
Topic
Name
2+3 =