Reading a precinct-level table
Precinct-level tables are the most common format for distributing Georgia election and registration data. Each row is one precinct; columns carry summary statistics for that precinct. Learning to read these tables quickly—and to spot what they don't say—is an essential skill.
What columns to expect
A typical precinct-level summary table from the Georgia Secretary of State includes: county name, precinct code, precinct name, registered voters (total active), ballots cast (for a specific election), turnout rate (sometimes pre-calculated, sometimes not), and votes by candidate or party for each race on the ballot.
Practice table — Fulton, DeKalb, Gwinnett
Examine the mock precinct table below. Read each row before continuing.
Reading tip: When you open a new precinct table, do these three things first:
- Check the total row. Does the sum of precinct-level ballots equal the certified county total?
- Find the highest and lowest turnout precincts. What's the spread?
- Note any precinct with suspiciously round numbers (like exactly 1,000 registered voters), which may signal an estimation.
What a precinct table does not tell you
A precinct table does not tell you: who the voters are (it is aggregated, not individual-level); why turnout was high or low; whether the precinct boundary changed between elections; or what share of registered voters are active vs. inactive. For those questions, you need to return to the individual-level voter file or join to other datasets.