An open API service indexing awesome lists of open source software.

https://github.com/mahdiik1/bigquery-retail-analysis

Uses Google BigQuery to query a sample retail dataset. Features example SQL queries and a Python script for large-scale data analysis. Great for learning GCP integration, basic analytics, and high-volume querying.
https://github.com/mahdiik1/bigquery-retail-analysis

analytics bigquery gcp python

Last synced: about 2 months ago
JSON representation

Uses Google BigQuery to query a sample retail dataset. Features example SQL queries and a Python script for large-scale data analysis. Great for learning GCP integration, basic analytics, and high-volume querying.

Awesome Lists containing this project

README

          

# BigQuery Retail Analysis

Demonstrates querying a large retail dataset using Google BigQuery.
Includes a Python script that connects to BigQuery, runs queries, and processes the results.

## Requirements
- Python 3.8+
- google-cloud-bigquery

## Setup
1. Enable the BigQuery API in your GCP project.
2. Set up authentication (GOOGLE_APPLICATION_CREDENTIALS).
3. Run `python main.py` to execute queries.

## Files
- `main.py`: Contains code to connect to BigQuery and run example queries.
- `queries.sql`: Example queries for analyzing retail data.

This project is just a starting point—modify it to fit your dataset and analytics needs.