I am looking for a way to build 2d tabular data in a tabular format (using Python), while the table cells are colored like a heat map. Something like that:

I found quite a few examples for regular heatmaps using matplotlib - but this is actually not what produces the output, as in this link. Any hints were appreciated.
source
share