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 摘要。