A dataset that links state (and Washington DC) names, FIPs codes, two-letter abbreviations (called "region" because this is what it is called in SafeGraph files that use it), and Census regions. Can be merged with fips_to_names using state_fips and statename.

state_info

Format

A data.table with 51 rows and 4 variables:

statename

The full name of the state / province

CensusRegion

The broad Census regions

region

The state's two-digit abbreviation / the province's international alpha code

state_fips

State FIPS code / Canadian SGC code

iso_country_code

Indicator for US or Canada

Source

US Census

Details

This also includes Canadian data on provinces.

Note that this is a data set purely of Canadian provinces, US *states*, and DC. Some SafeGraph files contain information on region values of GU (Guam), PR (Puerto Rico), etc., but those will be lost if merging with state_info.