This dataset contains results from geocoding voter addresses using the U.S. Census Bureau. The geocoded voter file has 12 observations and 25 variables that include a geometry of latitude and longitude points and fips code values for state, county, tract, and block geographies.
data(ga_geo)
A data frame with 12 rows and 25 columns
Unique identifier for counties in the state of Georgia
A list of the county name matching the county_code
Unique identifier for registered voter identification
The registration status of the voter
The last name of the voter
The first name of the voter
The street number of the voter address
The name of the street of the voter address
The suufix of the street that is commonly directional
The city of the voter address
The state of the voter address
The 5 or 9 digit zipcode of the voter address
The street number and street name, concatenated
The street_address, city, state, and zipcode concatenated
The address generated and predicted by the US Census Geocoder
The US Census Geocoder flag for whether an addresses was matched in the US Census Geocoder
The determinant of whether the addresses matched exctly
The address used to compare with the voter address inputted into the Geocoder API to determine whether a match has occurred
unique identifier from the Tiger line database that captures geographic aras of interests like roads, railroads, rivers, etc.
a directional identifier in the Tiger Line database
the FIPS code for the state geograhic level
the FIPS code for the county geographic level
the FIPS code for the tract geographic level
the FIPS code for the block geographic level
latitude and longitude coordinates