Natural Disasters Database
Volcano_id | Mountain | Location | Year | Type | Subtype | Spread_Area | {% for volcano in all_eruptions %}
---|---|---|---|---|---|---|
{{volcano.volcano_id}} | {{volcano.mountain}} | {{volcano.location}} | {{volcano.year}} | {{volcano.type}} | {{volcano.subtype}} | {{volcano.spread_area}} |
Volcano_id | Amount(in million) | Deaths | Houses_destroyed | {% for volcano in damage %}
---|---|---|---|
{{volcano.volcano_id}} | {{volcano.amount}} | {{volcano.deaths}} | {{volcano.house_destroyed}} |