python - Exposing pandas DataFrame to TraitsGUI Editable Table -
i have noticed in enthought canopy demos, there several bits of code expose lists , numpy arrays traitsui editable table. looking same pandas dataframe. essentially, i'd able edit couple of columns in dataframe , have callback re-calculates other columns (that dependent on edited columns).
does know of sample code might me started exposing df object via traitsui table?
Comments
Post a Comment