Weather Data in BigQuery Rezensionen
54765 Rezensionen
Azlan K. · Vor etwa 2 Jahre überprüft
Aditya N. · Vor etwa 2 Jahre überprüft
Aryan S. · Vor etwa 2 Jahre überprüft
SELECT descriptor, sum(complaint_count) as total_complaint_count, count(wind_speed) as data_count, ROUND(corr(wind_speed, avg_count),3) AS corr_count, ROUND(corr(wind_speed, avg_pct_count),3) AS corr_pct From ( SELECT avg(pct_count) as avg_pct_count, avg(day_count) as avg_count, sum(day_count) as complaint_count, descriptor, wind_speed FROM ( SELECT DATE(timestamp) AS date, wind_speed FROM demos.nyc_weather) a JOIN ( SELECT x.date, descriptor, day_count, day_count / all_calls_count as pct_count FROM (SELECT DATE(created_date) AS date, concat(complaint_type, ": ", descriptor) as descriptor, COUNT(*) AS day_count FROM `bigquery-public-data.new_york.311_service_requests` GROUP BY date, descriptor)x JOIN ( SELECT DATE(timestamp) AS date, COUNT(*) AS all_calls_count FROM `demos.nyc_weather` GROUP BY date )y ON x.date=y.date )b ON a.date = b.date GROUP BY descriptor, wind_speed ) GROUP BY descriptor HAVING total_complaint_count > 5000 AND ABS(corr_pct) > 0.5 AND data_count > 5 ORDER BY ABS(corr_pct) DESC
Syed S. · Vor etwa 2 Jahre überprüft
Aditya K. · Vor etwa 2 Jahre überprüft
SRI CHAITANYA A. · Vor etwa 2 Jahre überprüft
Deep D. · Vor etwa 2 Jahre überprüft
Abhishek S. · Vor etwa 2 Jahre überprüft
Vagish S. · Vor etwa 2 Jahre überprüft
Yaqoob M. · Vor etwa 2 Jahre überprüft
Mrunal S.Naik G. · Vor etwa 2 Jahre überprüft
hemang p. · Vor etwa 2 Jahre überprüft
Glevin D. · Vor etwa 2 Jahre überprüft
Indri S. · Vor etwa 2 Jahre überprüft
Rahul K. · Vor etwa 2 Jahre überprüft
krithikgokul s. · Vor etwa 2 Jahre überprüft
Amar P. · Vor etwa 2 Jahre überprüft
hi
Rajan S. · Vor etwa 2 Jahre überprüft
Shubhro G. · Vor etwa 2 Jahre überprüft
nice
Rakhi G. · Vor etwa 2 Jahre überprüft
Shreyansh K. · Vor etwa 2 Jahre überprüft
Vipul Y. · Vor etwa 2 Jahre überprüft
Arcade Feb 2024
Jonathan M. · Vor etwa 2 Jahre überprüft
Jai G. · Vor etwa 2 Jahre überprüft
Ping Wei S. · Vor etwa 2 Jahre ü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.