Baselight

Time Usage In OECD Countries

OECD Time Use Survey: 2009 - 2016

@kaggle.sansuthi_time_usage_in_oecd_countries

Loading...
Loading...

About this Dataset

Time Usage In OECD Countries

Variable Description:
Paidwork: Paid work
Education: Education
Household: Care for household members
Housework: House Work
Shopping: Shopping
Unpaid: Other unpaid work & Volunteering
Sleep: Sleeping
Food: Eating and drinking
Personalcare: Personal care
Sports: Sports
Events: Attending events
Friends: Seeing friends
TVRadio: TV and Radio
Other: Other leisure activities

Source: OECD Time Use Database

Tables

Time Use In Oecd

@kaggle.sansuthi_time_usage_in_oecd_countries.time_use_in_oecd
  • 12.59 kB
  • 33 rows
  • 15 columns
Loading...
CREATE TABLE time_use_in_oecd (
  "country" VARCHAR,
  "paidwork" BIGINT,
  "education" BIGINT,
  "household" BIGINT,
  "housework" BIGINT,
  "shopping" BIGINT,
  "unpaid" BIGINT,
  "sleep" BIGINT,
  "food" BIGINT,
  "personalcare" BIGINT,
  "sports" BIGINT,
  "events" BIGINT,
  "friends" BIGINT,
  "tvradio" BIGINT,
  "other" BIGINT
);

Share link

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