Home > database >  Highlighting values based on groupby in pandas
Highlighting values based on groupby in pandas

Time:03-26

I have a multi-indexed dataframe in pandas in which I want to highlight values above the mean of each "Count" column with respect to each "Id1" subframe. My actual dataframe is much larger, but here is a simplified example:

enter image description here

  • Related