Back

Creating a BigQuery table for our categorized text data

BigQuery

Stamps

news_classification_dataset, article_data, article_text , category , confidence ,

Initial conditions

Categories:

Google Cloud


In the Google Cloud console, click Navigation menu () > BigQuery.

Prog

Click Done for the welcome notice when launching BigQuery.

Prog

In the left panel, click the View actions icon () next to your project name and click Create dataset.

Prog

For Dataset ID, type news_classification_dataset

Prog

Click Create dataset.

Prog

Click on the View actions icon next to your dataset name and click Create table.

Use the following settings for the new table: 

Create table from: Empty table

 Name your table article_

Click Add Field (+) under Schema, and dd the following 3 fields: 

  • article_text with type STRING, 
  • category with type STRING,
  • and confidence with type FLOAT.
...
Prog

Click CREATE TABLE.

Prog

Final conditions:

;

Organize your work