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 还没有评估数据。