[ Web Proxy ]
URL:
Viewing: https://dataframes.bigquery.dev/reference/api/../api/bigframes.pandas.read_arrow.html [Back]  [Original]

bigframes.pandas.read_arrow — bigframes documentation
Back to top
Search the docs ...:

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


Web Proxy Viewer  |  New URL  |  Original Page