@sheridonx the way I am currently handling this problem is by displaying a Pandas dataframe and using the sliders and button presses to edit the table with whatever criteria is interesting. The only issue is you’ll need to do all of your sliding and editing in one swoop as Streamlit doesn’t appear to be able to persist when another widget is used (yet). See LINK
posey22
3
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Editable data tables for float values | 12 | 4176 | January 5, 2021 | |
| How to edit values in a dataframe | 12 | 13813 | June 9, 2021 | |
| How to make data frame editable and update back into the database | 2 | 2700 | September 14, 2021 | |
| Editable dataframe when its getting Launched | 8 | 1053 | February 14, 2023 | |
| Adding new row to editable tables | 0 | 1193 | December 26, 2023 |