datasets / awesome-data

Curated list of quality open datasets
https://datahub.io/collections
748 stars 91 forks source link

BLS Time Use Database #188

Open rufuspollock opened 8 years ago

rufuspollock commented 8 years ago

The American Time Use Survey (ATUS) measures the amount of time people spend doing various activities, such as paid work, childcare, volunteering, and socializing.

See also: (added 2017-07-22)

Sue Bowden and Avner Offer, “Household Appliances and the Use of Time: The United States and Britain Since the 1920s,” Economic History Review 47 (November 1994): 729, supplemented by data from the Statistical Abstract of the United States.

image

zelima commented 8 years ago

@rgrp I found several tables that can be downloaded and datapackaged, but it may be difficult get them in "shape":

It's hard to get them in "shape" because e.g data of Table A-1 is divided in three categories: Average hours per day, civilian population, Average percent engaged in the activity per day and Average hours per day for persons who engaged in the activity. Each of them their-selfs are divided in three more categories: Total, Men and Women. And all of them are distributed on 13 sheets, indicating years from 2003-2015

rufuspollock commented 8 years ago

@zelima as a first step can you list files and file sizes with a short description. I suggest you even boot a data package repo with a README for this purpose.

zelima commented 8 years ago

@rgrp Created repo with README, you can view it here: https://github.com/zelima/american-time-use-survey

rufuspollock commented 8 years ago

@zelima great. Having looked at the data can you suggest the format for the main data file (i.e. lay out the headings with any relevant comments).

Also is there any data on their website that goes back further than 2003? I'd be quite interested in time use for much longer time periods.

zelima commented 8 years ago

@rgrp I'm thinking of something like this: For A-1 Table (easiest one):

Activity,Year,Gender,*1,*2,*3
Sleeping,2003,men,8.83,99.9,8.84
Sleeping,2003,women,8.83,99.9,8.84
Sleeping,2003,both,8.83,99.9,8.84
...
...
Grooming,2015,women,8.83,99.9,8.84
Grooming,2015,both,8.83,99.9,8.84

Where 1,2 and 3 will be: 1 Average hours per day, civilian population 2 Average percent engaged in the activity per day *3 Average hours per day for persons who engaged in the activity

zelima commented 8 years ago

@rgrp I found their archive link, http://www.bls.gov/schedule/archives/all_nr.htm#ATUS where are some data e.g: Annual Pay Levels in Metropolitan Areas, from 1992-2001. But it is discontinued, and all the data are in .txt files separately.

i.e this is the link to txt file of Annual pay levels in metropolitan areas of 1993. http://www.bls.gov/news.release/history/anpay2_102094.txt

rufuspollock commented 7 years ago

@zelima not sure how annual pay levels relates to time use so i would ignore.

zelima commented 7 years ago

@rgrp ok. What about the main stuff?