Baselight

Taxi Trips In New York City

fares and tips of a Taxi (or Limousine) trip

@kaggle.lioneldelire_taxi_trips_in_new_york_city

Loading...
Loading...

About this Dataset

Taxi Trips In New York City

This dataset is from the Google Certificate from Coursera.org

The goal is to build a machine learning model to estimate fares and tips of a Taxi (or Limousine) trip in New York City.

Tables

N 2017 Yellow Taxi Trip Data

@kaggle.lioneldelire_taxi_trips_in_new_york_city.n_2017_yellow_taxi_trip_data
  • 927.94 KB
  • 22699 rows
  • 18 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.