File size: 1,877 Bytes
9c0b271
 
 
 
 
 
 
 
 
 
 
30f2036
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9c0b271
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
license: gpl
language:
- en
tags:
- africa
- construction
- industry
size_categories:
- 1K<n<10K
---
# Africa Industry Including Construction Value Added Percentage of Gdp Dataset

## Overview
This dataset contains industry (including construction), value added (% of gdp) data for African countries from the World Bank Economy & Growth indicators.

## Data Details
- **Indicator Code**: NV.IND.TOTL.ZS
- **Description**: Industry (including construction), value added (% of GDP)
- **Geographic Coverage**: 54 African countries
- **Time Period**: 1960-2024
- **Data Points**: 3,510 observations
- **Coverage**: 100.00% of possible country-year combinations

## File Formats

### Main Dataset (`Africa-Industry-Including-Construction-Value-Added-Percentage-of-Gdp.csv`)
- **Rows**: 54 countries
- **Columns**: 65 years (1960-2024)
- **Structure**: Countries as rows, years as columns
- **Missing Value Treatment**: Interpolation → Forward Fill → Backward Fill
- **Use Case**: Cross-sectional analysis, heatmaps, correlation analysis

## Data Quality

### Coverage Statistics
- **Total Observations**: 3,510
- **Possible Observations**: 3,510
- **Coverage Rate**: 100.00%

### Countries with No Data
0 countries have no observations:
None

## Usage Examples

### Python
```python
import pandas as pd

# Load main dataset
df = pd.read_csv('Africa-Industry-Including-Construction-Value-Added-Percentage-of-Gdp.csv', index_col=[0, 1])
```

### R
```r
# Load main dataset
df <- read.csv('Africa-Industry-Including-Construction-Value-Added-Percentage-of-Gdp.csv', row.names=c(1,2))
```

## Source
World Bank Open Data - Economy & Growth
- **Original File**: API_NV.IND.TOTL.ZS_DS2_en_excel_v2_557244.xls
- **Processed**: 2025-09-04

## License
This dataset is derived from World Bank Open Data and is available under the Creative Commons Attribution 4.0 International License.