https://github.com/programmer-ke/nyc-taxi-rides
Data pipeline for NYC taxis
https://github.com/programmer-ke/nyc-taxi-rides
Last synced: over 1 year ago
JSON representation
Data pipeline for NYC taxis
- Host: GitHub
- URL: https://github.com/programmer-ke/nyc-taxi-rides
- Owner: programmer-ke
- Created: 2024-09-14T08:55:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-18T08:10:02.000Z (over 1 year ago)
- Last Synced: 2025-01-03T21:43:15.711Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ingest
Dataset: https://github.com/DataTalksClub/nyc-tlc-data/releases/download/yellow/yellow_tripdata_2021-01.csv.gz
```bash
python ingest_data_to_postgres.py root root localhost 5432 ny_taxi yellow_taxi_trips https://github.com/DataTalksClub/nyc-tlc-data/releases/download/yellow/yellow_tripdata_2021-01.csv.gz tripdata.csv.gz
```