bigframes.pandas.read_arrow#

bigframes.pandas.read_arrow(pa_table: Table) DataFrame[source]#

Load a PyArrow Table to a BigQuery DataFrames DataFrame.

Parameters:

pa_table (pyarrow.Table) – PyArrow table to load data from.

Returns:

A new DataFrame representing the data from the PyArrow table.

Return type:

bigframes.dataframe.DataFrame