关于“Build a Data Warehouse with BigQuery: Challenge Lab”的评价

关于“Build a Data Warehouse with BigQuery: Challenge Lab”的评价

21925 条评价

Aritra C. · 已于 about 1 hour前审核

Sai Babu N. · 已于 about 4 hours前审核

Excellent

Marcelo S. · 已于 about 4 hours前审核

Brunno A. · 已于 about 5 hours前审核

task 4 of form-2 is worded really bad - and I speak English. it is extremely vague

Craig A. · 已于 about 7 hours前审核

Rahmad Noor I. · 已于 about 8 hours前审核

Marten G. · 已于 about 9 hours前审核

Zak B. · 已于 about 10 hours前审核

Rasika Shailesh T. · 已于 about 11 hours前审核

Task 2 Populate the mobility record data ALTER TABLE covid.oxford_policy_tracker ADD COLUMN population INT64, ADD COLUMN country_area FLOAT64, ADD COLUMN mobility STRUCT< avg_retail FLOAT64, avg_grocery FLOAT64, avg_parks FLOAT64, avg_transit FLOAT64, avg_workplace FLOAT64, avg_residential FLOAT64 > UPDATE `covid.oxford_policy_tracker` t0 SET t0.mobility.avg_retail = t1.avg_retail, t0.mobility.avg_grocery = t1.avg_grocery, t0.mobility.avg_parks = t1.avg_parks, t0.mobility.avg_transit = t1.avg_transit, t0.mobility.avg_workplace = t1.avg_workplace, t0.mobility.avg_residential = t1.avg_residential FROM ( SELECT country_region, date, AVG(retail_and_recreation_percent_change_from_baseline) as avg_retail, AVG(grocery_and_pharmacy_percent_change_from_baseline) as avg_grocery, AVG(parks_percent_change_from_baseline) as avg_parks, AVG(transit_stations_percent_change_from_baseline) as avg_transit, AVG(workplaces_percent_change_from_baseline) as avg_workplace, AVG(residential_percent_change_from_baseline) as avg_residential FROM `bigquery-public-data.covid19_google_mobility.mobility_report` GROUP BY country_region, date ) AS t1 WHERE CONCAT(t0.country_name, t0.date) = CONCAT(t1.country_region, t1.date) //Please ensure you've correctly & accurately populated the mobility column. Task 3 Query missing data in population & country_area columns SELECT DISTINCT country_name FROM `covid.oxford_policy_tracker` WHERE population is NULL UNION ALL SELECT DISTINCT country_name FROM `covid.oxford_policy_tracker` WHERE country_area IS NULL ORDER BY country_name ASC //Please run query against your table to return all countries missing population AND/OR country_area order by name. Task 4 Create a new table for country population data

John T. · 已于 about 11 hours前审核

Wai Ping K. · 已于 about 12 hours前审核

Saivarun T. · 已于 about 12 hours前审核

Tanmay R. · 已于 about 15 hours前审核

Shovidhyan D. · 已于 about 15 hours前审核

Shovidhyan D. · 已于 about 15 hours前审核

Komagal B. · 已于 about 16 hours前审核

Olufemi Opeyemi O. · 已于 about 16 hours前审核

Rishi G. · 已于 about 17 hours前审核

Enrico V. · 已于 about 17 hours前审核

Enrico V. · 已于 about 17 hours前审核

Ramya M. · 已于 about 18 hours前审核

Sonali G. · 已于 about 20 hours前审核

Sundar V. · 已于 about 21 hours前审核

Hathairat B. · 已于 about 22 hours前审核

Debjit K. · 已于 about 22 hours前审核

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。