Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/programmer-ke/nyc-taxi-rides
Data pipeline for NYC taxis
https://github.com/programmer-ke/nyc-taxi-rides
Last synced: 9 days 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 (2 months ago)
- Default Branch: master
- Last Pushed: 2024-09-17T06:05:19.000Z (2 months ago)
- Last Synced: 2024-09-17T08:40:03.677Z (2 months ago)
- Language: Jupyter Notebook
- Size: 115 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
```