摘要:
WHERE trip_start_timestamp Between '2017-01-01' And '2017-07-01' and trip_seconds > 0 and trip_miles > 0 WHERE trip_start_timestamp > '2017-01-01' and trip_start_timestamp 0 AND trip_miles > 0 ... 阅读全文
posted @ 2019-04-04 16:49
oooooolr
阅读(186)
评论(0)
推荐(0)
摘要:
rides_per_year_query = """ SELECT EXTRACT(YEAR FROM trip_start_timestamp) AS year ,COUNT(unique_key) AS num_trips FROM `bigquery-public-data.chicago_taxi_trips.taxi_trips` GROUP BY year ORDER BY year... 阅读全文
posted @ 2019-04-04 11:37
oooooolr
阅读(167)
评论(0)
推荐(0)
浙公网安备 33010602011771号