Daily NYC Yellow Taxi Ride Counts (2019-2021) for "Retraining-Efficiency Score" Paper
收藏官方服务:
资源简介:
This file contains the total number of NYC yellow cab rides per day from 2019-01-01 to 2021-12-31. This dataset was generated for the experiments in the paper "A Resource-Efficiency Score (RES) for Retraining Models". The data was generated by the authors using the following Google BigQuery SQL query against the public `tlc_yellow_trips` dataset: <sql>WITH trips AS ( SELECT DATE(pickup_datetime) AS d FROM `bigquery-public-data.new_york_taxi_trips.tlc_yellow_trips_*` WHERE _TABLE_SUFFIX BETWEEN '2019' AND '2021' AND pickup_datetime >= '2019-01-01' AND pickup_datetime < '2022-01-01')SELECT d AS date, COUNT(*) AS yFROM tripsGROUP BY dORDER BY d</sql>
提供机构:
Zenodo创建时间:
2025-07-31



