{
"year_range" : ["2000","2014"],
"features" : ["monthly_income", "water_access", "roof_material", "wall_material", "cb_size", "floor_area"],
"searchlist" : ["earn per month", "watersource", "roof", "wall", "main switch", "floor area"],
"transform": {
	"monthly_income" : "x['earn per month']",
	"water_access" : "x['watersource']",
	"roof_material" : "x['roof']",
	"wall_material" : "x['wall']",
	"cb_size" : "x['main switch']",
	"floor_area" : "x['floor area']"
	},
"bins" : {
    	"monthly_income" : ["0", "1800", "3200", "7800", "11600", "19116", "24500", "65600", "500000"], "floor_area" : ["0", "50", "80", "150", "250", "500"]
         },
"labels" : {
    	"monthly_income" : ["R0-R1799","R1800-R3199","R3200-R7799","R7800-R11599","R11600-R19115","R19116-R24499","R24500-R65499","+R65500"],
    "floor_area" : ["0-50", "50-80", "80-150", "150-250", "250-500"]
        },
"cut" : {
	"monthly_income":{"right":"False", "include_lowest":"True"}
	},
"replace" : {
    	"water_access": {
		"1":"nearby river/dam/borehole", 
		"2":"block/street taps", 
		"3":"tap in yard", 
		"4":"tap inside house"
		},
	"roof_material": {
        	"1":"IBR/Corr.Iron/Zinc", 
        "2":"Thatch/Grass", 
        	"3":"Wood/Masonite board", 
		"4":"Brick", 
		"5":"Blocks", 
		"6":"Plaster", 
		"7":"Concrete", 
		"8":"Tiles", 
        	"9":"Plastic", 
        	"10":"Asbestos", 
        "11":"Daub/Mud/Clay"
        	},
	"wall_material": {
		"1":"IBR/Corr.Iron/Zinc", 
		"2":"Thatch/Grass", 
		"3":"Wood/Masonite board", 
		"4":"Brick", 
        	"5":"Blocks", 
        	"6":"Plaster", 
        "7":"Concrete", 
        	"8":"Tiles", 
        	"9":"Plastic", 
		"10":"Asbestos", 
		"11":"Daub/Mud/Clay"
		}
    	},
"geo" : "District"
}
