Implantar e aplicar uma função remota usando o DataFrames do BigQuery
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Use a API DataFrames do BigQuery para implantar uma função do Python como uma função do Cloud e usá-la como uma função remota.
Exemplo de código
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],[],[[["The BigQuery DataFrames API allows for the deployment of custom Python functions as Cloud Functions, enabling their use as remote functions within BigQuery."],["A custom scalar function can be applied to every value in a `Series` using the `apply` API, such as bucketizing numeric data into categorical strings."],["Remote functions can be created with external package dependencies, as demonstrated by a hashing function that relies on the `cryptography` package."],["BigQuery DataFrames provides the ability to create a BigQuery remote function, which is discoverable via a property on the remote function object, in addition to a cloud function."],["User code deployed as a cloud function may be visible to others, and therefore sensitive data in the code should be handled with caution."]]],[]]