Informationen aus BigQuery-Daten ableiten: Challenge-Lab Rezensionen

79664 Rezensionen

Kaushik D. · Vor mehr als ein Jahr überprüft

Paulina C. · Vor mehr als ein Jahr überprüft

Shivam G. · Vor mehr als ein Jahr überprüft

Alexandru T. · Vor mehr als ein Jahr überprüft

Siddhant S. · Vor mehr als ein Jahr überprüft

Karanam . · Vor mehr als ein Jahr überprüft

good

Brijesh K. · Vor mehr als ein Jahr überprüft

Jennifer S. · Vor mehr als ein Jahr überprüft

Awesome!

Guilherme C. · Vor mehr als ein Jahr überprüft

Mohammed T. · Vor mehr als ein Jahr überprüft

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. · Vor mehr als ein Jahr überprüft

Maicon D. · Vor mehr als ein Jahr überprüft

Christopher S. · Vor mehr als ein Jahr überprüft

zf s. · Vor mehr als ein Jahr überprüft

Suryansh M. · Vor mehr als ein Jahr überprüft

Ashish P. · Vor mehr als ein Jahr überprüft

a little bit difficult

Yun W. · Vor mehr als ein Jahr überprüft

Alexander D. · Vor mehr als ein Jahr überprüft

Prateek J. · Vor mehr als ein Jahr überprüft

Loredana L. · Vor mehr als ein Jahr überprüft

Lots of "correct" answers make no sense. Had to look at cheats.

Pierre L. · Vor mehr als ein Jahr überprüft

Pankaj S. · Vor mehr als ein Jahr überprüft

Nicolas C. · Vor mehr als ein Jahr überprüft

Madhur Prashant B. · Vor mehr als ein Jahr überprüft

Deliza Q. · Vor mehr als ein Jahr überprüft

Wir können nicht garantieren, dass die veröffentlichten Rezensionen von Verbrauchern stammen, die die Produkte gekauft oder genutzt haben. Die Rezensionen werden von Google nicht überprüft.