Dataset Viewer
Auto-converted to Parquet Duplicate
The dataset viewer is not available for this split.
Arrow: Parquet argument error: External: Cast error: Unsupported output type for dictionary packing: Null
Error code:   UnexpectedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Stats SA Census province boundary properties | Africa (South Africa official open data)

9 rows - 1 Africa country - not-applicable - Repackaged by Electric Sheep Africa

rows countries years indicators license

TL;DR

This dataset packages one official CSV resource from South Africa as ML-ready Parquet. The source file is the provenance boundary; all usable indicators or tabular columns from the resource stay together in this repo.

About the source

Geographic coverage

1 Africa country:

Country Rows First year Last year Name
ZAF 9 n/a n/a South Africa

Indicators or Resource Contents

  • This source file is packaged as a normalized tabular resource.

Schema

Column Type Description Example
source_record_id Int64 Stable row identifier for tabular resources. 0
country_iso3 category ISO3 country code. ZAF
country_name category Country name. South Africa
pr_mdb_c string Source column. EC
pr_code int64 Source column. 2
name string Source column. Eastern Cape
albers_are float64 Source column. 168965.965104
shape_leng float64 Source column. 28.2063810879
shape_area float64 Source column. 16.1546670677
feature_id float64 Source column. ``
geometry_type string Source column. Polygon
geometry_json string Source column. [[[29.02187000000231, -30.004429999999047], [29.024010000001, -30.005219
source_asset string Source column. https://dissemination-h8bde8dddqb0argt.z01.azurefd.net/assets/data/za.js
source_period_start_year Int64 First year inferred from source resource metadata. ``
source_period_end_year Int64 Last year inferred from source resource metadata. ``
source_period_label category Human-readable period inferred from source resource metadata. ``
source_provider category Publishing organization. Statistics South Africa
source_dataset category Source package title. Stats SA Census province boundary properties
source_resource category Source resource title. Stats SA Census province boundary properties
source_package_id category CKAN package UUID. stats-sa-census-province-boundary-properties-stats-sa-census-e16bc382660
source_resource_id category CKAN resource UUID. stats-sa-census-e16bc38266012b
source_url category Original source resource URL. https://dissemination-h8bde8dddqb0argt.z01.azurefd.net/assets/data/za.js
license_id category Source license identifier. other-open
retrieved_at category UTC retrieval timestamp. 2026-07-22T20:13:23Z

Usage

from datasets import load_dataset

ds = load_dataset("electricsheepafrica/africa-south-africa-stats-sa-census-province-boundary-properties-b0bfbce9")
df = ds["train"].to_pandas()
print(df.head())

Filter to one country

sample_country = df[df["country_iso3"] == "ZAF"]

Work with indicators

if "indicator_id" in df.columns:
    print(df["indicator_id"].value_counts().head())
    sample = df.sort_values([c for c in ["indicator_id", "year"] if c in df.columns])

Citation

@misc{electric_sheep_africa_africa_south_africa_stats_sa_census_province_boundary_properties_b0bfbce9_2026,
  title        = {Stats SA Census province boundary properties | Africa (South Africa official open data)},
  author       = {Statistics South Africa},
  year         = {2026},
  url          = {https://census.statssa.gov.za},
  publisher    = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-south-africa-stats-sa-census-province-boundary-properties-b0bfbce9}}
}

License

Released under Other open license.

Original data (c) Statistics South Africa. When using this dataset, please cite both the original source above and the Electric Sheep Africa repackaging.

About Electric Sheep

Electric Sheep Africa is part of the Electric Sheep mission: a unified, ML-ready data layer for Africa on Hugging Face. We pull data from authoritative open sources, normalize the schemas, package as Parquet, and publish with consistent dataset cards so researchers and developers can use load_dataset() to start working in seconds.

Browse the full collection: huggingface.co/electricsheepafrica


Provenance: ingested 2026-07-22 via the Electric Sheep pipeline. Source URL: https://dissemination-h8bde8dddqb0argt.z01.azurefd.net/assets/data/za.json

Downloads last month
44

Collection including electricsheepafrica/africa-south-africa-stats-sa-census-province-boundary-properties-b0bfbce9