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

Popular posts from this blog

methods - python can't use function in submodule -

Java 3D LWJGL collision -

c# - ErrorThe type or namespace name 'AxWMPLib' could not be found (are you missing a using directive or an assembly reference?) -