Semi-Interactive Pandas Dataframe in a GUI
问题 There are a number of excellent answers to this question GUIs for displaying dataframes, but what I'm looking to do is a bit more advanced. I'd like to display a dataframe, but have a couple of the columns be interactive where the user can manually overwrite values (and the rest be static). It would be useful to have "total" rows that change with the overwritten values and eventually have some interactive buttons around the dataframe for loading and clearing data. QTPandas looks promising,