Dt¶
flowtask.interfaces.dataframes.dt
¶
DtDataframe
¶
Bases: BaseDataframe
DtDataframe.
Converts any result into a Datatable DataFrame.
create_dataframe
async
¶
Converts any result into a Datatable DataFrame.
:param result: The result data to be converted into a Datatable DataFrame. :return: A DataFrame containing the result data.
is_empty
¶
check_empty. Check if a basic object, a Polars DataFrame, an Apache Arrow Table, or a Python DataTable Frame is empty or not.