Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Fix a lot of incorrect information #36

Merged
merged 57 commits into from
Feb 27, 2018
Merged

Conversation

TylerFisher
Copy link
Contributor

Found a couple typos in the data, a bad header name and a malformed date.

@gigamonkey
Copy link
Contributor

FWIW, the fixed date in the NY primary seems to be correct based on:

http://www.elections.ny.gov/NYSBOE/law/2018PoliticalCalendar.pdf

@TylerFisher TylerFisher changed the title fix a couple typos Fix a lot of incorrect information Feb 14, 2018
@TylerFisher
Copy link
Contributor Author

TylerFisher commented Feb 14, 2018

Hi, so this is no longer fixing a couple typos. I have found numerous errors in the data, based on the secretary of state websites. I only made my way through about half of the states so far, and I wanted to check in and make sure I'm not crazy.

Below are screenshots from where I found the information, almost always directly on the secretary of state's website. If there's a more reliable source of information I should be using, let me know.

Arkansas

arkansas

Arkansas' voter registration was missing, found it on their election calendar.

Colorado

colorado

Colorado's vote by mail application deadline is in fact June 18th.

colorado-2

Early voting runs from June 18th to June 26th. Both of these dates are from the secretary of state's election calendar.

Hawaii

hawaii

The secretary of state calendar clearly states the open/close dates for early voting and the vote by mail application deadline.

Idaho

idaho

The secretary of state calendar notes the last day for application of a mail-in ballot as May 4, not May 9.

Illinois

illinois

The secretary of state calendar says that early voting ends on March 19, not March 17.

illinois-2

The same calendar says that vote by mail applications are due March 15, not March 19.

Indiana

indiana

indiana-2

Absentee-in-person voting in Indiana begins 28 days before the election. The election is on May 8, so that would mean April 10 is the beginning of absentee-in-person voting. The secretary of state's calendar notes the same date. The data in this repo marks the beginning of early voting as March 6, and closing on April 6.

Kansas

kansas

Kansas's secretary of state site (which was missing -- I added to the state reference file) says that the last day to register to vote for the primary is July 17

Maryland

maryland

Maryland's election calendar says that early voting begins on June 14, not June 16.

Massachusetts

massachusetts

In Massachusetts, the only information I could find was the general rules about registration, which state that the voter registration deadline is 20 days prior to the election. The election is September 18, so 20 days before that is August 29.

Minnesota

minnesota

Minnesota's website claims you can request a vote by mail ballot up until the day before the election.

Nebraska

nebraska

nebraska-2

In Nebraska, early voting ballots are available 30 days before the election. That's April 16, not April 10. The 2018 election calendar also notes this date.

Nevada

nevada

Nevada has a handy calendar with all the dates we care about. Voter registration in person closes May 22, not May 14. You can request an absentee ballot by mail until June 7, not June 5.

New Hampshire

new-hampshire

New Hampshire's calendar notes that voter registration closes on August 29.

new-hampshire-2

The only information I could find about vote by mail in New Hampshire was from the Federal Voting Assistance Program. They claim you can apply for absentee ballots technically until the day before the election.

@@ -4,31 +4,31 @@ AK,2018-10-07,2018-10-07,,,
AZ,2018-10-09,2018-10-09,,,
AR,2018-10-07,,,,
CA,2018-10-22,2018-10-22,,,
CO,,,,,Voters can register at a polling center up to and including Election Day.
CT,2018-10-07,2018-10-07,,,
CO,2018-11-06,,,,Voters can register at a polling center up to and including Election Day.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's been some conversation about same-day registration. For example, I had opened a Colorado PR with this change (#4), that was closed. @fpereyra has said:

we prefer to leave the dates blank for states with no real voter registration deadlines and instead include a note to further explain

I've also opened an Issue (#31) asking how to handle states that have no real in-person deadline but do have online deadlines.

NV,2018-10-09,2018-10-18,,,In-person deadline is 10/16/2018; online voter registration deadline is 10/18/2018
NH,,,,,"GENERAL ELECTION DAY- November 6, 2018 - unregistered voters may register and vote on this day."
NV,2018-10-16,2018-10-18,,,In-person deadline is 10/16/2018; online voter registration deadline is 10/18/2018
NH,2018-11-06,,,,"GENERAL ELECTION DAY- November 6, 2018 - unregistered voters may register and vote on this day."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the other comment and #7

TX,2018-10-07,,,,
UT,2018-10-30,2018-10-30,,,
VT,,,,,"Voters in Vermont can register to vote on any day, including Election Day"
VT,2018-11-06,,,,"Voters in Vermont can register to vote on any day, including Election Day"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the other comment and #10

WV,2018-10-16,2018-10-16,,,
WI,,,,,"Online: up to 20 days before the election. At the polling place on Election Day: you may register at the polls on Election Day."
WY,,,,,"Register at the polls on Election Day"
WI,2018-11-06,2018-10-17,,,"Online: up to 20 days before the election. At the polling place on Election Day: you may register at the polls on Election Day."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the other comment and #8

SC,2018-05-14,2018-06-11,2018-06-08,2018-06-11,
SD,2018-04-20,2018-06-04,2018-06-04,2018-06-05,In-person absentee voting; varies by county
TN,2018-07-13,2018-07-28,2018-07-26,2018-08-02,
TX,2018-02-20,2018-03-02,2018-02-23,2018-03-06,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was fixed in #41, which has been merged.

@fpereyra fpereyra merged commit a4be1f5 into democrats:master Feb 27, 2018
@fpereyra
Copy link
Contributor

thanks all! per @hodgesmr, we're leaving VR deadlines blank in states where folks can register and vote on election day (we'll make this more explicit in the docs too). big thanks to @TylerFisher for corrections with screenshots!

@TylerFisher
Copy link
Contributor Author

Thank you for this much needed resource!

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

Successfully merging this pull request may close these issues.

4 participants