在GCP中访问特定的公共数据集

时间:2018-07-29 23:46:02

标签: python google-cloud-platform google-bigquery

我正在尝试遵循以下有关GCP中的能源预测的教程。 (https://github.com/GoogleCloudPlatform/professional-services/tree/master/machine-learning/solutions/energy_price_forecasting

尤其是,我正在尝试访问似乎可以在BigQuery中作为公共数据集使用的数据。

Raw data for this problem is publicly available in BigQuery in the following tables:
energy-forecasting.Energy.MarketPricePT - Historical hourly energy prices.

energy-forecasting.Energy.historical_weather - Historical hourly weather forecasts.

但是,我的BigQuery仅包含以下公共数据集。

Public Datasets
bigquery-public-data:hacker_news
bigquery-public-data:noaa_gsod
bigquery-public-data:samples
bigquery-public-data:usa_names
gdelt-bq:hathitrustbooks
gdelt-bq:internetarchivebooks
lookerdata:cdc

如何访问所需的数据?

1 个答案:

答案 0 :(得分:2)

您应将energy-forecasting项目添加到用户界面

  

要将项目添加到经典UI:

在导航面板中,单击项目名称旁边的向下箭头图标。

在下拉菜单中,单击切换到项目>显示项目。

在“显示项目”对话框中:

输入项目ID。 在导航面板中选择显示项目。 单击“确定”将项目添加到导航面板。

查看详细信息here

  

要在新的Web UI中添加公共项目,请使用以下网址

https://console.cloud.google.com/bigquery?p=energy-forecasting

然后,您可以pin project,以便下次访问新的Web UI时就可以使用它。