winnipeg-ca/substance-use-6x82-bz5y
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 1 month ago
Indexed 1 month ago

Substance Use

A patient's description of events involving Alcohol, Cocaine, Crystal Meth, Marijuana or Opioids use documented by WFPS paramedic crew. Each record represents one patient and one substance.

Note: 'Incident Number' can appear more than once as Incident Number can have more than one unique patient (identified by 'Patient Number') and each unique patient can report more than one substance.

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 \"winnipeg-ca/substance-use-6x82-bz5y\".\"substance_use\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • substance_use
     
     
     
     
     
Upstream Metadata