Worldwide Bureaucracy Indicators (WWBI)
@owid.worldwide_bureaucracy_indicators
@owid.worldwide_bureaucracy_indicators
The Worldwide Bureaucracy Indicators (WWBI) database is a unique cross-national dataset on public sector employment and wages that aims to fill an information gap, thereby helping researchers, development practitioners, and policymakers gain a better understanding of the personnel dimensions of state capability, the footprint of the public sector within the overall labor market, and the fiscal implications of the public sector wage bill. The dataset is derived from administrative data and household surveys, thereby complementing existing, expert perception-based approaches.
The WWBI includes 302 indicators that are estimated from microdata drawn from the labor force and household welfare surveys and augmented with administrative data for 202 economies in five categories: the demographics of the private and public sector workforces; public sector wage premiums; relative wages and pay compression ratios, gender pay gaps; and the public sector wage bill.
CREATE TABLE owid_worldwide_bureaucracy_indicators (
"country" VARCHAR,
"year" INTEGER,
"bi_emp_frml_ca_pb_zs" FLOAT,
"bi_emp_frml_ed_pb_zs" FLOAT,
"bi_emp_frml_he_pb_zs" FLOAT,
"bi_emp_frml_mw_pb_zs" FLOAT,
"bi_emp_frml_pb_ed_zs" FLOAT,
"bi_emp_frml_pb_he_zs" FLOAT,
"bi_emp_frml_pb_mw_zs" FLOAT,
"bi_emp_frml_pb_pa_zs" FLOAT,
"bi_emp_frml_pb_ps_zs" FLOAT,
"bi_emp_frml_pb_ts_zs" FLOAT,
"bi_emp_frml_pb_zs" FLOAT,
"bi_emp_frml_ss_pb_zs" FLOAT,
"bi_emp_frml_ts_pb_zs" FLOAT,
"bi_emp_pubs_fe_ck_zs" FLOAT,
"bi_emp_pubs_fe_ed_zs" FLOAT,
"bi_emp_pubs_fe_eo_zs" FLOAT,
"bi_emp_pubs_fe_he_zs" FLOAT,
"bi_emp_pubs_fe_mw_zs" FLOAT,
"bi_emp_pubs_fe_pn_zs" FLOAT,
"bi_emp_pubs_fe_sn_zs" FLOAT,
"bi_emp_pubs_fe_tn_zs" FLOAT,
"bi_emp_pubs_fe_ts_zs" FLOAT,
"bi_emp_pwrk_ca_pb_zs" FLOAT,
"bi_emp_pwrk_ed_pb_zs" FLOAT,
"bi_emp_pwrk_he_pb_zs" FLOAT,
"bi_emp_pwrk_mw_pb_zs" FLOAT,
"bi_emp_pwrk_pb_ck_zs" FLOAT,
"bi_emp_pwrk_pb_ed_zs" FLOAT,
"bi_emp_pwrk_pb_eo_zs" FLOAT,
"bi_emp_pwrk_pb_fe_zs" FLOAT,
"bi_emp_pwrk_pb_he_zs" FLOAT,
"bi_emp_pwrk_pb_ma_zs" FLOAT,
"bi_emp_pwrk_pb_mw_zs" FLOAT,
"bi_emp_pwrk_pb_pa_zs" FLOAT,
"bi_emp_pwrk_pb_pn_zs" FLOAT,
"bi_emp_pwrk_pb_ps_zs" FLOAT,
"bi_emp_pwrk_pb_ru_zs" FLOAT,
"bi_emp_pwrk_pb_sn_zs" FLOAT,
"bi_emp_pwrk_pb_tn_zs" FLOAT,
"bi_emp_pwrk_pb_ts_zs" FLOAT,
"bi_emp_pwrk_pb_ur_zs" FLOAT,
"bi_emp_pwrk_pb_zs" FLOAT,
"bi_emp_pwrk_ss_pb_zs" FLOAT,
"bi_emp_pwrk_ts_pb_zs" FLOAT,
"bi_emp_totl_ca_pb_zs" FLOAT,
"bi_emp_totl_ed_pb_zs" FLOAT,
"bi_emp_totl_he_pb_zs" FLOAT,
"bi_emp_totl_mw_pb_zs" FLOAT,
"bi_emp_totl_no" FLOAT,
"bi_emp_totl_no_ca" FLOAT,
"bi_emp_totl_no_ed" FLOAT,
"bi_emp_totl_no_he" FLOAT,
"bi_emp_totl_no_mw" FLOAT,
"bi_emp_totl_no_pa" FLOAT,
"bi_emp_totl_no_ps" FLOAT,
"bi_emp_totl_no_ss" FLOAT,
"bi_emp_totl_no_ts" FLOAT,
"bi_emp_totl_pb_ck_zs" FLOAT,
"bi_emp_totl_pb_ed_zs" FLOAT,
"bi_emp_totl_pb_eo_zs" FLOAT,
"bi_emp_totl_pb_fe_zs" FLOAT,
"bi_emp_totl_pb_he_zs" FLOAT,
"bi_emp_totl_pb_ma_zs" FLOAT,
"bi_emp_totl_pb_mw_zs" FLOAT,
"bi_emp_totl_pb_pa_zs" FLOAT,
"bi_emp_totl_pb_pn_zs" FLOAT,
"bi_emp_totl_pb_ps_zs" FLOAT,
"bi_emp_totl_pb_ru_zs" FLOAT,
"bi_emp_totl_pb_sn_zs" FLOAT,
"bi_emp_totl_pb_tn_zs" FLOAT,
"bi_emp_totl_pb_ts_zs" FLOAT,
"bi_emp_totl_pb_tt_zs" FLOAT,
"bi_emp_totl_pb_ur_zs" FLOAT,
"bi_emp_totl_pb_zs" FLOAT,
"bi_emp_totl_ss_pb_zs" FLOAT,
"bi_emp_totl_ts_pb_zs" FLOAT,
"bi_pop_totl_cv" FLOAT,
"bi_pwk_ages_pb_ca_md" FLOAT,
"bi_pwk_ages_pb_ca_sm" FLOAT,
"bi_pwk_ages_pb_ed_md" FLOAT,
"bi_pwk_ages_pb_ed_sm" FLOAT,
"bi_pwk_ages_pb_he_md" FLOAT,
"bi_pwk_ages_pb_he_sm" FLOAT,
"bi_pwk_ages_pb_md" FLOAT,
"bi_pwk_ages_pb_mw_md" FLOAT,
"bi_pwk_ages_pb_mw_sm" FLOAT,
"bi_pwk_ages_pb_pa_md" FLOAT,
"bi_pwk_ages_pb_pa_sm" FLOAT,
"bi_pwk_ages_pb_ps_md" FLOAT,
"bi_pwk_ages_pb_ps_sm" FLOAT,
"bi_pwk_ages_pb_sm" FLOAT,
"bi_pwk_ages_pb_ss_md" FLOAT,
"bi_pwk_ages_pb_ss_sm" FLOAT,
"bi_pwk_ages_pb_ts_md" FLOAT,
"bi_pwk_ages_pb_ts_sm" FLOAT,
"bi_pwk_ages_pv_ed_md" FLOAT,
"bi_pwk_ages_pv_ed_sm" FLOAT,
"bi_pwk_ages_pv_he_md" FLOAT
);Anyone who has the link will be able to view this.