cityofnewyork-us/2020-for-hire-vehicles-trip-data-m3yx-mvk4
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 4 months ago
Indexed 5 hours ago

2020 For Hire Vehicles Trip Data

These records are generated from the For-Hire Vehicle (“FHV”) Trip Record submissions made by traditional livery, luxury, and black car bases. The FHV trip records include fields capturing the dispatching base license number and the pick-up date, time, and taxi zone location ID, which correspond with the NYC Taxi Zones open dataset. Each row represents a single trip in an FHV.

Querying over HTTP

Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:

curl https://data.splitgraph.com/sql/query/ddn \
    -H "Content-Type: application/json" \
    -d@-<<EOF
{"sql": "
    SELECT *
    FROM \"cityofnewyork-us/2020-for-hire-vehicles-trip-data-m3yx-mvk4\".\"2020_for_hire_vehicles_trip_data\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • 2020_for_hire_vehicles_trip_data
     
     
     
     
     
Upstream Metadata