Skip to main content
Version: 1.7.0

TableFrame.from_dict

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
data

Input data.