Baselight

Taxi Trips

City of San Francisco

@usgov.city_of_san_francisco_taxi_trips_8c270

Table 1
@usgov.city_of_san_francisco_taxi_trips_8c270.table_1

  • 153.81 MB
  • 4129083 rows
  • 28 columns
vehicle_placard_number

Vehicle Placard Number

driver_id

Driver Id

start_time_local

Start Time Local

end_time_local

End Time Local

pickup_location_latitude

Pickup Location Latitude

pickup_location_longitude

Pickup Location Longitude

pickup_location

Pickup Location

dropoff_location_latitude

Dropoff Location Latitude

dropoff_location_longitude

Dropoff Location Longitude

dropoff_location

Dropoff Location

hail_type

Hail Type

paratransit

Paratransit

sfo_pickup

Sfo Pickup

qa_flags

Qa Flags

fare_type

Fare Type

meter_fare_amount

Meter Fare Amount

upfront_pricing

Upfront Pricing

promo_rate

Promo Rate

tolls

Tolls

sf_exit_fee

Sf Exit Fee

other_fees

Other Fees

tip

Tip

extra_amount

Extra Amount

total_fare_amount

Total Fare Amount

fare_time_milliseconds

Fare Time Milliseconds

trip_distance_meters

Trip Distance Meters

data_as_of

Data As Of

data_loaded_at

Data Loaded At

1478A-94132022/12/24 12:12:25 AM2022/12/24 12:53:45 AM37.617-122.386POINT (-122.386 37.617)37.935-122.518POINT (-122.518 37.935)street1meter_fare97.15.5102.62081284442572025/04/04 10:37:03 AM2025/04/07 04:16:16 PM
448-2023/01/23 06:37:21 AM2023/01/23 06:49:34 AM37.794-122.396POINT (-122.396 37.794)37.776-122.394POINT (-122.394 37.776)streetLP-OI-meter_fare13.2513.257332482735.88482025/04/04 10:36:57 AM2025/04/07 04:16:16 PM
140F-67682023/10/21 08:13:59 PM2023/10/21 08:19:49 PM37.614-122.385POINT (-122.385 37.614)37.602-122.37POINT (-122.37 37.602)street1meter_fare13.255.518.753498674506.22025/04/04 10:37:06 AM2025/04/07 04:16:16 PM
231B-70102022/12/24 12:12:41 AM2022/12/24 12:31:49 AM37.615-122.385POINT (-122.385 37.615)37.786-122.41POINT (-122.41 37.786)street1LP-meter_fare49.655.555.1598300022445.5492025/04/04 10:37:03 AM2025/04/07 04:16:16 PM
448-2023/01/23 06:37:21 AM2023/01/23 06:49:34 AM37.794-122.396POINT (-122.396 37.794)37.776-122.394POINT (-122.394 37.776)streetLP-OI-DR-meter_fare13.2513.257332482735.88482025/04/04 10:36:57 AM2025/04/07 04:16:16 PM
803F-82772023/10/21 08:14:11 PM2023/10/21 08:40:02 PM37.615-122.39POINT (-122.39 37.615)37.796-122.404POINT (-122.404 37.796)street1IT-meter_fare55.55.561104300023555.762025/04/04 10:37:06 AM2025/04/07 04:16:16 PM
1491D-00912022/12/24 12:12:45 AM2022/12/24 12:33:57 AM37.615-122.385POINT (-122.385 37.615)37.788-122.41POINT (-122.41 37.788)street1TF-meter_fare53.5553.5599300023684.482025/04/04 10:37:03 AM2025/04/07 04:16:16 PM
66B-45972023/01/23 06:37:33 AM2023/01/23 06:55:00 AM37.775-122.428POINT (-122.428 37.775)37.789-122.423POINT (-122.423 37.789)flywheel_appmeter_fare16.311.25522.562450002896.22025/04/04 10:36:57 AM2025/04/07 04:16:16 PM
1350D-45462023/10/21 08:14:16 PM2023/10/21 08:20:51 PM37.75-122.433POINT (-122.433 37.75)37.751-122.434POINT (-122.434 37.751)dispatchLP-IT-meter_fare8.78.73945991287.52025/04/04 10:37:06 AM2025/04/07 04:16:16 PM
398D-66322022/12/24 12:12:58 AM2022/12/24 12:31:49 AM37.614-122.385POINT (-122.385 37.614)37.782-122.393POINT (-122.393 37.782)street1LP-IT-meter_fare50.35.555.8113097621887.12025/04/04 10:37:03 AM2025/04/07 04:16:16 PM

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

Share link

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