Mouse Over the Bars to Track Early Voting Ballot Status: Number of Mail-in Ballots Issued, Number in Countable Status, Number of Mail-in Ballots Processed, and How Many In-Person Votes
Early Voting began on March 6th and ends on April 18th, 2026. Game day for the redistricting vote is April 21.
Data column Glossary of Ballot Types from the Daily Absentee List (DAL) :
- “ISSUED” = Number of DAL file records where BALLOT_STATUS= “ISSUED”
- “NOT_ISSUED” = Number of DAL file records where BALLOT_STATUS= “NOT ISSUED”
- “PROVISIONAL” = Number of DAL file records where BALLOT_STATUS= “PROVISIONAL” and APP_STATUS=”APPROVED”
- “DELETED” = Number of DAL file records where BALLOT_STATUS= “DELETED”
- “MARKED” = Number of DAL file records where BALLOT_STATUS= “MARKED” and APP_STATUS=”APPROVED”
- “ON_MACHINE” = Number of DAL file records where BALLOT_STATUS= “ON_MACHINE” and APP_STATUS=”APPROVED”
- “PRE_PROCESSED” = Number of DAL file records where BALLOT_STATUS= “PRE-PROCESSED” and APP_STATUS=”APPROVED”
- “FWAB” = Number of DAL file records where BALLOT_STATUS= “FWAB” and APP_STATUS=”APPROVED”
- “MAIL_IN” = The sum of “MARKED” + “PRE_PROCESSED”
- “COUNTABLE” = The sum of “PROVISIONAL” + “MARKED” + “PRE_PROCESSED” + “ON_MACHINE” + “FWAB”
- “MILITARY” = Number of DAL file records where VOTER_TYPE= “MILITARY”
- “OVERSEAS” = Number of DAL file records where VOTER_TYPE= “OVERSEAS”
- “TEMPORARY” = Number of DAL file records where VOTER_TYPE= “TEMPORARY”
- “MILITARY_COUNTABLE” = Number of DAL file records where VOTER_TYPE= “MILITARY” and where COUNTABLE is True
- “OVERSEAS_COUNTABLE” = Number of DAL file records where VOTER_TYPE= “OVERSEAS” and where COUNTABLE is True
- “TEMPORARY_COUNTABLE” = Number of DAL file records where VOTER_TYPE= “TEMPORARY” and where COUNTABLE is True
- “MILITARY_ISSUED” = Number of DAL file records where APP_STATUS==”Approved”, VOTER_TYPE= “MILITARY” and where BALLOT_STATUS==”ISSUED”
- “OVERSEAS_ISSUED” = Number of DAL file records where APP_STATUS==”Approved”, VOTER_TYPE= “OVERSEAS” and where BALLOT_STATUS==”ISSUED”
- “TEMPORARY_ISSUED” = Number of DAL file records where APP_STATUS==”Approved”, VOTER_TYPE= “TEMPORARY” and where BALLOT_STATUS==”ISSUED”
- “COUNTABLE_HIGH_PROP_NG” = Number of DAL file records where COUNTABLE is True and the registrant has voted in 75% or more of the November General elections on record. (i.e. They have a high November General propensity score)
- “COUNTABLE_MED_PROP_NG” = Number of DAL file records where COUNTABLE is True and the registrant has voted in < 75% and > 0% of the November General elections on record.
- “COUNTABLE_ZERO_PROP_NG” = Number of DAL file records where COUNTABLE is True and the registrant has never voted in any of the November General elections on record.


