From the course: Learning BigQuery
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Uploading data to create a BigQuery table - BigQuery Tutorial
From the course: Learning BigQuery
Uploading data to create a BigQuery table
- [Instructor] While we previously saw how we can create an empty table and then populate it with data with INSERT statements, we will now explore a more common use case for BigQuery users where a table is created out of existing data. For this, we will head over to the loony_university dataset and choose to create a new table. And this time, the source will not be an empty table, but instead, we will upload a CSV file from our own file system for which the Upload option can be selected. There are some restrictions with the size of the file which we can upload. So this needs to remain within 100 MB. However, for larger files, we can still bring them into BigQuery as long as we move them into the Google Cloud Storage first. Let's proceed then to browse our file systems for the file to upload. And then navigate over to movies_info.csv. This file is included in the course materials. Alternatively, it may also be…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
Configuring the GCP3m 33s
-
(Locked)
Creating a BigQuery dataset5m 16s
-
(Locked)
Defining a BigQuery table from the UI4m 45s
-
(Locked)
Querying a simple BigQuery table4m 56s
-
(Locked)
Uploading data to create a BigQuery table3m 56s
-
(Locked)
Querying data and viewing statistics of queries3m 31s
-
(Locked)
Reading JSON data into a BigQuery table2m 28s
-
(Locked)
Creating a table from a query result4m 22s
-
(Locked)
Creating a table from a filter2m 27s
-
-
-
-
-