Is it possible to use a button to adjust values in an editable dataframe

Actually, I’ve realised I do not need to edit the edited_cells information and was able to make use of the responses here: Updating data in in editable dataframe (st.experimental_data_editor) - #8 by blackary

I just needed to act on the returned dataframe from the experimental_data_editor, update the values there and store back into the session state dataframe which I am using in the experimental_data_editor.

1 Like