wolfhece.PandasGrid =================== .. py:module:: wolfhece.PandasGrid Module Contents --------------- .. py:class:: DictGrid(parent, id, data: dict[dict]) Bases: :py:obj:`wx.Dialog` .. autoapi-inheritance-diagram:: wolfhece.PandasGrid.DictGrid :parts: 1 :private-bases: .. py:attribute:: data .. py:attribute:: grid .. py:attribute:: _ok_button .. py:attribute:: _cancel_button .. py:method:: get_dict() Return the data as a dictionary. .. py:method:: OnOk(event) Handle the OK button click. .. py:method:: Close(event=None) Close the dialog. .. py:class:: PandasGrid(parent, id, df: pandas.DataFrame) Bases: :py:obj:`wx.Dialog` .. autoapi-inheritance-diagram:: wolfhece.PandasGrid.PandasGrid :parts: 1 :private-bases: .. py:attribute:: df .. py:attribute:: grid .. py:attribute:: hist_button .. py:method:: OnShowHistogram(event)