Dataset Viewer
Auto-converted to Parquet Duplicate
country_name
stringlengths
4
24
country_iso3
stringlengths
3
3
year
int64
2.02k
2.02k
Degree to which the legal framework (including customary law) guarantees women’s equal rights to land ownership and/or control (1=No evidence to 6=Highest levels of guarantees)
int64
1
6
Angola
AGO
2,023
4
Benin
BEN
2,021
5
Burkina Faso
BFA
2,021
6
Central African Republic
CAF
2,022
3
Chad
TCD
2,021
4
Cote d'Ivoire
CIV
2,022
3
Djibouti
DJI
2,022
1
Ethiopia
ETH
2,022
6
Ghana
GHA
2,020
1
Kenya
KEN
2,020
5
Liberia
LBR
2,020
4
Madagascar
MDG
2,020
2
Malawi
MWI
2,020
3
Mali
MLI
2,020
3
Mauritania
MRT
2,022
1
Mozambique
MOZ
2,024
4
Namibia
NAM
2,022
5
Niger
NER
2,020
2
Rwanda
RWA
2,020
6
Senegal
SEN
2,022
2

Degree To Which The Legal Framework Guarantees Womens Equal Rights To Land Ownership Andor Control | Africa (Our World in Data) | Africa (Electric Sheep Africa metadata inventory)

Size category: n<1K - Formats: parquet - Sector: other_unclassified - Engineered by Electric Sheep Africa

size sector downloads license

TL;DR

This dataset is part of the Electric Sheep Africa catalog on Hugging Face. It is indexed for African data discovery with standardized metadata, loading guidance, provenance notes, and analyst-oriented context.

What This Dataset Covers

Public datasets help analysts inspect structured evidence, build reproducible workflows, and compare patterns across domains.

Dataset context from the existing Hugging Face card: Degree To Which The Legal Framework Guarantees Womens Equal Rights To Land Ownership Andor Control | Africa (Our World in Data) 🌍 25 observations · 25 Africa countries · 2020–2024 · Repackaged by Electric Sheep Africa TL;DR This dataset contains 25 observations of Degree To Which The Legal Framework Guarantees Womens Equal Rights To Land Ownership Andor Control data across 25 Africa countries, spanning 2020–2024. About the source Source: Our… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-owid-degree-to-which-the-legal-framework-guarantees-womens-equal-rights-to-land-ownership.

Dataset Profile

Field Value
Hugging Face repo electricsheepafrica/africa-owid-degree-to-which-the-legal-framework-guarantees-womens-equal-rights-to-land-ownership
Sector other_unclassified
Topic tags tabular, our-world-in-data, degree-to-which-the-legal-framework-guarantees-womens-equal-rights-to-land-ownership-andor-control, owid, long-run-series, time-series
Modalities tabular, text
Formats parquet
Size category n<1K
Countries Africa-wide or source-defined African coverage
ISO3 coverage not declared
Last modified on HF 2026-06-03 18:48:20+00:00
Inventory snapshot 2026-07-16T16:00:34Z

How To Read This Dataset

  • Start from the repository files and the dataset viewer when available.
  • Treat the README context as a fast orientation layer; confirm variable definitions and units in the data files before modeling.
  • Use explicit country columns when present. When geography is only implied by the title or source metadata, document that assumption in downstream analysis.
  • Preserve missing values until you have a defensible imputation rule.

Usage

from datasets import load_dataset

ds = load_dataset("electricsheepafrica/africa-owid-degree-to-which-the-legal-framework-guarantees-womens-equal-rights-to-land-ownership")
print(ds)

split_name = next(iter(ds))
table = ds[split_name]
print(table.features)
print(table[:3])

Convert To Pandas When Tabular

from datasets import Dataset

first_split = ds[next(iter(ds))]
if isinstance(first_split, Dataset):
    df = first_split.to_pandas()
    print(df.head())

Data Quality Notes

  • This card was standardized from the Electric Sheep Africa Hugging Face metadata inventory.
  • Exact schema, row counts, and source files should be inspected in the repository data files.
  • Metadata gaps from the inventory: country, sector, upstream_publisher.
  • Do not infer policy meaning from labels alone; confirm definitions, units, and methods in the source material.

Source And Provenance

Suggested Analyses

  • Inspect schema and missingness before modeling.
  • Profile variables by geography, time, and subgroup columns where present.
  • Join with other Electric Sheep Africa datasets using explicit country, year, and indicator fields when available.
  • Build reproducible notebooks that cite both the original source context and the Electric Sheep Africa Hugging Face repo.

Citation

@misc{electric_sheep_africa_africa_owid_degree_to_which_the_legal_framework_guarantees_womens_equal_rights_t_2026,
  title        = {Degree To Which The Legal Framework Guarantees Womens Equal Rights To Land Ownership Andor Control | Africa (Our World in Data) | Africa (Electric Sheep Africa metadata inventory)},
  author       = {Public dataset metadata},
  year         = {2026},
  url          = {https://huggingface.co/datasets/electricsheepafrica/africa-owid-degree-to-which-the-legal-framework-guarantees-womens-equal-rights-to-land-ownership},
  publisher    = {Hugging Face Datasets, engineered by Electric Sheep Africa},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-owid-degree-to-which-the-legal-framework-guarantees-womens-equal-rights-to-land-ownership}}
}

License

Released under CC BY 4.0.

Original source rights remain with the original publisher or data provider. Electric Sheep Africa engineering standardizes discovery metadata, documentation, and usage guidance for analysis on Hugging Face.

About Electric Sheep Africa

Electric Sheep Africa publishes ML-ready African public datasets on Hugging Face.


Provenance: metadata-backed README standardized 2026-08-12 by the Electric Sheep Africa README system. Inventory source: catalog/esa_metadata_inventory/master_metadata.jsonl.

Downloads last month
30