State.get_pyarrow#

State.get_pyarrow(tablename: str, columns: Optional[Union[list[str], str]] = None) Table#

Get a workflow table as a pyarrow.Table.

Parameters:
tablenamestr

Name of table to get.

columnslist[str] or str, optional

Include only these columns in the dataframe.

Returns:
pyarrow.Table