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 -

Puppet elasticsearch module (class vs define) -

Java 3D LWJGL collision -