- Learning Google BigQuery
- Thirukkumaran Haridass Eric Brown
- 272字
- 2021-07-02 21:23:59
Working with the browser
To access BigQuery via a browser, go to https://bigquery.cloud.google.com. Once you log in, you will be seeing the BigQuery console; click on the down arrow in the project name and choose the Create new dataset option. Enter a name for your dataset in Dataset ID and choose the Data location and Never for Data expiration. Click on Ok to finish creating the dataset.
To create a new table under the dataset:
- Click on the down arrow and choose Create new table; you will be presented with the following screen.
- Choose the options as shown in the screenshot and click on Choose file button. Upload the file that you downloaded from https://github.com/hthirukkumaran/Learning-Google-BigQuery/blob/master/chapter1/employeedetails.csv.
- Choose Automatically detect for Schema and click on Create table. This option will automatically use the column names specified as the first row in the file for the table and import rest of the rows into the table:

Once the table is created, you can see its details by clicking on the table name in the left-hand-side navigation under the dataset name. You can click on the schema, details, and preview table to see information about the table and the data in the table without running any query:

To import a file from Google Cloud storage:
- Create a new table as done previously and then choose Google Cloud storage in the Location option as shown in the following screenshot
- Enter the name of the bucket created previously and the file that was uploaded to that bucket
- Click on Create Table to create the table from the file in Google Cloud storage:

推薦閱讀
- Advanced Machine Learning with Python
- Cocos2D-X權威指南(第2版)
- Mastering QGIS
- Android 7編程入門經典:使用Android Studio 2(第4版)
- Learning Concurrent Programming in Scala
- Python算法詳解
- Visual Basic 6.0程序設計實驗教程
- Angular應用程序開發指南
- UML基礎與Rose建模實用教程(第三版)
- 實驗編程:PsychoPy從入門到精通
- 循序漸進Vue.js 3前端開發實戰
- 計算機輔助設計與繪圖技術(AutoCAD 2014教程)(第三版)
- Mastering MeteorJS Application Development
- Java語言程序設計與實現(微課版)
- 給產品經理講技術