Dataset Viewer
Auto-converted to Parquet Duplicate
source_record_id
stringclasses
1 value
country_iso3
stringclasses
1 value
country_name
stringclasses
1 value
nom_longitude_latitude_elevation_intervalle_d_enregistre
stringclasses
1 value
source_period_start_year
int64
source_period_end_year
int64
source_period_label
stringclasses
0 values
source_provider
stringclasses
1 value
source_dataset
stringclasses
1 value
source_resource
stringclasses
1 value
source_package_id
stringclasses
1 value
source_resource_id
stringclasses
1 value
source_url
stringclasses
1 value
license_id
stringclasses
1 value
retrieved_at
stringclasses
1 value
5cc97426-e72a-433e-aade-fd9633f59672:0
TUN
Tunisia
Station Tozeur;33.927475;8.135703;39.5;15 minutes;14/02/2017 06:47
null
null
null
AVFA
DONNÉES CLIMATIQUES STATION Tozeur AVFA
Informations générales
681d1eee-39a4-489a-a050-191cc01b8c62
5cc97426-e72a-433e-aade-fd9633f59672
https://catalog.agridata.tn/dataset/17befdf4-b16c-4d38-98e5-0bcb168369c3/resource/165ff81d-88f4-47cc-9d04-245982e61dfc/download/info-general-station-tozeur.csv
licence-nationale-de-données-publiques-ouvertes
2026-07-18T23:08:36Z

Donnees Climatiques Station Tozeur Avfa | Africa (Tunisia Open Data)

1 rows - 1 Africa country/area - detected - source table - Engineered by Electric Sheep Africa

rows countries period indicators license

TL;DR

This dataset contains 1 rows from Tunisia Open Data, covering Donnees Climatiques Station Tozeur Avfa. It is published as ML-ready Parquet with consistent Hugging Face metadata, source provenance, and analysis-friendly loading examples.

What This Dataset Measures

Agriculture datasets help analysts examine production, prices, inputs, land use, food systems, and rural economic activity.

Source-provided context: Informations générales

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: source_period_start_year.
  • Time coverage basis: source_period_start_year.
  • Recommended join keys: country_iso3 where available plus source-specific keys.

Coverage

Dimension Value
Rows 1
Countries/areas 1
First period detected
Last period detected
Indicators 0
Columns 15
Source format CSV

Geographic Coverage

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

Area Rows First year Last year Name
TUN 1 detected detected Tunisia

Indicators, Variables, Or Resource Contents

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

Schema

Column Type Description Example
source_record_id string Stable row identifier assigned during Electric Sheep Africa engineering. 5cc97426-e72a-433e-aade-fd9633f59672:0
country_iso3 string ISO3 country or area code. TUN
country_name string Country or area name. Tunisia
nom_longitude_latitude_elevation_intervalle_d_enregistre string Source column from the original resource. Station Tozeur;33.927475;8.135703;39.5;15 minutes;14/02/2017 06:47
source_period_start_year int64 Start year inferred from source metadata. ``
source_period_end_year int64 End year inferred from source metadata. ``
source_period_label string Source column from the original resource. ``
source_provider string Publishing organization. AVFA
source_dataset string Source dataset or package title. DONNÉES CLIMATIQUES STATION Tozeur AVFA
source_resource string Source resource title, table name, or file name. Informations générales
source_package_id string Source package identifier. 681d1eee-39a4-489a-a050-191cc01b8c62
source_resource_id string Source resource identifier. 5cc97426-e72a-433e-aade-fd9633f59672
source_url string Original source URL or download URL. https://catalog.agridata.tn/dataset/17befdf4-b16c-4d38-98e5-0bcb16836...
license_id string Source license identifier. licence-nationale-de-données-publiques-ouvertes
retrieved_at string UTC source retrieval timestamp from the Electric Sheep Africa pipeline. 2026-07-18T23:08:36Z

Usage

from datasets import load_dataset

ds = load_dataset("electricsheepafrica/africa-tunisia-donnees-climatiques-station-tozeur-avfa-f9940914")
df = ds["train"].to_pandas()
print(df.head())

Inspect Columns

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

Filter By Geography

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

Time-Series Pattern

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

Pivot For Analysis

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

  • Canonical time field: source_period_start_year.
  • 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

  • Track production or price movements
  • Compare regions or commodities
  • Join with climate and trade data
  • Build time-series views and period-over-period comparisons
  • Check missingness before modeling
  • Use country_iso3 as the safest geography join key when present

Citation

@misc{electric_sheep_africa_africa_tunisia_donnees_climatiques_station_tozeur_avfa_f9940914_2026,
  title        = {Donnees Climatiques Station Tozeur Avfa | Africa (Tunisia Open Data)},
  author       = {AVFA},
  year         = {2026},
  url          = {https://catalog.data.gov.tn/dataset/donnees-climatiques-station-tozeur-avfa},
  publisher    = {Hugging Face Datasets, engineered by Electric Sheep Africa},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-tunisia-donnees-climatiques-station-tozeur-avfa-f9940914}}
}

License

Released under licence-nationale-de-données-publiques-ouvertes.

Original data is published by AVFA. 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-12 by the Electric Sheep Africa README system. Source URL: https://catalog.data.gov.tn/dataset/donnees-climatiques-station-tozeur-avfa

Downloads last month
18

Collection including electricsheepafrica/africa-tunisia-donnees-climatiques-station-tozeur-avfa-f9940914