Skip to content

Commit

Permalink
update bea year configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jspeis committed Sep 7, 2016
1 parent abad6ab commit 7aef753
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bea/io_use.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
global:
name: bea
source : "data/bea/use_<industry_level>.json"
source : "data/bea/<year>_use_<industry_level>.json"
use_schema: True
filetype: json

source_vars:
year: [2014]
year: [2013, 2014]
industry_level: [46, 47]

output : "data/output/bea/use/"
output : "data/output/bea/use/<year>/<industry_level>"
orient: record

preprocess:
Expand All @@ -29,8 +29,8 @@ global:
db_settings:
user: postgres
password_env_var: DATAUSA_PW
host: 162.209.124.219
db_name: datausa
host: 146.20.103.188
db_name: datausa_t4
transform:
-
column: industry_level
Expand Down

0 comments on commit 7aef753

Please sign in to comment.