Occupational Employment And Wage Statistics (OEWS)
State of California
@usgov.ca_gov_occupational_employment_and_wage_statistics_oews_4b4c4
State of California
@usgov.ca_gov_occupational_employment_and_wage_statistics_oews_4b4c4
CREATE TABLE data_dictionary_oews_2009_2025 (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE oews_2009_2025 (
"area_type" VARCHAR,
"area_name" VARCHAR,
"year" BIGINT,
"quarter" VARCHAR,
"industry_name" VARCHAR,
"standard_occupational_classification" BIGINT,
"occupational_title" VARCHAR,
"wage_type" VARCHAR,
"number_of_employed" DOUBLE,
"mean_wage" DOUBLE,
"n_10th_percentile_wage" DOUBLE,
"n_25th_percentile_wage" DOUBLE,
"n_50th_percentile_median_wage" DOUBLE,
"n_75th_percentile_wage" DOUBLE,
"n_90th_percentile_wage" DOUBLE,
"mean_relative_standard_error_for_wage" DOUBLE
);
Anyone who has the link will be able to view this.