-
Notifications
You must be signed in to change notification settings - Fork 41
Data: Explore > Jobs > Wage & Salary #926
Comments
@Isabelle1512 can you help me figure out which field in the data we should be using? I think it's the one labeled "Annual average of monthly employment levels for a given year" in the field layout: Just want to make sure. Thanks! |
Whoops, I meant to reference the1975-2013 field layout, which has many more columns: |
@shawnbot that is the one! (annual_avg_emplvl) |
Thanks, @Isabelle1512! Quick status update: my first impulse was to try streaming the zip downloads in Node so that we could programmatically grab the one file we need from each 140mb (!!) zip, but both unzip and unzip2 both have issues with BLS's zip files. So now I'm writing a Makefile to download each zip and extract the CSVs we care about from each, then I'm putting those into For now I'm going to focus on getting the NAICS code 21 data only, which is all mining/extractives. This means that we won't have natural resource type breakdowns initially, but we can bring them in during a second pass. |
This is done. We can handle any problems with the data in new issues. |
This data comes from BLS (here) and needs to be downloaded and transformed to match the format we've been using.
The text was updated successfully, but these errors were encountered: