Predict Mortality/Death Rate.
770k records & 121 variables of unit level survey data collected from 9 States.
@kaggle.rajanand_mortality
770k records & 121 variables of unit level survey data collected from 9 States.
@kaggle.rajanand_mortality
CREATE TABLE mortality_09_up (
"id" BIGINT,
"m_id" VARCHAR,
"client_m_id" DOUBLE,
"hl_id" VARCHAR,
"house_no" BIGINT,
"house_hold_no" BIGINT,
"state" BIGINT,
"district" BIGINT,
"rural" BIGINT,
"stratum_code" BIGINT,
"psu_id" BIGINT,
"m_serial_no" DOUBLE,
"deceased_sex" BIGINT,
"date_of_death" DOUBLE,
"month_of_death" DOUBLE,
"year_of_death" DOUBLE,
"age_of_death_below_one_month" VARCHAR,
"age_of_death_below_eleven_month" VARCHAR,
"age_of_death_above_one_year" VARCHAR,
"treatment_source" VARCHAR,
"place_of_death" VARCHAR,
"is_death_reg" DOUBLE,
"is_death_certificate_received" VARCHAR,
"serial_num_of_infant_mother" VARCHAR,
"order_of_birth" VARCHAR,
"death_symptoms" VARCHAR,
"is_death_associated_with_pregnan" VARCHAR,
"death_period" VARCHAR,
"months_of_pregnancy" VARCHAR,
"factors_contributing_death" VARCHAR,
"factors_contributing_death_2" VARCHAR,
"symptoms_of_death" VARCHAR,
"time_between_onset_of_complicati" VARCHAR,
"nearest_medical_facility" VARCHAR,
"m_expall_status" DOUBLE,
"field38" VARCHAR,
"hh_id" VARCHAR,
"client_hh_id" VARCHAR,
"currently_dead_or_out_migrated" VARCHAR,
"hh_serial_no" VARCHAR,
"sex" VARCHAR,
"usual_residance" VARCHAR,
"relation_to_head" VARCHAR,
"member_identity" VARCHAR,
"father_serial_no" VARCHAR,
"mother_serial_no" VARCHAR,
"date_of_birth" VARCHAR,
"month_of_birth" VARCHAR,
"year_of_birth" VARCHAR,
"age" VARCHAR,
"religion" VARCHAR,
"social_group_code" VARCHAR,
"marital_status" VARCHAR,
"date_of_marriage" VARCHAR,
"month_of_marriage" VARCHAR,
"year_of_marriage" VARCHAR,
"currently_attending_school" VARCHAR,
"reason_for_not_attending_school" VARCHAR,
"highest_qualification" VARCHAR,
"occupation_status" VARCHAR,
"disability_status" VARCHAR,
"injury_treatment_type" VARCHAR,
"illness_type" VARCHAR,
"symptoms_pertaining_illness" VARCHAR,
"sought_medical_care" VARCHAR,
"diagnosed_for" VARCHAR,
"diagnosis_source" VARCHAR,
"regular_treatment" VARCHAR,
"regular_treatment_source" VARCHAR,
"chew" VARCHAR,
"smoke" VARCHAR,
"alcohol" VARCHAR,
"status" VARCHAR,
"hh_expall_status" VARCHAR,
"client_hl_id" VARCHAR,
"serial_no" VARCHAR,
"building_no" VARCHAR,
"house_status" VARCHAR,
"house_structure" VARCHAR,
"owner_status" VARCHAR,
"drinking_water_source" VARCHAR,
"is_water_filter" VARCHAR,
"water_filteration" VARCHAR,
"toilet_used" VARCHAR,
"is_toilet_shared" VARCHAR,
"household_have_electricity" VARCHAR,
"lighting_source" VARCHAR,
"cooking_fuel" VARCHAR,
"no_of_dwelling_rooms" VARCHAR,
"kitchen_availability" VARCHAR,
"is_radio" VARCHAR,
"is_television" VARCHAR,
"is_computer" VARCHAR,
"is_telephone" VARCHAR,
"is_washing_machine" VARCHAR,
"is_refrigerator" VARCHAR,
"is_sewing_machine" VARCHAR,
"is_bicycle" VARCHAR,
"is_scooter" VARCHAR,
"is_car" VARCHAR
);
Anyone who has the link will be able to view this.