CoolFace
Datasetpublic

electricsheepafrica/africa-ghana-open-tender-contracts-from-2007-2012-d7447428

Open Tender Contracts From 2007 2012 | Africa (Ghana Open Data) 289 rows - 1 Africa country/area - 2007-2012 - source table - Engineered by Electric Sheep Africa TL;DR This dataset contains 289 rows from Ghana Open Data, covering Open Tender Contracts From 2007 2012. It is published as ML-ready Parquet with consistent Hugging Face metadata, source provenance, and analysis-friendly loading examples. What This Dataset Measures Official statistics… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-ghana-open-tender-contracts-from-2007-2012-d7447428.

sourceHugging Faceodblupdated 2mo agoView on Hugging Face
0likes15downloads
Dataset Card

Open Tender Contracts From 2007 2012 | Africa (Ghana Open Data)

289 rows - 1 Africa country/area - 2007-2012 - source table - Engineered by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)

rows countries period indicators license

TL;DR

This dataset contains 289 rows from Ghana Open Data, covering Open Tender Contracts From 2007 2012. It is published as ML-ready Parquet with consistent Hugging Face metadata, source provenance, and analysis-friendly loading examples.

What This Dataset Measures

Official statistics datasets help analysts inspect public data as published by governments, national statistical systems, and regional data portals.

Source-provided context: Open Tender Contracts from 2007-2012

How To Read This Dataset

  • —One row means: one source record from the original tabular resource, with Electric Sheep Africa provenance columns added where available.
  • —Primary geography column: country_iso3.
  • —Best time column: not detected.
  • —Time coverage basis: source metadata.
  • —Recommended join keys: country_iso3 where available plus source-specific keys.

Coverage

DimensionValue
Rows289
Countries/areas1
First period2007
Last period2012
Indicators0
Columns15
Source formatCSV

Geographic Coverage

Top areas shown below, sorted by row count when available:

AreaRowsFirst yearLast yearName
GHA28920072012Ghana

Indicators, Variables, Or Resource Contents

  • —This repo preserves one source tabular resource with its usable columns kept together.

Schema

ColumnTypeDescriptionExample
source_record_idstringStable row identifier assigned during Electric Sheep Africa engineering.871babd1-edbd-476c-a0b5-4e46a5306da3:0
country_iso3stringISO3 country or area code.GHA
country_namestringCountry or area name.Ghana
doctype_html_public_w3c_dtd_xhtml_rdfa_1_0_enstringSource column from the original resource."https://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
source_period_start_yearint64Start year inferred from source metadata.2007
source_period_end_yearint64End year inferred from source metadata.2012
source_period_labelstringSource column from the original resource.2007-2012
source_providerstringPublishing organization.Official government open data portal
source_datasetstringSource dataset or package title.Open Tender Contracts from 2007-2012
source_resourcestringSource resource title, table name, or file name.Open Tender Contracts from 2007-2012
source_package_idstringSource package identifier.20ef41d3-d021-45fc-b772-1ba323fe7fe9
source_resource_idstringSource resource identifier.871babd1-edbd-476c-a0b5-4e46a5306da3
source_urlstringOriginal source URL or download URL.http://data.gov.gh/sites/default/files/Open%20Tender%20Contracts%20fr...
license_idstringSource license identifier.odc-odbl
retrieved_atstringUTC source retrieval timestamp from the Electric Sheep Africa pipeline.2026-07-18T20:11:31Z

Usage

python
from datasets import load_dataset

ds = load_dataset("electricsheepafrica/africa-ghana-open-tender-contracts-from-2007-2012-d7447428")
df = ds["train"].to_pandas()
print(df.head())

Inspect Columns

python
print(df.info())
print(df.head())

Filter By Geography

python
if "country_iso3" in df.columns:
    sample = df[df["country_iso3"] == "GHA"]

Time-Series Pattern

python
if "value" in df.columns and "year" in df.columns:
    trend = df.sort_values("year")

Pivot For Analysis

python
if {"indicator_id", "year", "value"}.issubset(df.columns):
    matrix = df.pivot_table(index="year", columns="indicator_id", values="value")
    print(matrix.tail())

Data Quality Notes

  • —No canonical year/date column was detected in the packaged table; use source metadata and domain context for temporal interpretation.
  • —Missing values are preserved rather than silently imputed.
  • —Column names are standardized for machine use; source meanings are preserved where known.
  • —Always confirm source methodology, units, and collection definitions before policy, production, or redistribution-sensitive use.

Source And Provenance

Transformations Applied

  • —Converted the source table to Parquet for efficient analytics and ML workflows.
  • —Added or preserved source provenance columns where available.
  • —Standardized README metadata, dataset loading configuration, schema documentation, and citation format.
  • —Preserved source-reported values without analytical imputation.

Suggested Analyses

  • —Profile the distribution of values
  • —Compare categories or geographies
  • —Join with complementary public datasets
  • —Check missingness before modeling
  • —Use country_iso3 as the safest geography join key when present

Citation

bibtex
@misc{electric_sheep_africa_africa_ghana_open_tender_contracts_from_2007_2012_d7447428_2012,
  title        = {Open Tender Contracts From 2007 2012 | Africa (Ghana Open Data)},
  author       = {Ghana official open data portal},
  year         = {2012},
  url          = {http://data.gov.gh/dataset/open-tender-contracts-2007-2012},
  publisher    = {Hugging Face Datasets, engineered by Electric Sheep Africa},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-ghana-open-tender-contracts-from-2007-2012-d7447428}}
}

License

Released under Open Data Commons Open Database License.

Original data is published by Ghana official open data portal. Electric Sheep Africa engineering standardizes the data for discovery, loading, and analysis on Hugging Face. Cite both the original source and this ML-ready dataset when used.

About Electric Sheep Africa

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


Provenance: README standardized 2026-08-11 by the Electric Sheep Africa README system. Source URL: http://data.gov.gh/dataset/open-tender-contracts-2007-2012