lacity/crime-data-from-2010-to-2019-63jg-8b9z
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 8 days ago
Indexed 1 hour ago

Crime Data from 2010 to 2019

This dataset reflects incidents of crime in the City of Los Angeles from 2010 - 2019. This data is transcribed from original crime reports that are typed on paper and therefore there may be some inaccuracies within the data. Some location fields with missing data are noted as (0°, 0°). Address fields are only provided to the nearest hundred block in order to maintain privacy. This data is as accurate as the data in the database. Please note questions or concerns in the comments.

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 \"lacity/crime-data-from-2010-to-2019-63jg-8b9z\".\"crime_data_from_2010_to_2019\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • crime_data_from_2010_to_2019
     
     
     
     
     
Upstream Metadata