I'm trying to add group row and background colors to a table. As i'm new on python I knew Kable from R so I was wondering if there was an equivalent.
Here is an example of what I would like to get out of :
I'm trying to add group row and background colors to a table. As i'm new on python I knew Kable from R so I was wondering if there was an equivalent.
Here is an example of what I would like to get out of :
Pandas has this feature built in. It is called style You can add all sorts of conditional formattings.