tabsdata.tableframe.lazyframe.frame.TableFrame.from_pandas#

classmethod TableFrame.from_pandas(data: pd.DataFrame | None = None) TableFrame[source]#

Creates tableframe from a pandas dataframe, or None. None produces as an empty (no column - no row) tableframe.

Parameters:

data – Input data.