bigframes.pandas.deploy_udf#

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

Orchestrates the creation of a BigQuery UDF that deploys immediately.

This method ensures that the UDF is created and available foruse in BigQuery as soon as this call is made.

Parameters:
  • func – Function to deploy.

  • kwargs – All arguments are passed directly toudf(). Please seeits docstring for parameter details.

Returns:

A wrapped Python user defined function, usable inapply().

On this page

This Page