Motor Vehicle Point & Insurance Reduction Program (PIRP) Participation: Five Year Window
This data set measures and describes participation in PIRP. The researcher may ascertain how many motorists have completed the course and tabulate subsets by: year and month of course completion; motorist residency, age and sex; course provider and delivery method.
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 \"ny-gov/motor-vehicle-point-insurance-reduction-program-u925-8y2g\".\"motor_vehicle_point_insurance_reduction_program\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.