pandas get correlation matrix where greater/less than value

Viewed 30

I want to get the correlation matrix where the correlation is greater than a value that I set, or less than a value that I set. Or possibly between values that I set. Is this possible? Something like...

df.corr().where(...
0 Answers
Related