Upload folder using huggingface_hub
Browse files- README.md +66 -0
- adm_analysis.parquet +3 -0
- data.parquet +3 -0
- metadata-wpdx_nga.csv +42 -0
README.md
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: cc-by-sa-4.0
|
| 4 |
+
task_categories:
|
| 5 |
+
- tabular
|
| 6 |
+
- water-points
|
| 7 |
+
tags:
|
| 8 |
+
- water
|
| 9 |
+
- nigeria
|
| 10 |
+
- infrastructure
|
| 11 |
+
- development
|
| 12 |
+
- wpdx
|
| 13 |
+
- water-points
|
| 14 |
+
pretty_name: "Nigeria Water Point Data Exchange (WPdx)"
|
| 15 |
+
|
| 16 |
+
# Nigeria Water Point Data Exchange (WPdx)
|
| 17 |
+
|
| 18 |
+
## Dataset Description
|
| 19 |
+
|
| 20 |
+
This dataset contains water point data for Nigeria from the Water Point Data Exchange (WPdx) platform. It provides detailed information about water points including their location, status, water source, technology, and management.
|
| 21 |
+
|
| 22 |
+
### Dataset Summary
|
| 23 |
+
|
| 24 |
+
- **Total Records**: 99,246
|
| 25 |
+
- **Time Period**: 2010-01-01 to 2025-06-21
|
| 26 |
+
- **Last Updated**: 2025-12-07
|
| 27 |
+
- **License**: Creative Commons Attribution Share-Alike 4.0
|
| 28 |
+
- **Source**: [Water Point Data Exchange](https://www.waterpointdata.org/)
|
| 29 |
+
|
| 30 |
+
### Data Fields
|
| 31 |
+
|
| 32 |
+
- **Location Data**: lat_deg, lon_deg
|
| 33 |
+
- **Administrative Data**: clean_country_id, clean_country_name, clean_adm1, clean_adm2, clean_adm3, clean_adm4
|
| 34 |
+
- **Water Point Details**: water_source_clean, water_tech_clean, status_clean, status_id
|
| 35 |
+
- **Temporal Data**: report_date, install_year, rehab_year
|
| 36 |
+
- **Management**: management_clean, pay_clean
|
| 37 |
+
- **Quality**: fecal_coliform_presence, subjective_quality
|
| 38 |
+
- **Population**: local_population, assigned_population
|
| 39 |
+
|
| 40 |
+
### Dataset Structure
|
| 41 |
+
|
| 42 |
+
The dataset contains the following files:
|
| 43 |
+
- `data.parquet`: Main dataset in parquet format
|
| 44 |
+
- `adm_analysis.parquet`: Administrative region analysis data
|
| 45 |
+
- `metadata-wpdx_nga.csv`: Original metadata file
|
| 46 |
+
|
| 47 |
+
### Usage
|
| 48 |
+
|
| 49 |
+
```python
|
| 50 |
+
from datasets import load_dataset
|
| 51 |
+
|
| 52 |
+
dataset = load_dataset("your-username/wpdx-nigeria-water-points")
|
| 53 |
+
```
|
| 54 |
+
|
| 55 |
+
### License
|
| 56 |
+
|
| 57 |
+
Creative Commons Attribution Share-Alike 4.0 International
|
| 58 |
+
|
| 59 |
+
### Citation
|
| 60 |
+
|
| 61 |
+
If you use this dataset, please cite the original source:
|
| 62 |
+
|
| 63 |
+
```
|
| 64 |
+
Water Point Data Exchange (WPdx). (2025). Nigeria Water Point Data.
|
| 65 |
+
Retrieved from https://www.waterpointdata.org/
|
| 66 |
+
```
|
adm_analysis.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7e6917ad8e06e7006bd4444863c0cf25d7df628f2485778d3ac42399ea481c8
|
| 3 |
+
size 242654
|
data.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a2c48b01401022d5405c4ab530d21cec71a337072899b7d5bcfcaeebd862bc4
|
| 3 |
+
size 15684260
|
metadata-wpdx_nga.csv
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Field,Label,Value
|
| 2 |
+
id,Dataset ID,29677a2d-1fb2-48a3-a06a-9c66800c418b
|
| 3 |
+
title,Title of Dataset,Water Point Data Exchange (NGA)
|
| 4 |
+
name,Dataset URL,wpdx_nga
|
| 5 |
+
notes,Description,"WPdx is a platform to compile crowdsourced data focused on rural water points (wells, springs, tapstands) with contributions from governments, NGOs, and researchers. Shared data is cleaned and harmonized using the WPdx Data Standard to create a robust analysis-ready dataset. There are two primary datasets available from WPdx. The first is WPdx-Basic, which includes all records shared with the platform. The second, WPdx-Plus is a subset of the Basic dataset which focuses on countries where district and/or national data is available and undergoes additional cleaning. WPdx-Plus is used as an input to the WPdx Decision Support tools and is the basis for the datasets posted here. The decision support tools provide insights on rural basic water service access and recommendations regarding prioritized water point repair, highlight areas with apparent service gaps, and identify water points which are at high risk of failure. For each country where WPdx data is available, there are two datasets available for download are described below. The wpdx_adm_region_analysis file provides an overview of the population served, unserved and uncharted for each available administrative level. The file also includes a data quality analysis based on water point record age. The wpdx_water_points file provides water point level details for each point shared with WPdx including all the WPdx data standard parameters plus results from the WPdx Rehab Priority, Service Gap/New Construction and Status Prediction analyses. A data dictionary describing each parameter included in each file is available in the Data and Resources section. To share data with the WPdx platform, please visit (www.waterpointdata.org/share-data) and/or reach out to info@waterpointdata.org"
|
| 6 |
+
dataset_source,Source,https://www.waterpointdata.org/
|
| 7 |
+
organization,Contributor,Water Point Data Exchange
|
| 8 |
+
dataset_date,Reference Period,[2010-01-01T00:00:00 TO 2025-06-21T23:59:59]
|
| 9 |
+
last_modified,Updated,2025-12-07T00:15:02.445954
|
| 10 |
+
data_update_frequency,Expected Update Frequency,As needed
|
| 11 |
+
groups,Location,Nigeria
|
| 12 |
+
license_title,License,Creative Commons Attribution Share-Alike
|
| 13 |
+
methodology,Methodology,Census
|
| 14 |
+
methodology_other,Define Methodology,
|
| 15 |
+
caveats,Caveats/Comments,The dataset represents the best available information shared with the WPdx platform.
|
| 16 |
+
tags,Tags,"geodata, hxl, water sanitation and hygiene-wash"
|
| 17 |
+
resource_1_created,Created,2023-07-25T13:49:35.177655
|
| 18 |
+
resource_1_description,Description,Water Point Details for NGA
|
| 19 |
+
resource_1_format,File Format,CSV
|
| 20 |
+
resource_1_download_url,Download URL,https://data.humdata.org/dataset/29677a2d-1fb2-48a3-a06a-9c66800c418b/resource/1fdb9a0c-d145-49e5-a502-6a3bc63626e8/download/wpdx_enhanced.csv
|
| 21 |
+
resource_1_id,Resource ID,1fdb9a0c-d145-49e5-a502-6a3bc63626e8
|
| 22 |
+
resource_1_last_modified,Updated,2025-12-07T00:15:02.057599
|
| 23 |
+
resource_1_metadata_modified,Metadata Updated,2025-12-07T00:15:20.726800
|
| 24 |
+
resource_1_microdata,Microdata,False
|
| 25 |
+
resource_1_dataset_id,Dataset ID,29677a2d-1fb2-48a3-a06a-9c66800c418b
|
| 26 |
+
resource_1_resource_type,Resource Type,file.upload
|
| 27 |
+
resource_1_name,Resource Name,wpdx_water_points_nga
|
| 28 |
+
resource_1_mimetype,MIME Type,
|
| 29 |
+
resource_1_size,Size,47.8M
|
| 30 |
+
resource_2_created,Created,2023-07-25T13:49:43.842095
|
| 31 |
+
resource_2_description,Description,Administrative Region Analysis for NGA
|
| 32 |
+
resource_2_format,File Format,CSV
|
| 33 |
+
resource_2_download_url,Download URL,https://data.humdata.org/dataset/29677a2d-1fb2-48a3-a06a-9c66800c418b/resource/c7663438-b7e6-43da-a1c6-99b3800b7000/download/adm_analysis.csv
|
| 34 |
+
resource_2_id,Resource ID,c7663438-b7e6-43da-a1c6-99b3800b7000
|
| 35 |
+
resource_2_last_modified,Updated,2025-12-07T00:15:02.445954
|
| 36 |
+
resource_2_metadata_modified,Metadata Updated,2025-12-07T00:15:07.756021
|
| 37 |
+
resource_2_microdata,Microdata,False
|
| 38 |
+
resource_2_dataset_id,Dataset ID,29677a2d-1fb2-48a3-a06a-9c66800c418b
|
| 39 |
+
resource_2_resource_type,Resource Type,file.upload
|
| 40 |
+
resource_2_name,Resource Name,wpdx_adm_region_analysis_nga
|
| 41 |
+
resource_2_mimetype,MIME Type,
|
| 42 |
+
resource_2_size,Size,847.3K
|