ramseycounty-us/emergency-communications-center-monthly-call-f3bv-9p9n
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 11 months ago
Indexed 11 months ago

Emergency Communications Center Monthly Call Volume Stats

The dataset includes total incoming calls, both emergency (9-1-1) and non-emergency, and outgoing non-emergency. Emergency calls are broken down by type of call, whether from a cell phone, landline, etc.

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 \"ramseycounty-us/emergency-communications-center-monthly-call-f3bv-9p9n\".\"emergency_communications_center_monthly_call\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • emergency_communications_center_monthly_call
     
     
     
     
     
Upstream Metadata