Gallery
Dataset·Politics & Elections·csv
Election dashboard candidate-state table
Chart-ready candidate/state/year election table aggregated from the presidential returns source and enriched with stable candidate identifiers.
Download csv · 594 KBRows
4,761
Columns
15
Format
csv
Size
594 KB
Grain
Candidate-state-year dashboard row.
Teaching uses
- Feed candidate-level state map and chart components.
- Join vote rows to candidate metadata and portrait assets.
- Avoid repeated candidate-name normalization in dashboard code.
Columns 15
| Name | Type | Null | Unique | Examples |
|---|---|---|---|---|
| year | int64 | 0% | 13 | 1976, 1980, 1984 |
| state | str | 0% | 51 | ALASKA, ALABAMA, ARKANSAS |
| state_po | str | 0% | 51 | AK, AL, AR |
| state_fips | int64 | 0% | 51 | 2, 1, 5 |
| state_cen | int64 | 0% | 51 | 94, 63, 71 |
| state_ic | float64 | <0.1% | 51 | 81.0, 41.0, 42.0 |
| candidate_id | str | 0% | 393 | gerald-ford, jimmy-carter, roger-macbride |
| candidate_ballot_name | str | <0.1% | 422 | FORD, GERALD, CARTER, JIMMY, MACBRIDE, ROGER |
| candidate_display | str | 0% | 408 | Gerald Ford, Jimmy Carter, Roger Macbride |
| party_simplified | str | 0% | 4 | REPUBLICAN, DEMOCRAT, LIBERTARIAN |
| candidatevotes | int64 | 0% | 4,057 | 71555, 44058, 6785 |
| totalvotes | int64 | 0% | 663 | 123574, 1182850, 767535 |
| vote_share | float64 | 0% | 4,675 | 0.5790457539611893, 0.3565313091750692, 0.0549063718905271 |
| writein | bool | 0% | 2 | False, True |
| source_row_count | int64 | 0% | 3 | 1, 2, 3 |
Source context: state/dashboard_assets/README.md · documented in dashboard asset README