Datasets:
Formats:
parquet
Languages:
English
Size:
1K - 10K
Tags:
tabular
africa
open-data
official-statistics
egypt
central-agency-for-public-mobilisation-and-statistics-capmas-egypt
License:
Polish Electric Sheep Africa dataset card
Browse files
README.md
CHANGED
|
@@ -127,8 +127,8 @@ print(df.head())
|
|
| 127 |
### Filter By Geography
|
| 128 |
|
| 129 |
```python
|
| 130 |
-
|
| 131 |
-
|
| 132 |
```
|
| 133 |
|
| 134 |
### Time-Series Pattern
|
|
@@ -176,9 +176,9 @@ if {"indicator_id", "year", "value"}.issubset(df.columns):
|
|
| 176 |
- Compare categories or geographies
|
| 177 |
- Join with complementary public datasets
|
| 178 |
- Build time-series views and period-over-period comparisons
|
| 179 |
-
- Pivot to
|
| 180 |
- Check missingness before modeling
|
| 181 |
-
- Use
|
| 182 |
|
| 183 |
## Citation
|
| 184 |
|
|
|
|
| 127 |
### Filter By Geography
|
| 128 |
|
| 129 |
```python
|
| 130 |
+
# This dataset is scoped to Egypt in source metadata.
|
| 131 |
+
sample = df.copy()
|
| 132 |
```
|
| 133 |
|
| 134 |
### Time-Series Pattern
|
|
|
|
| 176 |
- Compare categories or geographies
|
| 177 |
- Join with complementary public datasets
|
| 178 |
- Build time-series views and period-over-period comparisons
|
| 179 |
+
- Pivot to indicator x period matrices
|
| 180 |
- Check missingness before modeling
|
| 181 |
+
- Use source or repo metadata for country scope when a geography column is not present
|
| 182 |
|
| 183 |
## Citation
|
| 184 |
|