2023 Green Taxi Trip Data
City of New York
@usgov.city_of_new_york_2023_green_taxi_trip_data
City of New York
@usgov.city_of_new_york_2023_green_taxi_trip_data
CREATE TABLE table_1 (
"vendorid" BIGINT,
"lpep_pickup_datetime" VARCHAR,
"lpep_dropoff_datetime" VARCHAR,
"store_and_fwd_flag" VARCHAR,
"ratecodeid" DOUBLE,
"pulocationid" BIGINT,
"dolocationid" BIGINT,
"passenger_count" DOUBLE,
"trip_distance" DOUBLE,
"fare_amount" DOUBLE,
"extra" DOUBLE,
"mta_tax" DOUBLE,
"tip_amount" DOUBLE,
"tolls_amount" DOUBLE,
"ehail_fee" VARCHAR,
"improvement_surcharge" DOUBLE,
"total_amount" DOUBLE,
"payment_type" DOUBLE,
"trip_type" DOUBLE,
"congestion_surcharge" DOUBLE
);
Anyone who has the link will be able to view this.