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_22_ct (
"id" BIGINT,
"m_id" DOUBLE,
"client_m_id" DOUBLE,
"hl_id" DOUBLE,
"house_no" BIGINT,
"house_hold_no" BIGINT,
"state" BIGINT,
"district" BIGINT,
"rural" BIGINT,
"stratum_code" BIGINT,
"psu_id" BIGINT,
"m_serial_no" BIGINT,
"deceased_sex" BIGINT,
"date_of_death" BIGINT,
"month_of_death" BIGINT,
"year_of_death" BIGINT,
"age_of_death_below_one_month" DOUBLE,
"age_of_death_below_eleven_month" DOUBLE,
"age_of_death_above_one_year" DOUBLE,
"treatment_source" BIGINT,
"place_of_death" BIGINT,
"is_death_reg" BIGINT,
"is_death_certificate_received" DOUBLE,
"serial_num_of_infant_mother" DOUBLE,
"order_of_birth" DOUBLE,
"death_symptoms" DOUBLE,
"is_death_associated_with_pregnan" DOUBLE,
"death_period" DOUBLE,
"months_of_pregnancy" DOUBLE,
"factors_contributing_death" DOUBLE,
"factors_contributing_death_2" DOUBLE,
"symptoms_of_death" DOUBLE,
"time_between_onset_of_complicati" DOUBLE,
"nearest_medical_facility" DOUBLE,
"m_expall_status" DOUBLE,
"field38" VARCHAR,
"hh_id" DOUBLE,
"client_hh_id" DOUBLE,
"currently_dead_or_out_migrated" DOUBLE,
"hh_serial_no" DOUBLE,
"sex" DOUBLE,
"usual_residance" DOUBLE,
"relation_to_head" DOUBLE,
"member_identity" DOUBLE,
"father_serial_no" DOUBLE,
"mother_serial_no" DOUBLE,
"date_of_birth" DOUBLE,
"month_of_birth" DOUBLE,
"year_of_birth" DOUBLE,
"age" DOUBLE,
"religion" DOUBLE,
"social_group_code" DOUBLE,
"marital_status" DOUBLE,
"date_of_marriage" DOUBLE,
"month_of_marriage" DOUBLE,
"year_of_marriage" DOUBLE,
"currently_attending_school" DOUBLE,
"reason_for_not_attending_school" DOUBLE,
"highest_qualification" DOUBLE,
"occupation_status" DOUBLE,
"disability_status" DOUBLE,
"injury_treatment_type" DOUBLE,
"illness_type" DOUBLE,
"symptoms_pertaining_illness" DOUBLE,
"sought_medical_care" DOUBLE,
"diagnosed_for" DOUBLE,
"diagnosis_source" DOUBLE,
"regular_treatment" DOUBLE,
"regular_treatment_source" DOUBLE,
"chew" DOUBLE,
"smoke" DOUBLE,
"alcohol" DOUBLE,
"status" DOUBLE,
"hh_expall_status" DOUBLE,
"client_hl_id" DOUBLE,
"serial_no" DOUBLE,
"building_no" VARCHAR,
"house_status" DOUBLE,
"house_structure" DOUBLE,
"owner_status" DOUBLE,
"drinking_water_source" DOUBLE,
"is_water_filter" DOUBLE,
"water_filteration" DOUBLE,
"toilet_used" DOUBLE,
"is_toilet_shared" DOUBLE,
"household_have_electricity" DOUBLE,
"lighting_source" DOUBLE,
"cooking_fuel" DOUBLE,
"no_of_dwelling_rooms" DOUBLE,
"kitchen_availability" DOUBLE,
"is_radio" DOUBLE,
"is_television" DOUBLE,
"is_computer" DOUBLE,
"is_telephone" DOUBLE,
"is_washing_machine" DOUBLE,
"is_refrigerator" DOUBLE,
"is_sewing_machine" DOUBLE,
"is_bicycle" DOUBLE,
"is_scooter" DOUBLE,
"is_car" DOUBLE
);
Anyone who has the link will be able to view this.