SyntaxFix
Write A Post
Hire A Developer
Questions
Along with other methods it is also good to have pairplot which will give scatter plot for all the cases-
import pandas as pd import numpy as np import seaborn as sns rs = np.random.RandomState(0) df = pd.DataFrame(rs.rand(10, 10)) sns.pairplot(df)