Skip to content

Arrow

flowtask.interfaces.dataframes.arrow

ArrowDataframe

Bases: BaseDataframe

ArrowDataframe.

Converts any result into a Arrow DataFrame.

create_dataframe async

create_dataframe(result, *args, **kwargs)

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

is_empty(obj)

check_empty. Check if a basic object, a Apache Arrow Table is empty or not.