完成したクエリジョブから BigQuery DataFrame を作成する
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
BigQuery DataFrames API を使用して、他の場所(BigQuery コンソールや bq CLI など)で開始された可能性のあるクエリジョブの結果を調べます。
コードサンプル
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 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"]],[],[[["This content demonstrates how to use the BigQuery DataFrames API to explore the results of a previously executed query job."],["The code utilizes the `bigframes.pandas` library (`bpd`) to read data from a BigQuery table specified by the job's destination."],["Authentication to BigQuery is required using Application Default Credentials, as detailed in the provided setup documentation."],["The example involves retrieving a specific job using its ID and obtaining its destination for data exploration."]]],[]]