Dataset Viewer
Auto-converted to Parquet Duplicate
unnamed_0
stringlengths
4
95
www_hera_ngo_org
timestamp[ns]date
2021-02-01 00:00:00
2021-08-20 00:00:00
esa_source
stringclasses
1 value
esa_processed
stringdate
2026-04-16 00:00:00
2026-04-16 00:00:00
Morocco
2021-08-20T00:00:00
HDX
2026-04-16
Malawi
2021-08-20T00:00:00
HDX
2026-04-16
Cameroon
2021-08-20T00:00:00
HDX
2026-04-16
Equatorial Guinea
2021-08-20T00:00:00
HDX
2026-04-16
Burkina Faso
2021-08-19T00:00:00
HDX
2026-04-16
Benin
2021-08-20T00:00:00
HDX
2026-04-16
Zambia
2021-08-20T00:00:00
HDX
2026-04-16
Eswatini
2021-08-20T00:00:00
HDX
2026-04-16
Madagascar
2021-08-20T00:00:00
HDX
2026-04-16
Tanzania
2021-02-01T00:00:00
HDX
2026-04-16
Seychelles
2021-08-20T00:00:00
HDX
2026-04-16
Zimbabwe
2021-08-20T00:00:00
HDX
2026-04-16
Djibouti
2021-08-20T00:00:00
HDX
2026-04-16
Central African Republic
2021-08-20T00:00:00
HDX
2026-04-16
Lesotho
2021-08-20T00:00:00
HDX
2026-04-16
Kenya
2021-08-20T00:00:00
HDX
2026-04-16
Egypt
2021-08-20T00:00:00
HDX
2026-04-16
Guinea
2021-08-20T00:00:00
HDX
2026-04-16
Mauritania
2021-08-20T00:00:00
HDX
2026-04-16
* sources from national governments and WHO, please note that we don't have data for Cabo Verde
null
HDX
2026-04-16
Rwanda
2021-08-20T00:00:00
HDX
2026-04-16
Comoros
2021-08-20T00:00:00
HDX
2026-04-16
Mali
2021-08-20T00:00:00
HDX
2026-04-16
Tunisia
2021-08-20T00:00:00
HDX
2026-04-16
Nigeria
2021-08-19T00:00:00
HDX
2026-04-16
Mozambique
2021-08-20T00:00:00
HDX
2026-04-16
Libya
2021-08-19T00:00:00
HDX
2026-04-16
Senegal
2021-08-20T00:00:00
HDX
2026-04-16
Country
null
HDX
2026-04-16
Gabon
2021-08-20T00:00:00
HDX
2026-04-16
Algeria
2021-08-20T00:00:00
HDX
2026-04-16
Somalia
2021-08-18T00:00:00
HDX
2026-04-16
Niger
2021-08-20T00:00:00
HDX
2026-04-16
Mayotte
2021-08-20T00:00:00
HDX
2026-04-16
Ghana
2021-08-20T00:00:00
HDX
2026-04-16
South Sudan
2021-08-20T00:00:00
HDX
2026-04-16
Chad
2021-08-20T00:00:00
HDX
2026-04-16
Gambia
2021-08-20T00:00:00
HDX
2026-04-16
Eritrea
2021-08-20T00:00:00
HDX
2026-04-16
License: Creative Commons Attribution International
null
HDX
2026-04-16
Ethiopia
2021-08-20T00:00:00
HDX
2026-04-16
Burundi
2021-08-20T00:00:00
HDX
2026-04-16
Sao Tome and Principe
2021-08-20T00:00:00
HDX
2026-04-16
Democratic Republic of the Congo
2021-08-20T00:00:00
HDX
2026-04-16
Liberia
2021-08-20T00:00:00
HDX
2026-04-16
Togo
2021-08-20T00:00:00
HDX
2026-04-16
Namibia
2021-08-20T00:00:00
HDX
2026-04-16

Africa: Coronavirus (Covid-19) Continental cases (Infections, Recoveries and Deaths)

Publisher: HERA - Humanitarian Emergency Response Africa · Source: HDX · License: cc-by · Updated: 2025-05-05


Abstract

Daily Covid-19 cases in african countries : daily infections, recoveries and deaths and cumulative cases of infections, recoveries and deaths since the beginning of the pandemic.

Each row in this dataset represents tabular records. Temporal coverage is indicated by the www_hera_ngo_org column(s). Geographic scope: DZA, AGO, BEN, BWA, BFA, BDI, CMR, CAF, and 44 others.

Curated into ML-ready Parquet format by Electric Sheep Africa.


Dataset Characteristics

Domain Public health
Unit of observation Tabular records
Rows (total) 59
Columns 4 (0 numeric, 3 categorical, 1 datetime)
Train split 47 rows
Test split 11 rows
Geographic scope DZA, AGO, BEN, BWA, BFA, BDI, CMR, CAF, and 44 others
Publisher HERA - Humanitarian Emergency Response Africa
HDX last updated 2025-05-05

Variables

Identifier / Metadataunnamed_0 (Country, Madagascar, Mali), esa_source (HDX), esa_processed (2026-04-16).

Otherwww_hera_ngo_org.


Quick Start

from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/africa-covid19-africa-continental-infections-recoveries-deaths")
train = ds["train"].to_pandas()
test  = ds["test"].to_pandas()

print(train.shape)
train.head()

Schema

Column Type Null % Range / Sample Values
unnamed_0 object 3.4% Country, Madagascar, Mali
www_hera_ngo_org datetime64[ns] 8.5%
esa_source object 0.0% HDX
esa_processed object 0.0% 2026-04-16

Numeric Summary

Column Min Max Mean Median
No numeric columns.

Curation

Raw data was downloaded from HDX via the CKAN API and converted to Parquet. Column names were lowercased and standardised to snake_case. Common missing-value markers (N/A, null, none, -, unknown, no data, #N/A) were unified to NaN. 1 column(s) were cast from string to numeric or datetime based on parse-success rate (>85% threshold). The dataset was split 80/20 into train and test partitions using a fixed random seed (42) and saved as Snappy-compressed Parquet.


Limitations

  • Data originates from HERA - Humanitarian Emergency Response Africa and has not been independently validated by ESA.
  • Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
  • This dataset spans 52 countries; geographic and methodological inconsistencies across national boundaries may affect cross-country comparability.
  • Refer to the original HDX dataset page for the publisher's own methodology notes and caveats.

Citation

@dataset{hdx_africa_covid19_africa_continental_infections_recoveries_deaths,
  title     = {Africa: Coronavirus (Covid-19) Continental cases (Infections, Recoveries and Deaths)},
  author    = {HERA - Humanitarian Emergency Response Africa},
  year      = {2025},
  url       = {https://data.humdata.org/dataset/covid19_africa_continental_infections-recoveries-deaths},
  note      = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
}

Electric Sheep Africa — Africa's ML dataset infrastructure. Lagos, Nigeria.

Downloads last month
44

Collection including electricsheepafrica/africa-covid19-africa-continental-infections-recoveries-deaths