Open repository in Console
Readme
Updated 2 years ago
‧ Indexed 25 minutes ago
Violent Crime & Property Crime Statewide Totals: 2006 to Present
This dataset shows Maryland crime versus all other states. The data are provided are the Maryland Statistical Analysis Center (MSAC), within the Governor's Office of Crime Control and Prevention (GOCCP). MSAC, in turn, receives these data from the FBI's annual Uniform Crime Reports.
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 \"opendata-maryland-gov/violent-crime-property-crime-statewide-totals-2006-hj4v-yg9g\".\"violent_crime_property_crime_statewide_totals_2006\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata