BigQuery DataFrames を使用してリモート関数をデプロイし適用する
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
BigQuery DataFrames API を使用して Python 関数を Cloud Functions の関数としてデプロイし、リモート関数として使用します。
コードサンプル
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],[],[[["\u003cp\u003eThe BigQuery DataFrames API allows for the deployment of custom Python functions as Cloud Functions, enabling their use as remote functions within BigQuery.\u003c/p\u003e\n"],["\u003cp\u003eA custom scalar function can be applied to every value in a \u003ccode\u003eSeries\u003c/code\u003e using the \u003ccode\u003eapply\u003c/code\u003e API, such as bucketizing numeric data into categorical strings.\u003c/p\u003e\n"],["\u003cp\u003eRemote functions can be created with external package dependencies, as demonstrated by a hashing function that relies on the \u003ccode\u003ecryptography\u003c/code\u003e package.\u003c/p\u003e\n"],["\u003cp\u003eBigQuery 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.\u003c/p\u003e\n"],["\u003cp\u003eUser code deployed as a cloud function may be visible to others, and therefore sensitive data in the code should be handled with caution.\u003c/p\u003e\n"]]],[],null,[]]