Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nghiant3110/google_fiber_bi_5

This is a BI Capstone project based on the Google Fiber dataset from Google BI Course
https://github.com/nghiant3110/google_fiber_bi_5

bigquery google-sheets looker-studio sql

Last synced: about 1 month ago
JSON representation

This is a BI Capstone project based on the Google Fiber dataset from Google BI Course

Awesome Lists containing this project

README

        

# Project Case no 5: Google Fiber BI

- Data source: Google BI Course from Coursera

- BI Document Link: [Document Link](https://docs.google.com/document/d/1acpj59Cn_x56D1L0LU_OEUOnHJ3NAr08fAid96p0qF4/edit#heading=h.3z708dc7m862)

- Transformed Dataset Link (After transform): [Dataset Link](https://docs.google.com/spreadsheets/d/1r2owqWXWr-Y3C0S7I9Tj7VPcpJIHLb77hNA-RCIDi-A/edit#gid=1310151723)

- Dashboard Link: [Looker Studio Dashboard Link](https://lookerstudio.google.com/u/0/reporting/ce80e453-a7fd-49ce-a4e5-fce16affdbea/page/2zbrD)

===

Data Cleaning Process:

1 - Define data fileds and context from the dataset

2 - Create a database on BigQuery, then upload 3 CSV files, and finally use UNION ALL to link these 3 tables together.

3 - Export the table data after it has been transformed to Google Sheets. Convert any null values in the contacts_n columns to 0 to standardize the data format.

4 - After completing the data transformation process on BigQuery, the final data is directly saved in Google Sheets and personal Drive.