agude / agude/SWITRS-to-SQLite
What is `party_drug_physical` "G"
Open
help wanted
question
- Dominant language
- Python
- Stars
- 12
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
```sql
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

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.