oaklandca-gov/adult-felony-arrests-5zsc-em2t
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 5 years ago
Indexed 4 hours ago

Adult Felony Arrests

This Indicator measures the rate of adult felony arrests by race/ethnicity adjusted for population. Rate is calculated as the number of adult felony arrests per 100,000 people of each race/ethnicity that are 18 years of age and older. To determine the number of adults of each race/ethnicity in Oakland, we took the population by race/ethnicity for all ages and multiplied by the percent of Oakland’s population that is 18 and over (80.33%). This approach was necessary due to the lack of exact data available on the 18 and over population in Oakland by race/ethnicity.

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 \"oaklandca-gov/adult-felony-arrests-5zsc-em2t\".\"adult_felony_arrests\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • adult_felony_arrests