Earthquake Magnitude, Damage And Impact
Modeling earthquake richter and impacts
@kaggle.arashnic_earthquake_magnitude_damage_and_impact
Modeling earthquake richter and impacts
@kaggle.arashnic_earthquake_magnitude_damage_and_impact
CREATE TABLE n__household_earthquake_impact (
"household_id" BIGINT,
"district_id" BIGINT,
"vdcmun_id" BIGINT,
"ward_id" BIGINT,
"shelter_condition_household_post_eq" VARCHAR,
"residence_household_pre_eq" VARCHAR,
"residence_household_post_eq" VARCHAR,
"household_eq_id_type" VARCHAR,
"has_death_occurred_last_12_months" DOUBLE,
"count_death_last_12_months" DOUBLE,
"has_injury_loss_occurred_last_12_months" DOUBLE,
"count_injury_loss_last_12_months" DOUBLE,
"has_education_drop_occurred_last_12_months" DOUBLE,
"count_education_drop_last_12_months" DOUBLE,
"has_pregnancy_treatment_drop_occurred_last_12_months" DOUBLE,
"count_pregnancy_treatment_drop_last_12_months" DOUBLE,
"has_vaccination_drop_occurred_last_12_months" DOUBLE,
"count_vaccination_drop_last_12_months" DOUBLE,
"has_occupation_change_occurred_last_12_months" DOUBLE,
"count_occupation_change_last_12_months" DOUBLE,
"residence_district_household_head_pre_eq" VARCHAR,
"residence_district_household_head_post_eq" VARCHAR,
"is_recipient_rahat_15k" BIGINT,
"is_recipient_rahat_10k" BIGINT,
"is_recipient_rahat_200k" BIGINT,
"is_recipient_rahat_social_security_3k" BIGINT,
"is_recipient_rahat_none" BIGINT,
"is_ineligible_rahat" BIGINT
);
Anyone who has the link will be able to view this.