Tableframe#
|
Ensures that the (non-system) columns in the TableFrame match the expected columns. |
|
Clears all rows of the TableFrame preserving the schema. |
Creates an empty (no column - no row) TableFrame. |
|
|
Creates tableframe from a dictionary, or None. |
|
Creates tableframe from a pandas dataframe, or None. |
|
Creates tableframe from a polars dataframe or lazyframe, or None. |
|
Verifies the presence of (non-system) columns in the TableFrame. |
Verifies if the schema of the current TableFrame is same than the provided TableFrame. |
|
Checks if a TableFrame has no rows. |
|
|
Sort the TableFrame by the given column(s) or expression(s). |
Creates a dictionary from this tableframe. |
|
Creates a pandas dataframe from this tableframe. |
|
Creates a polars dataframe from this tableframe. |
|
Creates a polars lazyframe from this tableframe. |