You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
I use a combination of pandas and dash-table, as I guess many do.
pandas can output tables to HTML. In addition, they've made it possible that you can pass in colourmaps, which, in combination with a cell's numerical content, can be used to make a simple heatmap. Example from the docs
I believe that something like this would already be possible using datatable, by comparing cell contents to a colourmap and using these to derive a background colour. (I wonder if anyone has a recipe for this?)
Even so, I think this would make a nice feature for the datatable, since you could in many ways copy the implementation inside pandas, background_gradient or cmap or whatever during instantiation of the datatable. If not, a recipe using conditional styling would still be great.
There was support for heatmaps here, but the issue ended after conditional formatting was added.