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

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

bigframes.pandas.Series.to_xarray#

Series.to_xarray(*, allow_large_results: bool | None = None)[source]#

Return an xarray object from the pandas object.

Returns:

Data in the pandas structure

converted to Dataset if the object is a DataFrame, or a DataArray if the object is a Series.

allow_large_results (bool, default None):

If not None, overrides the global setting to allow or disallow large query results over the default size limit of 10 GB.

Return type:

xarray.DataArray or xarray.Dataset


Web Proxy Viewer  |  New URL  |  Original Page