interva's picture
Add ML-ready official indicator dataset
4847677 verified
|
Raw
History Blame Contribute Delete
6.65 kB
metadata
license: other
language:
  - en
task_categories:
  - tabular-classification
  - tabular-regression
multilinguality: monolingual
size_categories:
  - 1K<n<10K
tags:
  - tabular
  - xls
  - africa
  - zambia
  - official-statistics
  - open-data
  - agriculture
pretty_name: Crop Forecast Survey 2001_2002 | Africa (Zambia official open data)

Crop Forecast Survey 2001_2002 | Africa (Zambia official open data)

1,715 rows - 1 Africa country - 2001-2023 - Repackaged by Electric Sheep Africa

rows countries years indicators license

TL;DR

This dataset packages one official XLS resource from Zambia 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
ZMB 1,715 2001 2023 Zambia

Indicators or Resource Contents

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

Schema

Column Type Description Example
source_record_id string Stable row identifier for tabular resources. zamstats-media-3d3e5be4864adc:district-figures-maps:0
country_iso3 string ISO3 country code. ZMB
country_name string Country name. Zambia
source_sheet string Workbook sheet name, when the source is a spreadsheet. District Figures Maps
province_district string Source column. CENTRAL
area_planted_ha float64 Source column. ``
area_to_be_harvested_ha float64 Source column. ``
expected_production_50kg_bag float64 Source column. ``
expected_sales_50kg_bag float64 Source column. ``
expected_production_mt float64 Source column. ``
expected_sales_mt float64 Source column. ``
yield_rate_50kg_bag_ha float64 Source column. ``
yield_rate_mt_ha float64 Source column. ``
source_period_start_year Int64 First year inferred from source resource metadata. 2001
source_period_end_year Int64 Last year inferred from source resource metadata. 2023
source_period_label string Human-readable period inferred from source resource metadata. 2001-2023
source_provider string Publishing organization. Zambia Statistics Agency
source_dataset string Source package title. Crop Forecast Survey 2001_2002
source_resource string Source resource title. Crop Forecast Survey 2001_2002
source_package_id string CKAN package UUID. crop-forecast-survey-2001-2002-zamstats-media-3d3e5be4864adc
source_resource_id string CKAN resource UUID. zamstats-media-3d3e5be4864adc
source_url string Original source resource URL. https://www.zamstats.gov.zm/wp-content/uploads/2023/12/Crop-Forecast-Sur
license_id string Source license identifier. other-open
retrieved_at string UTC retrieval timestamp. 2026-07-22T09:43:48Z
maize string Source column. ``
d_601606 float64 Source column. ``
d_130655 float64 Source column. ``
d_64300 float64 Source column. ``
d_202385 float64 Source column. ``
d_15714 float64 Source column. ``
d_48355 float64 Source column. ``
d_38022 float64 Source column. ``
d_19558 float64 Source column. ``
d_63093 float64 Source column. ``
d_19525 float64 Source column. ``
province string Source column. ``
crop string Source column. ``
area_harvested_ha float64 Source column. ``
expected_production float64 Source column. ``
expected_sales float64 Source column. ``
yield_rate float64 Source column. ``

Usage

from datasets import load_dataset

ds = load_dataset("electricsheepafrica/africa-zambia-crop-forecast-survey-2001-2002-8c1dc4a4")
df = ds["train"].to_pandas()
print(df.head())

Filter to one country

sample_country = df[df["country_iso3"] == "ZMB"]

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_zambia_crop_forecast_survey_2001_2002_8c1dc4a4_2023,
  title        = {Crop Forecast Survey 2001_2002 | Africa (Zambia official open data)},
  author       = {Zambia Statistics Agency},
  year         = {2023},
  url          = {https://www.zamstats.gov.zm/crop-forecast-survey-2001_2002/},
  publisher    = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-zambia-crop-forecast-survey-2001-2002-8c1dc4a4}}
}

License

Released under Other open license.

Original data (c) Zambia Statistics Agency. 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://www.zamstats.gov.zm/wp-content/uploads/2023/12/Crop-Forecast-Survey-2001_2002.xls