I am working on a project and have to highlight the maximum correlations. By default df.corr() returns 1 for a row correlated to columns. While applying df.style.highlight_max(), I get ones highlighted instead of the real maximums.
I tried dropping the ones, but the entire row, or column got dropped.
I am novice.
Please help.