Weather Data in BigQuery Reviews

Weather Data in BigQuery Reviews

39323 reviews

MANUEL . C. · Reviewed about 9 hours ago

AHMED M. · Reviewed about 14 hours ago

Awesome

Brian R. · Reviewed about 14 hours ago

Carlos d. · Reviewed about 15 hours ago

Edralin R. · Reviewed about 15 hours ago

Nathan W. · Reviewed about 15 hours ago

Selin T. · Reviewed about 16 hours ago

Kanika K. · Reviewed about 16 hours ago

Marcin D. · Reviewed about 16 hours ago

Thiago M. · Reviewed about 16 hours ago

Elisabeth M. · Reviewed about 16 hours ago

Clear Instructions, easy to follow, thank you =] !

Justin C. · Reviewed about 16 hours ago

Jerry V. · Reviewed about 16 hours ago

Louis B. · Reviewed about 16 hours ago

Francisco D. · Reviewed about 16 hours ago

Tomasz C. · Reviewed about 16 hours ago

Marcin R. · Reviewed about 16 hours ago

very nice

Tyler D. · Reviewed about 16 hours ago

Ming F. · Reviewed about 16 hours ago

Kattalin O. · Reviewed about 23 hours ago

:)

Eder Esteban D. · Reviewed 1 day ago

SELECT -- Create a timestamp from the date components. stn, TIMESTAMP(CONCAT(year,"-",mo,"-",da)) AS timestamp, -- Replace numerical null values with actual null AVG(IF (temp=9999.9, null, temp)) AS temperature, AVG(IF (wdsp="999.9", null, CAST(wdsp AS Float64))) AS wind_speed, AVG(IF (prcp=99.99, 0, prcp)) AS precipitation FROM `bigquery-public-data.noaa_gsod.gsod20*` WHERE CAST(YEAR AS INT64) > 2010 AND CAST(MO AS INT64) = 6 AND CAST(DA AS INT64) = 12 AND (stn="725030" OR -- La Guardia stn="744860") -- JFK GROUP BY stn, timestamp ORDER BY timestamp DESC, stn ASC

roy b. · Reviewed 1 day ago

Mandeep K. · Reviewed 1 day ago

Connie _. · Reviewed 1 day ago

Marcin J. · Reviewed 1 day ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.