2022 Yellow Taxi Trip Data
City of New York
@usgov.city_of_new_york_2022_yellow_taxi_trip_data
City of New York
@usgov.city_of_new_york_2022_yellow_taxi_trip_data
CREATE TABLE table_1 (
"vendorid" BIGINT,
"tpep_pickup_datetime" VARCHAR,
"tpep_dropoff_datetime" VARCHAR,
"passenger_count" DOUBLE,
"trip_distance" DOUBLE,
"ratecodeid" DOUBLE,
"store_and_fwd_flag" VARCHAR,
"pulocationid" DOUBLE,
"dolocationid" DOUBLE,
"payment_type" DOUBLE,
"fare_amount" DOUBLE,
"extra" DOUBLE,
"mta_tax" DOUBLE,
"tip_amount" DOUBLE,
"tolls_amount" DOUBLE,
"improvement_surcharge" DOUBLE,
"total_amount" DOUBLE,
"congestion_surcharge" DOUBLE,
"airport_fee" DOUBLE
);
Anyone who has the link will be able to view this.