From 951be21204ee02796205cb015e916a2642997b53 Mon Sep 17 00:00:00 2001 From: Jonathan Speiser Date: Fri, 27 Jan 2017 09:16:24 -0500 Subject: [PATCH] adding dartmouth health atlas table configuration --- dartmouth/atlas.yaml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 dartmouth/atlas.yaml diff --git a/dartmouth/atlas.yaml b/dartmouth/atlas.yaml new file mode 100644 index 0000000..acf62a0 --- /dev/null +++ b/dartmouth/atlas.yaml @@ -0,0 +1,34 @@ +inherits: ['db.yaml'] + +global: + add_pks: True + seperator: "," + name: dartmouth + source : "data/dartmouth/.csv" + use_schema: True + + output : "data/output/dartmouth//" + thousands: "," + + source_vars: + tbl_name: + - "yg_ami_post_discharge" + - "yg_chf_post_discharge" + - "yg_medical_post_discharge" + - "yg_pneumonia_post_discharge" + - "yg_prim_care_access" + - "yg_reimbursements" + - "yg_surgical_post_discharge" + + web_paths: + "yg_ami_post_discharge": "https://drive.google.com/uc?export=download&id=0B0fngGlnqNt7eGVQUHhSR01SLVk" + "yg_chf_post_discharge": "https://drive.google.com/uc?export=download&id=0B0fngGlnqNt7Mk03dEwwbnNCNXM" + "yg_medical_post_discharge": "https://drive.google.com/uc?export=download&id=0B0fngGlnqNt7cFU3eXlIa3E0aFU" + "yg_pneumonia_post_discharge": "https://drive.google.com/uc?export=download&id=0B0fngGlnqNt7UkZpbjdBei1QYTg" + "yg_prim_care_access": "https://drive.google.com/uc?export=download&id=0B0fngGlnqNt7SHNEVkgzSExJRWM" + "yg_reimbursements": "https://drive.google.com/uc?export=download&id=0B0fngGlnqNt7dFk4cW1tLW5CWkk" + "yg_surgical_post_discharge": "https://drive.google.com/uc?export=download&id=0B0fngGlnqNt7bHRMa2RRSkllNms" + +tables: + "": + pk: ["year", "geo"]