Baselight

GDP Per Hour Worked

Data behind the Economist's analysis of GDP and productivity

@kaggle.joebeachcapital_gdp_per_hour_worked

Loading...
Loading...

About this Dataset

GDP Per Hour Worked

Data behind the Economist's article: Productivity has grown faster in western Europe than in America

Sources

OECD, World Bank

Suggested citation

The Economist and Solstad, Sondre (corresponding author), 2023. "All work and no play", The Economist, October 4th issue, 2023.

Tables

Gdp Decomposition Pop Weighted Average

@kaggle.joebeachcapital_gdp_per_hour_worked.gdp_decomposition_pop_weighted_average
  • 7.37 KB
  • 1 row
  • 7 columns
Loading...

CREATE TABLE gdp_decomposition_pop_weighted_average (
  "year" BIGINT,
  "gdp_over_pop_pop_weighted_average" DOUBLE,
  "gdp_over_pop_adjust_prices_pop_weighted_average" DOUBLE,
  "gdp_over_pop_adjust_prices_working_age_pop_weighted_average" DOUBLE,
  "gdp_over_pop_adjust_prices_working_age_emp_only_pop_we_feaeeb32" DOUBLE,
  "gdp_over_pop_adjust_prices_working_age_emp_hours_worke_fac3a240" DOUBLE,
  "gdp_over_pop_usa" DOUBLE
);

Gdp Over Hours Worked

@kaggle.joebeachcapital_gdp_per_hour_worked.gdp_over_hours_worked
  • 1.18 MB
  • 11560 rows
  • 27 columns
Loading...

CREATE TABLE gdp_over_hours_worked (
  "iso2c" VARCHAR,
  "year" BIGINT,
  "country" VARCHAR,
  "iso3c" VARCHAR,
  "pop" DOUBLE,
  "labor_force" DOUBLE,
  "gdp_ppp_c" DOUBLE,
  "gdp_ppp" DOUBLE,
  "gdp" DOUBLE,
  "gdp_c" DOUBLE,
  "unemployment_r" DOUBLE,
  "pop_over_65" DOUBLE,
  "working_age_pop_pct" DOUBLE,
  "employment_rate" DOUBLE,
  "hours_worked" DOUBLE,
  "total_hours" DOUBLE,
  "hours_per_employed" DOUBLE,
  "employed" DOUBLE,
  "total_hours_alternative" DOUBLE,
  "gdp_over_k_hours_worked" DOUBLE,
  "gdp_ppp_over_k_hours_worked" DOUBLE,
  "gdp_over_pop" DOUBLE,
  "gdp_ppp_over_pop" DOUBLE,
  "gdp_ppp_over_labor_force" DOUBLE,
  "gdp_ppp_over_pop_c" DOUBLE,
  "gdp_over_pop_c" DOUBLE,
  "gdp_ppp_over_k_hours_worked_c" DOUBLE
);

Share link

Anyone who has the link will be able to view this.