Population estimates for US States as of July 1st 2018

uspop

Format

A tibble with 459 rows and 17 variables:

state

character State Name

state_abbr

character State Abbreviation

statefips

character 2-digit FIPS code

region_name

character Census region

division_name

character Census Division

sex_id

character Sex id

sex

character Sex label

hisp_id

character Ethnicity: Hispanic id

hisp_label

character Hispanic label

fips

character Full FIPS code

pop

double Total population

white

double Race alone: White

black

double Race alone: Black or African-American

amind

double Race alone: American Indian and Alaska Native

asian

double Race alone: Asian

nhopi

double Race alone: Native Hawaiian and Other Pacific Islander

tom

double Race alone: Two or more races

Source

https://www.census.gov/data/datasets/time-series/demo/popest/2010s-state-detail.html

Details

Table: Data summary

Nameuspop
Number of rows459
Number of columns17
_______________________
Column type frequency:
character10
numeric7
________________________
Group variablesNone

Variable type: character

skim_variablen_missingcomplete_rateminmaxemptyn_uniquewhitespace
state01.004200510
state_abbr90.98220500
statefips01.00220510
region_name90.9849040
division_name90.98718090
sex_id01.0046030
sex01.00410030
hisp_id01.0047030
hisp_label01.00512030
fips01.0011110510

Variable type: numeric

skim_variablen_missingcomplete_ratemeansdp0p25p50p75p100hist
pop012851132.324198641.266154386961.513494423558480.039557045▇▁▁▁▁
white012179861.403116129.255120296294.010885032759335.528531740▇▁▁▁▁
black01381736.98644380.6626011907.080714486281.53673855▇▁▁▁▁
amind0136143.9765036.831616103.51527335770.5651076▇▁▁▁▁
asian01168458.39515557.14795045.526484140424.56063600▇▁▁▁▁
nhopi016966.6118657.1823669.020295063.5199872▇▁▁▁▁
tom0177964.97131251.1645512091.03375798669.51554757▇▁▁▁▁

U.S. Census estimates. Be aware of the US Census classifications of Race and Ethnicity. For the estimated total population for each State, jointly filter on totsex in sex_id and tothisp in hisp_id and then select pop.

Author

Kieran Healy