wolfhece.PandasGrid

Module Contents

class wolfhece.PandasGrid.DictGrid(parent, id, data: dict[dict])[source]

Bases: wx.Dialog

Inheritance diagram of wolfhece.PandasGrid.DictGrid
data[source]
grid[source]
_ok_button[source]
_cancel_button[source]
get_dict()[source]

Return the data as a dictionary.

OnOk(event)[source]

Handle the OK button click.

Close(event=None)[source]

Close the dialog.

class wolfhece.PandasGrid.PandasGrid(parent, id, df: pandas.DataFrame)[source]

Bases: wx.Dialog

Inheritance diagram of wolfhece.PandasGrid.PandasGrid
df[source]
grid[source]
hist_button[source]
OnShowHistogram(event)[source]