Upload Sao Tome and Principe/datacard_Urban_Disaster_Risk_Resilience_and_Land.md with huggingface_hub
Browse files
Sao Tome and Principe/datacard_Urban_Disaster_Risk_Resilience_and_Land.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Datacard for Sao Tome and Principe Urban_Disaster_Risk_Resilience_And_Land Indicators (1960-2024)
|
| 2 |
+
|
| 3 |
+
This dataset contains a time-series of key urban_disaster_risk_resilience_and_land indicators for Sao Tome and Principe, spanning from 1960 to 2024. The data has been aggregated from multiple sources, cleaned, and processed into a single, analysis-ready CSV file.
|
| 4 |
+
|
| 5 |
+
The raw data was sourced from **The World Bank** data portal. The original files were provided in Excel (.xls) format.
|
| 6 |
+
|
| 7 |
+
- **Temporal Coverage**: 1960-2024
|
| 8 |
+
- **Geographic Coverage**: Sao Tome and Principe
|
| 9 |
+
- **Format**: Comma-Separated Values (CSV)
|
| 10 |
+
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
## Data Points (Features)
|
| 14 |
+
|
| 15 |
+
The dataset includes the following urban_disaster_risk_resilience_and_land indicators, with 'Year' serving as the primary date column:
|
| 16 |
+
|
| 17 |
+
1. `internally_displaced_persons_new_displacement_associated_with_disasters_number_of_cases_`: Internally displaced persons, new displacement associated with disasters (number of cases)
|
| 18 |
+
2. `urban_land_area_where_elevation_is_below_5_meters_sq_km_`: Urban land area where elevation is below 5 meters (sq. km)
|
| 19 |
+
3. `urban_population_of_total_population_`: Urban population (% of total population)
|
| 20 |
+
|
| 21 |
+
---
|
| 22 |
+
|
| 23 |
+
## Data Preparation & Missing Data Handling
|
| 24 |
+
|
| 25 |
+
The raw data was processed using a Python script to transform it into a clean, structured format. The key steps were:
|
| 26 |
+
|
| 27 |
+
1. **Filtering**: The data was filtered to include only records for 'Sao Tome and Principe'.
|
| 28 |
+
2. **Reshaping**: The original wide-format data (years as columns) was melted into a long format.
|
| 29 |
+
3. **Merging**: Data from all indicator files was merged into a single DataFrame on 'Year'.
|
| 30 |
+
4. **Handling Missing Data**: Missing values (`NaN`) were filled using a two-step strategy: linear interpolation followed by a back-fill to handle any remaining gaps at the start of the series.
|