Annual Working Hours Dataset (1870-1970)
Historical Data on Annual Working Hours per Worker by Country
@kaggle.saurabhbadole_annual_working_hours_dataset_1870_1970
Historical Data on Annual Working Hours per Worker by Country
@kaggle.saurabhbadole_annual_working_hours_dataset_1870_1970
This dataset provides historical insights into the average annual working hours per worker for various countries from 1870 to 1970. It serves as a valuable resource for understanding trends in labour productivity, industrialization, and work-life balance over the past century.
I'd like to thank ourworldindata.org for aggregating this data!
CREATE TABLE annual_working_hours_per_worker (
"country" VARCHAR,
"country_abbreviation" VARCHAR,
"year" BIGINT,
"average_annual_working_hours_per_worker" DOUBLE
);Anyone who has the link will be able to view this.