agude / agude/SWITRS-to-SQLite

What is `party_drug_physical` "G"

未关闭
#10 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
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

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

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。