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

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

bigframes.pandas.deploy_remote_function#

bigframes.pandas.deploy_remote_function(func, **kwargs)[source]#

Orchestrates the creation of a BigQuery remote function that deploys immediately.

This method ensures that the remote function is created and available for use in BigQuery as soon as this call is made.

Parameters:
  • func Function to deploy.

  • kwargs All arguments are passed directly to remote_function(). Please see its docstring for parameter details.

Returns:

A wrapped remote function, usable in apply().


Web Proxy Viewer  |  New URL  |  Original Page