agude / agude/SWITRS-to-SQLite

What is `party_drug_physical` "G"

Open
#10 2 comments 0 reactions 0 assignees View on GitHub
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

![Screenshot from 2021-08-22 21-24-55](https://user-images.githubusercontent.com/4562016/130389819-7f01afd2-ffb7-4849-91a6-fba90f8a76a5.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.