Arrow¶
flowtask.interfaces.dataframes.arrow
¶
ArrowDataframe
¶
Bases: BaseDataframe
ArrowDataframe.
Converts any result into a Arrow DataFrame.
create_dataframe
async
¶
Converts any result into a Arrow DataFrame.
:param result: The result data to be converted into a Arrow DataFrame. :return: A DataFrame containing the result data.
is_empty
¶
check_empty. Check if a basic object, a Apache Arrow Table is empty or not.