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