Taxi Trips In New York City
fares and tips of a Taxi (or Limousine) trip
@kaggle.lioneldelire_taxi_trips_in_new_york_city
fares and tips of a Taxi (or Limousine) trip
@kaggle.lioneldelire_taxi_trips_in_new_york_city
CREATE TABLE n_2017_yellow_taxi_trip_data (
"unnamed_0" BIGINT,
"vendorid" BIGINT,
"tpep_pickup_datetime" VARCHAR,
"tpep_dropoff_datetime" VARCHAR,
"passenger_count" BIGINT,
"trip_distance" DOUBLE,
"ratecodeid" BIGINT,
"store_and_fwd_flag" VARCHAR,
"pulocationid" BIGINT,
"dolocationid" BIGINT,
"payment_type" BIGINT,
"fare_amount" DOUBLE,
"extra" DOUBLE,
"mta_tax" DOUBLE,
"tip_amount" DOUBLE,
"tolls_amount" DOUBLE,
"improvement_surcharge" DOUBLE,
"total_amount" DOUBLE
);
Anyone who has the link will be able to view this.