Taxi Trips
City of San Francisco
@usgov.city_of_san_francisco_taxi_trips_8c270
City of San Francisco
@usgov.city_of_san_francisco_taxi_trips_8c270
CREATE TABLE table_1 (
"vehicle_placard_number" VARCHAR,
"driver_id" VARCHAR,
"start_time_local" VARCHAR,
"end_time_local" VARCHAR,
"pickup_location_latitude" DOUBLE,
"pickup_location_longitude" DOUBLE,
"pickup_location" VARCHAR,
"dropoff_location_latitude" DOUBLE,
"dropoff_location_longitude" DOUBLE,
"dropoff_location" VARCHAR,
"hail_type" VARCHAR,
"paratransit" DOUBLE,
"sfo_pickup" BIGINT,
"qa_flags" VARCHAR,
"fare_type" VARCHAR,
"meter_fare_amount" DOUBLE,
"upfront_pricing" DOUBLE,
"promo_rate" DOUBLE,
"tolls" DOUBLE,
"sf_exit_fee" DOUBLE,
"other_fees" DOUBLE,
"tip" DOUBLE,
"extra_amount" DOUBLE,
"total_fare_amount" DOUBLE,
"fare_time_milliseconds" BIGINT,
"trip_distance_meters" DOUBLE,
"data_as_of" VARCHAR,
"data_loaded_at" VARCHAR
);
Anyone who has the link will be able to view this.