I am running a local streamlit session, and when I want to save a change to a data editor via a button or concattenating two DFs together, and then reload the page to reflect this change, the index always shows up in the data_editor.
Am I doing something wrong? Does st.rerun
not play well with data_editors?