Demographic Economic Stats
State of Oklahoma
@usgov.state_of_oklahoma_demographic_economic_stats_34cfb
State of Oklahoma
@usgov.state_of_oklahoma_demographic_economic_stats_34cfb
Demographic and economic statistics for the State of Oklahoma beginning in 2002. The statistics include personal income, population, per capita income and employment figures.
Organization: State of Oklahoma
Last updated: 2021-08-07T14:56:49.061850
Tags: employment, population, unemployment
CREATE TABLE data_demographic_economic_stats (
"year" BIGINT,
"u_s_population_in_thousands" BIGINT -- U.S. Population (in Thousands),
"u_s_population_change_from_prior_period" VARCHAR -- U.S. Population Change From Prior Period,
"oklahoma_population_in_thousands" BIGINT -- Oklahoma Population (in Thousands),
"oklahoma_population_change_from_prior_period" VARCHAR,
"oklahoma_personal_income_in_millions" VARCHAR -- Oklahoma Personal Income (in Millions),
"u_s_per_capita_personal_income" VARCHAR -- U.S. Per Capita Personal Income,
"oklahoma_per_capita_personal_income" VARCHAR,
"oklahoma_per_capita_personal_income_as_a_percentage_of_u_s" VARCHAR -- Oklahoma Per Capita Personal Income As A Percentage Of U.S.,
"employed_civilian_labor_force" BIGINT,
"unemployed_civilian_labor_force" BIGINT,
"unemployment_rate" VARCHAR
);Anyone who has the link will be able to view this.