Hi All,
I am new to Streamlit and trying to create a heat map. User selection in filter will do the following:
- filter the Pandas dataframe depending on user selection such as country etc.
- user can select the measure which will be shown in heat map
I also need to show the Total of each column and row.
So ideally it is a table with column and row total and heat on basis of the measure.
Thanks