Dashboard from a dataframe, modified only i-th row
Hello, I have a dashboard created from a dataframe. For each row from a df subset a card with graph and some other info is created. Now if the data in i-th row are modified, I want to update only the corresponding card. My current solution updates all rows.
The code is at https://gist.github.com/robert-marik/77e1bdccc617bd6880f324535fe74a98 (I was not allowed to paste link from pycafe, since the message turned to be long). When I click the button, all cards are rendered again, despite the fact that only one row has been modified. Any idea?
0 Replies