Baselight

Earthquake Magnitude, Damage And Impact

Modeling earthquake richter and impacts

@kaggle.arashnic_earthquake_magnitude_damage_and_impact

N, Building Structure
@kaggle.arashnic_earthquake_magnitude_damage_and_impact.n__building_structure

  • 9.03 MB
  • 762106 rows
  • 31 columns
building_id

Building Id

district_id

District Id

vdcmun_id

Vdcmun Id

ward_id

Ward Id

count_floors_pre_eq

Count Floors Pre Eq

count_floors_post_eq

Count Floors Post Eq

age_building

Age Building

plinth_area_sq_ft

Plinth Area Sq Ft

height_ft_pre_eq

Height Ft Pre Eq

height_ft_post_eq

Height Ft Post Eq

land_surface_condition

Land Surface Condition

foundation_type

Foundation Type

roof_type

Roof Type

ground_floor_type

Ground Floor Type

other_floor_type

Other Floor Type

position

Position

plan_configuration

Plan Configuration

has_superstructure_adobe_mud

Has Superstructure Adobe Mud

has_superstructure_mud_mortar_stone

Has Superstructure Mud Mortar Stone

has_superstructure_stone_flag

Has Superstructure Stone Flag

has_superstructure_cement_mortar_stone

Has Superstructure Cement Mortar Stone

has_superstructure_mud_mortar_brick

Has Superstructure Mud Mortar Brick

has_superstructure_cement_mortar_brick

Has Superstructure Cement Mortar Brick

has_superstructure_timber

Has Superstructure Timber

has_superstructure_bamboo

Has Superstructure Bamboo

has_superstructure_rc_non_engineered

Has Superstructure Rc Non Engineered

has_superstructure_rc_engineered

Has Superstructure Rc Engineered

has_superstructure_other

Has Superstructure Other

condition_post_eq

Condition Post Eq

damage_grade

Damage Grade

technical_solution_proposed

Technical Solution Proposed

12010100001112120712070311928899FlatOtherBamboo/Timber-Light roofMudNot applicableNot attachedRectangular11Damaged-Used in riskGrade 3Major repair
120101000021121207120703111536499FlatOtherBamboo/Timber-Light roofMudNot applicableNot attachedRectangular11Damaged-Repaired and usedGrade 5Reconstruction
120101000031121207120703112038499FlatOtherBamboo/Timber-Light roofMudNot applicableNot attachedRectangular1Damaged-Repaired and usedGrade 2Minor repair
120101000041121207120703112031299FlatOtherBamboo/Timber-Light roofMudNot applicableNot attachedRectangular1Damaged-Repaired and usedGrade 2Minor repair
120101000051121207120703113030899FlatOtherBamboo/Timber-Light roofMudNot applicableNot attachedRectangular1Damaged-Repaired and usedGrade 1Minor repair
120101000061121207120703111821699FlatOtherBamboo/Timber-Light roofMudNot applicableNot attachedRectangular1Damaged-Used in riskGrade 2Minor repair
1201010000711212071207031132349FlatOtherBamboo/Timber-Light roofMudNot applicableNot attachedRectangular1Damaged-Rubble unclearGrade 5Reconstruction
12010100008112120712070311828099FlatOtherBamboo/Timber-Light roofMudNot applicableNot attachedRectangular1Damaged-Repaired and usedGrade 2Minor repair
120101000091121207120703112226899FlatOtherBamboo/Timber-Light roofMudNot applicableNot attachedRectangular1Damaged-Repaired and usedGrade 3Major repair
120101000101121207120703111026899FlatOtherBamboo/Timber-Light roofMudNot applicableNot attachedRectangular1Damaged-Repaired and usedGrade 3Major repair

CREATE TABLE n__building_structure (
  "building_id" BIGINT,
  "district_id" BIGINT,
  "vdcmun_id" BIGINT,
  "ward_id" BIGINT,
  "count_floors_pre_eq" BIGINT,
  "count_floors_post_eq" BIGINT,
  "age_building" BIGINT,
  "plinth_area_sq_ft" BIGINT,
  "height_ft_pre_eq" BIGINT,
  "height_ft_post_eq" BIGINT,
  "land_surface_condition" VARCHAR,
  "foundation_type" VARCHAR,
  "roof_type" VARCHAR,
  "ground_floor_type" VARCHAR,
  "other_floor_type" VARCHAR,
  "position" VARCHAR,
  "plan_configuration" VARCHAR,
  "has_superstructure_adobe_mud" BIGINT,
  "has_superstructure_mud_mortar_stone" BIGINT,
  "has_superstructure_stone_flag" BIGINT,
  "has_superstructure_cement_mortar_stone" BIGINT,
  "has_superstructure_mud_mortar_brick" BIGINT,
  "has_superstructure_cement_mortar_brick" BIGINT,
  "has_superstructure_timber" BIGINT,
  "has_superstructure_bamboo" BIGINT,
  "has_superstructure_rc_non_engineered" BIGINT,
  "has_superstructure_rc_engineered" BIGINT,
  "has_superstructure_other" BIGINT,
  "condition_post_eq" VARCHAR,
  "damage_grade" VARCHAR,
  "technical_solution_proposed" VARCHAR
);

Share link

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