2010 Yellow Taxi Trip Data
City of New York
@usgov.city_of_new_york_2010_yellow_taxi_trip_data
City of New York
@usgov.city_of_new_york_2010_yellow_taxi_trip_data
CREATE TABLE table_1 (
"vendorid" VARCHAR,
"tpep_pickup_datetime" VARCHAR,
"dropoff_datetime" VARCHAR,
"passenger_count" BIGINT,
"trip_distance" DOUBLE,
"pickup_longitude" DOUBLE,
"pickup_latitude" DOUBLE,
"ratecodeid" BIGINT,
"store_and_fwd_flag" VARCHAR,
"dropoff_longitude" DOUBLE,
"dropoff_latitude" DOUBLE,
"payment_type" VARCHAR,
"fare_amount" DOUBLE,
"extra" DOUBLE,
"mta_tax" DOUBLE,
"tip_amount" DOUBLE,
"tolls_amount" DOUBLE,
"total_amount" DOUBLE,
"pickup_location" VARCHAR,
"dropoff_location" VARCHAR
);
Anyone who has the link will be able to view this.