Addresses Electoral Districts
The addresses_electoral_districts table contains data about which address is in which electoral district, such US state house or senate districts.
This table can be used to determine what addresses are in which electoral district.
Columns
| Column Name | Description | Type | Nullable |
|---|---|---|---|
| address_id | The numerical identifier of the address. Relates to the id column in the addresses table. |
INT8 | Yes |
| electoral_district_ocd_id | The identifier of the electoral district this address is in. Relates to the ocd_id column in the electoral_districts table. |
VARCHAR | Yes |