agude / agude/SWITRS-to-SQLite
What is `party_drug_physical` "G"
Aperta
help wanted
question
- Lingua principale
- Python
- Stelle
- 12
- Fork
- 3
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
```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

Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.