Transactional Records: Deaths due to COVID-19

Data as of 31 Aug 2024, 23:59

Transactional records of deaths due to COVID-19, with various demographic and medical dimensions including COVID-19 vaccination records. The preview shows the most recent 200 records.

0 views·0 downloads

How is this data produced?

This dataset is produced by the Crisis Preparedness and Response Centre (CPRC) at the Ministry of Health, based on daily ground-level surveillance conducted to monitor the evolution of COVID-19 in Malaysia. Following Malaysia's transition to endemicity, the public reporting frequency was altered from daily to weekly. Nevertheless, internal surveillance is still conducted on a daily basis.

What caveats I should bear in mind when using this data?

As a general rule, deaths due to COVID-19 are not announced on the day that the death occurs. This is because it takes time to medically verify cause of death (via autopsy), as well as to register the death in accordance with the laws of Malaysia. Therefore, there may be future records where the date of death is prior to records already in the dataset. Phrased differently, aggregation based on the date of death will produce a dynamic dataset, where the number of deaths for a certain date may increase in future.

Publication(s) using this data

KKMNOW features a dashboard on COVID-19 where you can explore the data in a more interactive manner!

Metadata

Dataset description

Transactional records of deaths due to COVID-19, with various demographic and medical dimensions including COVID-19 vaccination records. The preview shows the most recent 200 records.

Variable definitions
  • Date of Death
  • Date of Announcement
  • Date of Positive Test
  • Date of Vaccination (1st dose)
  • Date of Vaccination (1st dose)
  • Date of Vaccination (booster dose)
  • Vaccine Brand (1st dose)
  • Vaccine Brand (2nd dose)
  • Vaccine Brand (booster dose)
  • State
  • Age
  • Sex
  • Brought In Dead
  • Citizenship
  • Comorbidity
Last updated:

01 Sept 2024, 12:00

Next update:

08 Sept 2024, 12:00

Data source(s)
  • MOH
License

This data is made open under the Creative Commons Attribution 4.0 International License (CC BY 4.0). A copy of the license is available Here.

Download

Data
Full Dataset (CSV)

Full Dataset (CSV)

Recommended for individuals seeking an Excel-friendly format.

0

Full Dataset (Parquet)

Full Dataset (Parquet)

Recommended for data scientists seeking to work with data via code.

0

Code

Connect directly to the data with Python.

# If not already installed, do: pip install pandas fastparquet import pandas as pd URL_DATA = 'https://storage.data.gov.my/healthcare/covid_deaths_linelist.parquet' df = pd.read_parquet(URL_DATA) if 'date' in df.columns: df['date'] = pd.to_datetime(df['date']) print(df)

Sample OpenAPI query

This data catalog is not available through OpenAPI as the nature of the data makes it unsuitable for API access. For the full dataset, please use the provided download link as shown in the above section.

jata negara
Ministry of Health Malaysia

© 2024 Ministry of Health Malaysia