PandasDataFrameGUI icon indicating copy to clipboard operation
PandasDataFrameGUI copied to clipboard

ability to modify selected rows in the dataframe

Open edgimar opened this issue 9 years ago • 0 comments

It would be nice to be able to modify dataframes in addition to viewing them. One example of this would be the possibility of selecting a range of rows, and being able to delete them. It could also be possible to modify the contents of rows.

Presumably this should provide a modified version of the dataframe that is accessible by whatever code has called show(). Perhaps it would be better to have something like a visual_edit(input_df) function which returns a modified copy of input_df?

edgimar avatar Jun 25 '16 00:06 edgimar