dknoxon/nyc-tlc-yellow-2024-25
收藏Hugging Face2026-04-24 更新2026-05-03 收录
下载链接:
https://hf-mirror.com/datasets/dknoxon/nyc-tlc-yellow-2024-25
下载链接
链接失效反馈官方服务:
资源简介:
---
pretty_name: NYC TLC Yellow Taxi 2024
license: cc-by-4.0
version: 1
task_categories:
- classification
- regression
---
# NYC TLC Yellow Taxi 2024
Monthly parquet files partitioned by year/month for easier notebook filtering.
## Layout
- `year=2024/month=01/yellow_tripdata_2024-01.parquet`
- `year=2024/month=02/yellow_tripdata_2024-02.parquet`
- ...
- `year=2024/month=12/yellow_tripdata_2024-12.parquet`
## Example usage
```python
from datasets import load_dataset
ds = load_dataset(
'dknoxon/nyc-tlc-yellow-2024-25',
data_files='year=2024/month=0[3-6]/*.parquet',
split='train'
)
```
Or with pandas/pyarrow directly using the raw file URLs from the Hub.
提供机构:
dknoxon



