agude / agude/SWITRS-to-SQLite
What is `party_drug_physical` "G"
Abierto
help wanted
question
- Lenguaje dominante
- Python
- Estrellas
- 12
- Forks
- 3
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
```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

Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.