BigQuery Verilerinden Analiz Elde Etme: Yarışma Laboratuvarı Reviews
79664 reviews
Kaushik D. · Reviewed 1 yıldan fazla ago
Paulina C. · Reviewed 1 yıldan fazla ago
Shivam G. · Reviewed 1 yıldan fazla ago
Alexandru T. · Reviewed 1 yıldan fazla ago
Siddhant S. · Reviewed 1 yıldan fazla ago
Karanam . · Reviewed 1 yıldan fazla ago
good
Brijesh K. · Reviewed 1 yıldan fazla ago
Jennifer S. · Reviewed 1 yıldan fazla ago
Awesome!
Guilherme C. · Reviewed 1 yıldan fazla ago
Mohammed T. · Reviewed 1 yıldan fazla ago
A lot of issues submitting correct code, for example, this was not accepted as a correct answer for Task 4: SELECT SUM(cumulative_deceased) total_deaths, SUM(cumulative_confirmed) total_confirmed_cases, ( SUM(cumulative_deceased) / SUM(cumulative_confirmed) ) * 100 case_fatality_ratio FROM `bigquery-public-data.covid19_open_data.covid19_open_data` WHERE date >= '2020-04-01' AND date < '2020-05-01' AND country_name='Italy'; I had to write it like this for it to be approved: SELECT SUM(cumulative_confirmed) AS total_confirmed_cases, SUM(cumulative_deceased) AS total_deaths, (SUM(cumulative_deceased)/SUM(cumulative_confirmed))*100 AS case_fatality_ratio FROM `bigquery-public-data.covid19_open_data.covid19_open_data` WHERE country_name="Italy" AND date BETWEEN "2020-04-01" AND "2020-04-30";
Jasper L. · Reviewed 1 yıldan fazla ago
Maicon D. · Reviewed 1 yıldan fazla ago
Christopher S. · Reviewed 1 yıldan fazla ago
zf s. · Reviewed 1 yıldan fazla ago
Suryansh M. · Reviewed 1 yıldan fazla ago
Ashish P. · Reviewed 1 yıldan fazla ago
a little bit difficult
Yun W. · Reviewed 1 yıldan fazla ago
Alexander D. · Reviewed 1 yıldan fazla ago
Prateek J. · Reviewed 1 yıldan fazla ago
Loredana L. · Reviewed 1 yıldan fazla ago
Lots of "correct" answers make no sense. Had to look at cheats.
Pierre L. · Reviewed 1 yıldan fazla ago
Pankaj S. · Reviewed 1 yıldan fazla ago
Nicolas C. · Reviewed 1 yıldan fazla ago
Madhur Prashant B. · Reviewed 1 yıldan fazla ago
Deliza Q. · Reviewed 1 yıldan fazla ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.