Skip to content

What is party_drug_physical "G" #10

@agude

Description

@agude
SELECT party_drug_physical, count(1) as total
FROM parties
GROUP BY 1
ORDER BY 2 DESC
LIMIT 500;

What is the value G? It's not mentioned in the code book: https://tims.berkeley.edu/help/SWITRS.php

Screenshot from 2021-08-22 21-24-55

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions