MEDSL / 2022-elections-official

Official returns for the 2022 Midterm Elections
15 stars 3 forks source link

Some NV "votes" data is NULL #14

Closed NickCrews closed 7 months ago

NickCrews commented 7 months ago
t.filter(_.votes.isnull()).group_by(
    [
        "state_po",
        "office",
    ]
).agg(
    n=_.count(),
)
┏━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━┓
┃ state_po ┃ office       ┃ n     ┃
┡━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━┩
│ string   │ string       │ int64 │
├──────────┼──────────────┼───────┤
│ NV       │ US SENATE    │  1890 │
│ NV       │ US HOUSE     │  1227 │
│ NV       │ STATE SENATE │   399 │
│ NV       │ STATE HOUSE  │   704 │
│ NV       │ GOVERNOR     │  1504 │
└──────────┴──────────────┴───────┘
NickCrews commented 7 months ago

oops, sorry this is actually not a problem. The README explains that Per the Nevada Secretary of State, "* in the Votes column indicates low turnout and is hidden to protect voter privacy."