Iowa Wage Data By Occupation
State of Iowa
@usgov.state_of_iowa_iowa_wage_data_by_occupation
State of Iowa
@usgov.state_of_iowa_iowa_wage_data_by_occupation
This dataset is from the Iowa Wage survey which is based on the Occupation Employment Statistics (OES) program from the Bureau of Labor Statistics (BLS). This data is updated to reflect more current statistics using cost of living indicators.
Organization: State of Iowa
Last updated: 2023-01-19T23:51:36.490695
Tags: annual-wage, entry-wage, experienced-wage, iowa-wages, occupation
CREATE TABLE table_1 (
"area_name" VARCHAR,
"occupational_code" VARCHAR,
"occupational_title" VARCHAR,
"estimated_employment" DOUBLE,
"hourly_mean_wage" DOUBLE,
"hourly_10th_percentile_wage" DOUBLE,
"hourly_25th_percentile_wage" DOUBLE,
"hourly_median_wage" DOUBLE,
"hourly_75th_percentile_wage" DOUBLE,
"hourly_90th_percentile_wage" DOUBLE,
"annual_10th_percentile_wage" DOUBLE,
"annual_25th_percentile_wage" DOUBLE,
"annual_median_wage" DOUBLE,
"annual_75th_percentile_wage" DOUBLE,
"annual_90th_percentile_wage" DOUBLE
);Anyone who has the link will be able to view this.