Creating a BigQuery table for our categorized text data
BigQuery
Stamps
Initial conditions
Categories:
Google Cloud
In the left panel, click the View actions icon () next to your project name and click Create dataset.
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.