Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```