TableFrame.from_dict
methodView source ↗
def from_dict(data: td_TableDictionary | None = None) -> TableFrame
Categories: tableframe
Creates tableframe from a dictionary, or None.
None produces as an empty (no column - no row) tableframe.
Parameters
parameter
dataInput data.