after anlaysing the dataset , how can we find the correlation of all attributes ?
correlations = data.corr(method=\'pearson\')
print(correlation>=0.50)