agude / agude/SWITRS-to-SQLite
What is `party_drug_physical` "G"
未關閉
help wanted
question
- 主要語言
- Python
- 星號
- 12
- 分支
- 3
- PR 合併指標
- 30 天內沒有已合併 PR
描述
```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

貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。