Skip to content

bldavies/college-degrees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

College Degrees in the US

This repository contains the source data for my first, second and third blog posts on college degrees in the US.

Data

I derive data/observations.csv from the 2016 ACS PUMS data by running code/observations.do in Stata MP/15. The data dictionary for data/observations.csv is as follows.

Variable Type Description
age int Age of respondent at survey date
female int Binary indicator for whether respondent is female
level int Educational attainment level ID as in data/attainment.csv
field1, field2 int Degree field IDs as in data/fields.csv
weight dbl Aggregated sample weight

I create data/attainment.csv and data/fields.csv manually based on the PUMS data dictionary.

License

All repository content is licensed under the MIT license.

About

Source material for "College Degrees in the US"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages