CenQuery / database_schema.json
Sourish-Kanna's picture
Finalizing CenQuery Academic Dataset (Generic Names)
7be3e4a verified
Raw
History Blame Contribute Delete
74.5 kB
{
"regions": {
"columns": [
{
"name": "state",
"type": "BIGINT",
"constraints": [
"PK"
]
},
{
"name": "area_name",
"type": "TEXT",
"constraints": []
}
],
"primary_key": [
"state"
],
"foreign_keys": []
},
"tru": {
"columns": [
{
"name": "id",
"type": "BIGINT",
"constraints": [
"PK"
]
},
{
"name": "name",
"type": "TEXT",
"constraints": []
}
],
"primary_key": [
"id"
],
"foreign_keys": []
},
"religions": {
"columns": [
{
"name": "id",
"type": "BIGINT",
"constraints": [
"PK"
]
},
{
"name": "religion_name",
"type": "TEXT",
"constraints": []
}
],
"primary_key": [
"id"
],
"foreign_keys": []
},
"languages": {
"columns": [
{
"name": "id",
"type": "BIGINT",
"constraints": [
"PK"
]
},
{
"name": "name",
"type": "TEXT",
"constraints": []
}
],
"primary_key": [
"id"
],
"foreign_keys": []
},
"age_groups": {
"columns": [
{
"name": "id",
"type": "BIGINT",
"constraints": [
"PK"
]
},
{
"name": "name",
"type": "TEXT",
"constraints": []
}
],
"primary_key": [
"id"
],
"foreign_keys": []
},
"population_stats": {
"columns": [
{
"name": "state",
"type": "BIGINT",
"constraints": [
"FK -> regions(state)"
]
},
{
"name": "tru_id",
"type": "BIGINT",
"constraints": [
"FK -> tru(id)"
]
},
{
"name": "age",
"type": "TEXT",
"constraints": []
},
{
"name": "persons",
"type": "BIGINT",
"constraints": []
},
{
"name": "males",
"type": "BIGINT",
"constraints": []
},
{
"name": "females",
"type": "BIGINT",
"constraints": []
}
],
"primary_key": [],
"foreign_keys": [
{
"column": "state",
"references": "regions(state)"
},
{
"column": "tru_id",
"references": "tru(id)"
}
]
},
"healthcare_stats": {
"columns": [
{
"name": "state",
"type": "BIGINT",
"constraints": [
"FK -> regions(state)"
]
},
{
"name": "tru_id",
"type": "BIGINT",
"constraints": [
"FK -> tru(id)"
]
},
{
"name": "number_of_hh_surveyed",
"type": "BIGINT",
"constraints": []
},
{
"name": "number_of_women_15_49_interviewed",
"type": "BIGINT",
"constraints": []
},
{
"name": "number_of_men_15_54_interviewed",
"type": "BIGINT",
"constraints": []
},
{
"name": "female_pop_age_6_years_and_above_who_ever_school_",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "pop_below_age_15_years_",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "sex_ratio_of_the_total_pop_females_per_1000_males",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "sex_ratio_at_birth_for_children_born_in_the_last_five_years_",
"type": "TEXT",
"constraints": []
},
{
"name": "child_u5_whose_birth_was_registered_with_the_civil_authority",
"type": "TEXT",
"constraints": []
},
{
"name": "deaths_in_the_last_3_years_registered_with_the_civil_authori",
"type": "TEXT",
"constraints": []
},
{
"name": "pop_living_in_hh_with_electricity_",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "pop_living_in_hh_with_an_improved_drinkingwater_source1_",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "pop_living_in_hh_that_use_an_improved_sanitation_facility2_",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "hh_using_clean_fuel_for_cooking3_",
"type": "TEXT",
"constraints": []
},
{
"name": "hh_using_iodized_salt_",
"type": "TEXT",
"constraints": []
},
{
"name": "hh_with_any_usual_member_covered_under_a_health_insurancefin",
"type": "TEXT",
"constraints": []
},
{
"name": "children_age_5_years_who_attended_preprimary_school_during_t",
"type": "TEXT",
"constraints": []
},
{
"name": "women_age_1549_who_are_lit4_",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "men_age_1549_who_are_lit4_",
"type": "TEXT",
"constraints": []
},
{
"name": "women_age_1549_with_10_or_more_years_of_schooling_",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "men_age_1549_with_10_or_more_years_of_schooling_",
"type": "TEXT",
"constraints": []
},
{
"name": "women_age_1549_who_have_ever_used_the_internet_",
"type": "TEXT",
"constraints": []
},
{
"name": "men_age_1549_who_have_ever_used_the_internet_",
"type": "TEXT",
"constraints": []
},
{
"name": "women_age_2024_years_married_before_age_18_years_",
"type": "TEXT",
"constraints": []
},
{
"name": "men_age_2529_years_married_before_age_21_years_",
"type": "TEXT",
"constraints": []
},
{
"name": "total_fertility_rate_number_of_children_per_woman",
"type": "TEXT",
"constraints": []
},
{
"name": "women_age_1519_years_who_were_already_mothers_or_pregnant_at",
"type": "TEXT",
"constraints": []
},
{
"name": "adolescent_fertility_rate_for_women_age_1519_years5",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "neonatal_mortality_rate_per_1000_live_births",
"type": "TEXT",
"constraints": []
},
{
"name": "infant_mortality_rate_per_1000_live_births",
"type": "TEXT",
"constraints": []
},
{
"name": "underfive_mortality_rate_per_1000_live_births",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.1",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.2",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.3",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.4",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.5",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.6",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.7",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.8",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.9",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.10",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.11",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.12",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.13",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.14",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.15",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.16",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.17",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.18",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.19",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.20",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.21",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.22",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.23",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.24",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.25",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.26",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.27",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.28",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.29",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.30",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.31",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.32",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.33",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.34",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.35",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.36",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.37",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.38",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.39",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.40",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.41",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.42",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.43",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.44",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.45",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.46",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.47",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.48",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.49",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.50",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.51",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.52",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.53",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.54",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.55",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.56",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.57",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.58",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.59",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.60",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.61",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.62",
"type": "TEXT",
"constraints": []
},
{
"name": "current_use_of_family_planning_methods_currently_married_wom.63",
"type": "TEXT",
"constraints": []
},
{
"name": "total_unmet_need_for_family_planning_currently_married_women",
"type": "TEXT",
"constraints": []
},
{
"name": "unmet_need_for_spacing_currently_married_women_age_1549_year",
"type": "TEXT",
"constraints": []
},
{
"name": "health_worker_ever_talked_to_female_nonusers_about_family_pl",
"type": "TEXT",
"constraints": []
},
{
"name": "current_users_ever_told_about_side_effects_of_current_method",
"type": "TEXT",
"constraints": []
},
{
"name": "mothers_who_had_an_antenatal_checkup_in_the_first_trimester_",
"type": "TEXT",
"constraints": []
},
{
"name": "mothers_who_had_at_least_4_antenatal_care_visits_for_last_bi",
"type": "TEXT",
"constraints": []
},
{
"name": "mothers_whose_last_birth_was_protected_against_neonatal_teta",
"type": "TEXT",
"constraints": []
},
{
"name": "mothers_who_consumed_iron_folic_acid_for_100_days_or_more_wh",
"type": "TEXT",
"constraints": []
},
{
"name": "mothers_who_consumed_iron_folic_acid_for_180_days_or_more_wh",
"type": "TEXT",
"constraints": []
},
{
"name": "registered_pregnancies_for_which_the_mother_received_a_mothe",
"type": "TEXT",
"constraints": []
},
{
"name": "mothers_who_received_postnatal_care_from_a_doctornurselhvanm",
"type": "TEXT",
"constraints": []
},
{
"name": "average_outofpocket_expenditure_per_delivery_in_a_public_hea",
"type": "TEXT",
"constraints": []
},
{
"name": "children_born_at_home_who_were_taken_to_a_health_facility_fo",
"type": "TEXT",
"constraints": []
},
{
"name": "children_who_received_postnatal_care_from_a_doctornurselhvan",
"type": "TEXT",
"constraints": []
},
{
"name": "institutional_births_in_the_5_years_before_the_survey_",
"type": "TEXT",
"constraints": []
},
{
"name": "institutional_births_in_public_facility_in_the_5_years_befor",
"type": "TEXT",
"constraints": []
},
{
"name": "home_births_that_were_conducted_by_skilled_health_personnel_",
"type": "TEXT",
"constraints": []
},
{
"name": "births_attended_by_skilled_health_personnel_in_the_5_years_b",
"type": "TEXT",
"constraints": []
},
{
"name": "births_delivered_by_caesarean_section_in_the_5_years_before_",
"type": "TEXT",
"constraints": []
},
{
"name": "births_in_a_private_health_facility_that_were_delivered_by_c",
"type": "TEXT",
"constraints": []
},
{
"name": "births_in_a_public_health_facility_that_were_delivered_by_ca",
"type": "TEXT",
"constraints": []
},
{
"name": "children_age_1223_months_fully_vaccinated_based_on_informati",
"type": "TEXT",
"constraints": []
},
{
"name": "children_age_1223_months_fully_vaccinated_based_on_informati.1",
"type": "TEXT",
"constraints": []
},
{
"name": "children_age_1223_months_fully_vaccinated_based_on_informati.2",
"type": "TEXT",
"constraints": []
},
{
"name": "children_age_1223_months_fully_vaccinated_based_on_informati.3",
"type": "TEXT",
"constraints": []
},
{
"name": "children_age_1223_months_who_have_received_bcg_",
"type": "TEXT",
"constraints": []
},
{
"name": "children_age_1223_months_who_have_received_3_doses_of_polio_",
"type": "TEXT",
"constraints": []
},
{
"name": "children_age_1223_months_who_have_received_3_doses_of_penta_",
"type": "TEXT",
"constraints": []
},
{
"name": "children_age_1223_months_who_have_received_3_doses_of_penta_.1",
"type": "TEXT",
"constraints": []
},
{
"name": "children_age_1223_months_who_have_received_the_first_dose_of",
"type": "TEXT",
"constraints": []
},
{
"name": "children_age_2435_months_who_have_received_a_second_dose_of_",
"type": "TEXT",
"constraints": []
},
{
"name": "children_age_1223_months_who_have_received_3_doses_of_rotavi",
"type": "TEXT",
"constraints": []
},
{
"name": "children_age_1223_months_who_have_received_3_doses_of_penta_.2",
"type": "TEXT",
"constraints": []
},
{
"name": "children_age_1223_months_who_have_received_3_doses_of_penta_.3",
"type": "TEXT",
"constraints": []
},
{
"name": "children_age_935_months_who_received_a_vitamin_a_dose_in_the",
"type": "TEXT",
"constraints": []
},
{
"name": "children_age_1223_months_who_received_most_of_their_vaccinat",
"type": "TEXT",
"constraints": []
},
{
"name": "children_age_1223_months_who_received_most_of_their_vaccinat.1",
"type": "TEXT",
"constraints": []
},
{
"name": "children_age_1223_months_who_received_most_of_their_vaccinat.2",
"type": "TEXT",
"constraints": []
},
{
"name": "children_age_1223_months_who_received_most_of_their_vaccinat.3",
"type": "TEXT",
"constraints": []
},
{
"name": "prevalence_of_diarrhoea_in_the_2_weeks_preceding_the_survey_",
"type": "TEXT",
"constraints": []
},
{
"name": "children_with_diarrhoea_in_the_2_weeks_preceding_the_survey_",
"type": "TEXT",
"constraints": []
},
{
"name": "children_with_diarrhoea_in_the_2_weeks_preceding_the_survey_.1",
"type": "TEXT",
"constraints": []
},
{
"name": "children_with_diarrhoea_in_the_2_weeks_preceding_the_survey_.2",
"type": "TEXT",
"constraints": []
},
{
"name": "children_with_diarrhoea_in_the_2_weeks_preceding_the_survey_.3",
"type": "TEXT",
"constraints": []
},
{
"name": "children_swith_diarrhoea_in_the_2_weeks_preceding_the_survey",
"type": "TEXT",
"constraints": []
},
{
"name": "children_prevalence_of_symptoms_of_acute_respiratory_infecti",
"type": "TEXT",
"constraints": []
},
{
"name": "children_with_fever_or_symptoms_of_ari_in_the_2_weeks_preced",
"type": "TEXT",
"constraints": []
},
{
"name": "children_under_age_3_years_breastfed_within_one_hour_of_birt",
"type": "TEXT",
"constraints": []
},
{
"name": "children_under_age_6_months_exclusively_breastfed16_",
"type": "TEXT",
"constraints": []
},
{
"name": "children_age_68_months_receiving_solid_or_semisolid_food_and",
"type": "TEXT",
"constraints": []
},
{
"name": "breastfeeding_children_age_623_months_receiving_an_adequate_",
"type": "TEXT",
"constraints": []
},
{
"name": "nonbreastfeeding_children_age_623_months_receiving_an_adequa",
"type": "TEXT",
"constraints": []
},
{
"name": "total_children_age_623_months_receiving_an_adequate_diet16_1",
"type": "TEXT",
"constraints": []
},
{
"name": "children_under_5_years_who_are_stunted_heightforage18_",
"type": "TEXT",
"constraints": []
},
{
"name": "children_under_5_years_who_are_wasted_weightforheight18_",
"type": "TEXT",
"constraints": []
},
{
"name": "children_under_5_years_who_are_severely_wasted_weightforheig",
"type": "TEXT",
"constraints": []
},
{
"name": "children_under_5_years_who_are_underweight_weightforage18_",
"type": "TEXT",
"constraints": []
},
{
"name": "children_under_5_years_who_are_overweight_weightforheight20_",
"type": "TEXT",
"constraints": []
},
{
"name": "women_age_1549_years_whose_body_mass_index_bmi_is_below_norm",
"type": "TEXT",
"constraints": []
},
{
"name": "men_age_1549_years_whose_body_mass_index_bmi_is_below_normal",
"type": "TEXT",
"constraints": []
},
{
"name": "women_age_1549_years_who_are_overweight_or_obese_bmi_250_kgm",
"type": "TEXT",
"constraints": []
},
{
"name": "men_age_1549_years_who_are_overweight_or_obese_bmi_250_kgm2_",
"type": "TEXT",
"constraints": []
},
{
"name": "women_age_1549_years_who_have_high_risk_waisttohip_ratio_085",
"type": "TEXT",
"constraints": []
},
{
"name": "men_age_1549_years_who_have_high_risk_waisttohip_ratio_090_",
"type": "TEXT",
"constraints": []
},
{
"name": "children_age_659_months_who_are_anaemic_110_gdl22_",
"type": "TEXT",
"constraints": []
},
{
"name": "nonpregnant_women_15_49_who_are_anaemic_120_gdl22_",
"type": "TEXT",
"constraints": []
},
{
"name": "pregnant_women_15_49_who_are_anaemic_110_gdl22_",
"type": "TEXT",
"constraints": []
},
{
"name": "all_women_15_49_who_are_anaemic22_",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "all_women_age_1519_years_who_are_anaemic22_",
"type": "TEXT",
"constraints": []
},
{
"name": "men_age_1549_years_who_are_anaemic_130_gdl22_",
"type": "TEXT",
"constraints": []
},
{
"name": "men_age_1519_years_who_are_anaemic_130_gdl22_",
"type": "TEXT",
"constraints": []
},
{
"name": "women_age_15_years_and_above_with_high_141160_mgdl_blood_sug",
"type": "TEXT",
"constraints": []
},
{
"name": "women_age_15_years_and_above_wih_very_high_160_mgdl_blood_su",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "women_age_15_years_and_above_wih_high_or_very_high_140_mgdl_",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "men_age_15_years_and_above_wih_high_141160_mgdl_blood_sugar_",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "men_age_15_years_and_above_wih_very_high_160_mgdl_blood_suga",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "men_age_15_years_and_above_wih_high_or_very_high_140_mgdl_bl",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "women_age_15_years_and_above_wih_mildly_elevated_blood_press",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "women_age_15_years_and_above_wih_moderately_or_severely_elev",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "women_age_15_years_and_above_wih_elevated_blood_pressure_sys",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "men_age_15_years_and_above_wih_mildly_elevated_blood_pressur",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "men_age_15_years_and_above_wih_moderately_or_severely_elevat",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "men_age_15_years_and_above_wih_elevated_blood_pressure_systo",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "women_age_3049_years_ever_undergone_a_screening_test_for_cer",
"type": "TEXT",
"constraints": []
},
{
"name": "women_age_3049_years_ever_undergone_a_breast_examination_for",
"type": "TEXT",
"constraints": []
},
{
"name": "women_age_3049_years_ever_undergone_an_oral_cavity_examinati",
"type": "TEXT",
"constraints": []
},
{
"name": "men_age_3049_yearsever_undergone_an_oral_cavity_examination_",
"type": "TEXT",
"constraints": []
},
{
"name": "women_age_1549_years_who_have_comprehensive_knowledge24_of_h",
"type": "TEXT",
"constraints": []
},
{
"name": "men_age_1549_years_who_have_comprehensive_knowledge24_of_hiv",
"type": "TEXT",
"constraints": []
},
{
"name": "women_age_1549_years_who_know_that_consistent_condom_use_can",
"type": "TEXT",
"constraints": []
},
{
"name": "men_age_1549_years_who_know_that_consistent_condom_use_can_r",
"type": "TEXT",
"constraints": []
},
{
"name": "currently_married_women_age_1549_years_who_usually_participa",
"type": "TEXT",
"constraints": []
},
{
"name": "women_age_1549_years_who_worked_in_the_last_12_months_and_we",
"type": "TEXT",
"constraints": []
},
{
"name": "women_age_1549_years_owning_a_house_andor_land_alone_or_join",
"type": "TEXT",
"constraints": []
},
{
"name": "women_age_1549_years_having_a_bank_or_savings_account_that_t",
"type": "TEXT",
"constraints": []
},
{
"name": "women_age_1549_years_having_a_mobile_phone_that_they_themsel",
"type": "TEXT",
"constraints": []
},
{
"name": "women_age_1524_years_who_use_hygienic_methods_of_protection_",
"type": "TEXT",
"constraints": []
},
{
"name": "evermarried_women_age_1849_years_who_have_ever_experienced_s",
"type": "TEXT",
"constraints": []
},
{
"name": "evermarried_women_age_1849_years_who_have_experienced_physic",
"type": "TEXT",
"constraints": []
},
{
"name": "young_women_age_1829_years_who_experienced_sexual_violence_b",
"type": "TEXT",
"constraints": []
},
{
"name": "women_age_15_years_and_above_who_use_any_kind_of_tobacco_",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "men_age_15_years_and_above_who_use_any_kind_of_tobacco_",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "women_age_15_years_and_above_who_consume_alcohol_",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "men_age_15_years_and_above_who_consume_alcohol_",
"type": "DOUBLE PRECISION",
"constraints": []
}
],
"primary_key": [],
"foreign_keys": [
{
"column": "state",
"references": "regions(state)"
},
{
"column": "tru_id",
"references": "tru(id)"
}
]
},
"education_stats": {
"columns": [
{
"name": "state",
"type": "BIGINT",
"constraints": [
"FK -> regions(state)"
]
},
{
"name": "no_of_households",
"type": "BIGINT",
"constraints": []
},
{
"name": "total_person",
"type": "BIGINT",
"constraints": []
},
{
"name": "total_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "total_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "population_in_the_age_group_06_person",
"type": "BIGINT",
"constraints": []
},
{
"name": "population_in_the_age_group_06_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "population_in_the_age_group_06_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "scheduled_castes_person",
"type": "BIGINT",
"constraints": []
},
{
"name": "scheduled_castes_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "scheduled_castes_populationfemale",
"type": "BIGINT",
"constraints": []
},
{
"name": "scheduled_tribes_person",
"type": "BIGINT",
"constraints": []
},
{
"name": "scheduled_tribes_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "scheduled_tribes_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "literates_person",
"type": "BIGINT",
"constraints": []
},
{
"name": "literates_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "literates_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "illiterate_persons",
"type": "BIGINT",
"constraints": []
},
{
"name": "illiterate_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "illiterate_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "total_worker_person",
"type": "BIGINT",
"constraints": []
},
{
"name": "total_worker_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "total_worker_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_working_person",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_working_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_working_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_cultivator_person",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_cultivator_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_cultivator_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_agricultural_labourers_person",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_agricultural_labourers_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_agricultural_labourers_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_household_industries_person",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_household_industries_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_household_industries_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_other_workers_person",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_other_workers_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_other_workers_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_worker_person",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_worker_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_worker_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_cultivator_person",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_cultivator_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_cultivator_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_agriculture_labourers_person",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_agriculture_labourers_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_agriculture_labourers_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_household_industries_person",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_household_industries_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_household_industries_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_other_workers_person",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_other_workers_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_other_workers_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_worker_population_3_6_person",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_worker_population_3_6_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_worker_population_3_6_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_cultivator_population_3_6_person",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_cultivator_population_3_6_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_cultivator_population_3_6_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_agriculture_labourers_population_3_6_person",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_agriculture_labourers_population_3_6_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_agriculture_labourers_population_3_6_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_household_industries_population_3_6_person",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_household_industries_population_3_6_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_household_industries_population_36_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_other_workers_person_3_6_person",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_other_workers_person_3_6_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_other_workers_person_3_6_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_worker_population_0_3_person",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_worker_population_0_3_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_worker_population_0_3_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_cultivator_population_0_3_person",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_cultivator_population_0_3_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_cultivator_population_0_3_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_agriculture_labourers_population_0_3_person",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_agriculture_labourers_population_0_3_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_agriculture_labourers_population_0_3_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_household_industries_population_0_3_person",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_household_industries_population_0_3_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_household_industries_population_0_3_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_other_workers_population_0_3_person",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_other_workers_population_0_3_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_other_workers_population_0_3_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "non_working_person",
"type": "BIGINT",
"constraints": []
},
{
"name": "non_working_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "non_working_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "tru_id",
"type": "BIGINT",
"constraints": [
"FK -> tru(id)"
]
}
],
"primary_key": [],
"foreign_keys": [
{
"column": "state",
"references": "regions(state)"
},
{
"column": "tru_id",
"references": "tru(id)"
}
]
},
"religion_stats": {
"columns": [
{
"name": "state",
"type": "BIGINT",
"constraints": [
"FK -> regions(state)"
]
},
{
"name": "tru_id",
"type": "BIGINT",
"constraints": [
"FK -> tru(id)"
]
},
{
"name": "religion_id",
"type": "BIGINT",
"constraints": [
"FK -> religions(id)"
]
},
{
"name": "tot_p",
"type": "BIGINT",
"constraints": []
},
{
"name": "tot_m",
"type": "BIGINT",
"constraints": []
},
{
"name": "tot_f",
"type": "BIGINT",
"constraints": []
},
{
"name": "p_06",
"type": "BIGINT",
"constraints": []
},
{
"name": "m_06",
"type": "BIGINT",
"constraints": []
},
{
"name": "f_06",
"type": "BIGINT",
"constraints": []
},
{
"name": "p_lit",
"type": "BIGINT",
"constraints": []
},
{
"name": "m_lit",
"type": "BIGINT",
"constraints": []
},
{
"name": "f_lit",
"type": "BIGINT",
"constraints": []
},
{
"name": "p_ill",
"type": "BIGINT",
"constraints": []
},
{
"name": "m_ill",
"type": "BIGINT",
"constraints": []
},
{
"name": "f_ill",
"type": "BIGINT",
"constraints": []
},
{
"name": "tot_work_p",
"type": "BIGINT",
"constraints": []
},
{
"name": "tot_work_m",
"type": "BIGINT",
"constraints": []
},
{
"name": "tot_work_f",
"type": "BIGINT",
"constraints": []
},
{
"name": "mainwork_p",
"type": "BIGINT",
"constraints": []
},
{
"name": "mainwork_m",
"type": "BIGINT",
"constraints": []
},
{
"name": "mainwork_f",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_cl_p",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_cl_m",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_cl_f",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_al_p",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_al_m",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_al_f",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_hh_p",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_hh_m",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_hh_f",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_ot_p",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_ot_m",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_ot_f",
"type": "BIGINT",
"constraints": []
},
{
"name": "margwork_p",
"type": "BIGINT",
"constraints": []
},
{
"name": "margwork_m",
"type": "BIGINT",
"constraints": []
},
{
"name": "margwork_f",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_cl_p",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_cl_m",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_cl_f",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_al_p",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_al_m",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_al_f",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_hh_p",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_hh_m",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_hh_f",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_ot_p",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_ot_m",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_ot_f",
"type": "BIGINT",
"constraints": []
},
{
"name": "margwork_3_6_p",
"type": "BIGINT",
"constraints": []
},
{
"name": "margwork_3_6_m",
"type": "BIGINT",
"constraints": []
},
{
"name": "margwork_3_6_f",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_cl_3_6_p",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_cl_3_6_m",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_cl_3_6_f",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_al_3_6_p",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_al_3_6_m",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_al_3_6_f",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_hh_3_6_p",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_hh_3_6_m",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_hh_3_6_f",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_ot_3_6_p",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_ot_3_6_m",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_ot_3_6_f",
"type": "BIGINT",
"constraints": []
},
{
"name": "margwork_0_3_p",
"type": "BIGINT",
"constraints": []
},
{
"name": "margwork_0_3_m",
"type": "BIGINT",
"constraints": []
},
{
"name": "margwork_0_3_f",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_cl_0_3_p",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_cl_0_3_m",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_cl_0_3_f",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_al_0_3_p",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_al_0_3_m",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_al_0_3_f",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_hh_0_3_p",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_hh_0_3_m",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_hh_0_3_f",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_ot_0_3_p",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_ot_0_3_m",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_ot_0_3_f",
"type": "BIGINT",
"constraints": []
},
{
"name": "non_work_p",
"type": "BIGINT",
"constraints": []
},
{
"name": "non_work_m",
"type": "BIGINT",
"constraints": []
},
{
"name": "non_work_f",
"type": "BIGINT",
"constraints": []
}
],
"primary_key": [],
"foreign_keys": [
{
"column": "religion_id",
"references": "religions(id)"
},
{
"column": "state",
"references": "regions(state)"
},
{
"column": "tru_id",
"references": "tru(id)"
}
]
},
"occupation_stats": {
"columns": [
{
"name": "state",
"type": "BIGINT",
"constraints": [
"FK -> regions(state)"
]
},
{
"name": "tru_id",
"type": "BIGINT",
"constraints": [
"FK -> tru(id)"
]
},
{
"name": "age_group_id",
"type": "BIGINT",
"constraints": [
"FK -> age_groups(id)"
]
},
{
"name": "population_total",
"type": "BIGINT",
"constraints": []
},
{
"name": "population_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "population_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_workers_total",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_workers_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "main_workers_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_workers_total",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_workers_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "marginal_workers_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_3_6mo_total",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_3_6mo_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_3_6mo_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_less_3mo_total",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_less_3mo_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "marg_less_3mo_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "non_workers_total",
"type": "BIGINT",
"constraints": []
},
{
"name": "non_workers_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "non_workers_female",
"type": "BIGINT",
"constraints": []
},
{
"name": "seeking_work_total",
"type": "BIGINT",
"constraints": []
},
{
"name": "seeking_work_male",
"type": "BIGINT",
"constraints": []
},
{
"name": "seeking_work_female",
"type": "BIGINT",
"constraints": []
}
],
"primary_key": [],
"foreign_keys": [
{
"column": "age_group_id",
"references": "age_groups(id)"
},
{
"column": "state",
"references": "regions(state)"
},
{
"column": "tru_id",
"references": "tru(id)"
}
]
},
"language_stats": {
"columns": [
{
"name": "state",
"type": "BIGINT",
"constraints": [
"FK -> regions(state)"
]
},
{
"name": "language_id",
"type": "BIGINT",
"constraints": [
"FK -> languages(id)"
]
},
{
"name": "tru_id",
"type": "BIGINT",
"constraints": [
"FK -> tru(id)"
]
},
{
"name": "person",
"type": "BIGINT",
"constraints": []
},
{
"name": "male",
"type": "BIGINT",
"constraints": []
},
{
"name": "female",
"type": "BIGINT",
"constraints": []
}
],
"primary_key": [],
"foreign_keys": [
{
"column": "language_id",
"references": "languages(id)"
},
{
"column": "state",
"references": "regions(state)"
},
{
"column": "tru_id",
"references": "tru(id)"
}
]
},
"crop_stats": {
"columns": [
{
"name": "crop",
"type": "TEXT",
"constraints": []
},
{
"name": "normal_area_dafw",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "area_sown_2025_26",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "area_sown_2024_25",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "difference_area",
"type": "DOUBLE PRECISION",
"constraints": []
},
{
"name": "pct_increase_decrease",
"type": "DOUBLE PRECISION",
"constraints": []
}
],
"primary_key": [],
"foreign_keys": []
}
}