Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NY18 missing precinct names #123

Open
sbaltzmit opened this issue Apr 13, 2022 · 1 comment
Open

NY18 missing precinct names #123

sbaltzmit opened this issue Apr 13, 2022 · 1 comment

Comments

@sbaltzmit
Copy link

Hello,

when I load the 2018 NY precinct data (20181106__ny__general__precinct.csv acquired from https://github.com/openelections/openelections-data-ny/blob/master/2018/20181106__ny__general__precinct.csv) I find 657 missing precinct names. Replicating the issue is straightforward:

ny <- read.csv("20181106__ny__general__precinct.csv")
sum(ny$precinct == "")

The rows with missing precinct names don't have any obvious commonalities, and they're from 4 different counties and 4 different offices. Any thoughts on what's causing this?

Thanks!

@dwillis
Copy link
Contributor

dwillis commented Apr 13, 2022

@sbaltzmit a couple of thoughts, yeah: for NYC-area records I think those are actually cumulative totals and will confirm. The Onondaga and Albany ones don't seem to fit that bill, though, so might be conversion errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants