disaster-recovery-analysis

Data Operations and Transformations

This document details the data engineering, cleaning, and merging operations performed to construct the computational indicators for disaster resilience, primarily focusing on the Disaster Impact Index (DII) and the Resilience Recovery Score (RRS). These operations prepared the final analytical datasets used in the visualisations.

1. Disaster Impact Index (DII) Operations

The operations for DII were executed in DII/DataCleaningDII.ipynb to standardise natural disaster records and integrate them with macroeconomic and demographic indicators.

Standardisation

Data Merging & Feature Engineering

2. Resilience Recovery Score (RRS) Operations

The operations for RRS were executed in RRS/DataCleaningRRS.ipynb to model the post-disaster GDP rebound dynamics and integrate them with institutional and human development scores.

Standardisation

Macroeconomic Integration & Recovery Engineering

RRS Computation

The final Resilience Recovery Score (RSS) was computed using the formal project equation: RSS = ((GDP_GrowthPost - GDP_GrowthPre) / recovery_years) + ((HDI + GovIndex_ErrorPercent) / 2) Missing values across mandatory macroeconomic and institutional features were dropped, resulting in RSS_v9.csv.

3. Final Dataset Integration

To produce the final master dataset for interactive visual analysis, DII_v5.csv and RSS_v9.csv were row-synchronised:


Explore the results of these data operations in our interactive visualisations: