Baselight

Earthquake Magnitude, Damage And Impact

Modeling earthquake richter and impacts

@kaggle.arashnic_earthquake_magnitude_damage_and_impact

N, Household Earthquake Impact
@kaggle.arashnic_earthquake_magnitude_damage_and_impact.n__household_earthquake_impact

  • 5.8 MB
  • 747365 rows
  • 28 columns
household_id

Household Id

district_id

District Id

vdcmun_id

Vdcmun Id

ward_id

Ward Id

shelter_condition_household_post_eq

Shelter Condition Household Post Eq

residence_household_pre_eq

Residence Household Pre Eq

residence_household_post_eq

Residence Household Post Eq

household_eq_id_type

Household Eq Id Type

has_death_occurred_last_12_months

Has Death Occurred Last 12 Months

count_death_last_12_months

Count Death Last 12 Months

has_injury_loss_occurred_last_12_months

Has Injury Loss Occurred Last 12 Months

count_injury_loss_last_12_months

Count Injury Loss Last 12 Months

has_education_drop_occurred_last_12_months

Has Education Drop Occurred Last 12 Months

count_education_drop_last_12_months

Count Education Drop Last 12 Months

has_pregnancy_treatment_drop_occurred_last_12_months

Has Pregnancy Treatment Drop Occurred Last 12 Months

count_pregnancy_treatment_drop_last_12_months

Count Pregnancy Treatment Drop Last 12 Months

has_vaccination_drop_occurred_last_12_months

Has Vaccination Drop Occurred Last 12 Months

count_vaccination_drop_last_12_months

Count Vaccination Drop Last 12 Months

has_occupation_change_occurred_last_12_months

Has Occupation Change Occurred Last 12 Months

count_occupation_change_last_12_months

Count Occupation Change Last 12 Months

residence_district_household_head_pre_eq

Residence District Household Head Pre Eq

residence_district_household_head_post_eq

Residence District Household Head Post Eq

is_recipient_rahat_15k

Is Recipient Rahat 15k

is_recipient_rahat_10k

Is Recipient Rahat 10k

is_recipient_rahat_200k

Is Recipient Rahat 200k

is_recipient_rahat_social_security_3k

Is Recipient Rahat Social Security 3k

is_recipient_rahat_none

Is Recipient Rahat None

is_ineligible_rahat

Is Ineligible Rahat

12010100001101121207120703Staying in their own houseThis VDC/MunicipalityThis VDC/MunicipalityID Card for Total Destruction11nannan11
12010100002101121207120703Staying in their own houseThis VDC/MunicipalityThis VDC/MunicipalityHave not received ID Cardnannan1
12010100003101121207120703Staying in their own houseThis VDC/MunicipalityThis VDC/MunicipalityHave not received ID Cardnannan1
12010100004101121207120703Staying in their own houseThis VDC/MunicipalityThis VDC/MunicipalityHave not received ID Cardnannan1
12010100005101121207120703Staying in their own houseThis VDC/MunicipalityThis VDC/MunicipalityHave not received ID Cardnannan1
12010100006101121207120703Staying in their own houseThis VDC/MunicipalityThis VDC/MunicipalityID Card for Total Destructionnannan11
12010100007101121207120703Temporary shelterThis VDC/MunicipalityThis VDC/MunicipalityHave not received ID Card11nannan1
12010100008101121207120703Staying in their own houseThis VDC/MunicipalityThis VDC/MunicipalityID Card for Total Destructionnannan11
12010100009101121207120703Staying in their own houseThis VDC/MunicipalityThis VDC/MunicipalityID Card for Total Destruction15nannan11
12010100010101121207120703Staying in their own houseThis VDC/MunicipalityThis VDC/MunicipalityID Card for Total Destruction13nannan11

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
);

Share link

Anyone who has the link will be able to view this.