Data
1,236 installs
bigquery-basics
by google/skills
Manages datasets, tables, and jobs in BigQuery, and integrates with BigQuery ML and Gemini for advanced data analytics and AI-driven insights. Use when you…
Skill content
BigQuery Basics BigQuery is a serverless, AI-ready data platform that enables high-speed analysis of large datasets using SQL and Python. Its disaggregated architecture separates compute and storage, allowing them to scale independently while providing built-in machine learning, geospatial analysis, and business intelligence capabilities. Setup and Basic Usage - Enable the BigQuery API: gcloud services enable bigquery.googleapis.com --quiet - Create a Dataset: bq mk --dataset --location=US my_dataset