sdhdf.tables ============ .. py:module:: sdhdf.tables Attributes ---------- .. autoapisummary:: sdhdf.tables.__author__ Classes ------- .. autoapisummary:: sdhdf.tables.SDHDFTable Module Contents --------------- .. py:class:: SDHDFTable(sdhdf_dataset: h5py.Dataset, version) .. py:method:: __contains__(key) .. py:method:: __getitem__(key) .. py:method:: __iter__() .. py:method:: __len__() .. py:method:: __repr__() .. py:method:: __setitem__(key, value) .. py:method:: __str__() .. py:method:: _decode_compound_attr(dset_obj) :staticmethod: Decode compound attributes .. py:method:: _decode_df(df: pandas.DataFrame) -> pandas.DataFrame :staticmethod: Decode a pandas dataframe to a string .. py:method:: _repr_html_() .. py:attribute:: attrs .. py:data:: __author__ :value: ['Danny Price', 'Alec Thomson', 'Lawrence Toomey']