ramseycounty-us/crime-by-county-by-offense-type-data-i5mh-8gpj
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 7 months ago
Indexed 6 hours ago

Crime by County by Offense Type Data

Dataset showing reported crime by county by general offense type. Crime rates are calculated using Census population estimates.

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/crime-by-county-by-offense-type-data-i5mh-8gpj\".\"crime_by_county_by_offense_type_data\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • crime_by_county_by_offense_type_data
     
     
     
     
     
Upstream Metadata