100+ datasets found
  1. COVID-19 cases and deaths in Mexico 2025

    • statista.com
    Updated Jun 5, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). COVID-19 cases and deaths in Mexico 2025 [Dataset]. https://www.statista.com/statistics/1107063/mexico-covid-19-cases-deaths/
    Explore at:
    Dataset updated
    Jun 5, 2025
    Dataset authored and provided by
    Statistahttp://statista.com/
    Time period covered
    Mar 1, 2020 - May 11, 2025
    Area covered
    Mexico
    Description

    The first case of COVID-19 in Mexico was detected on March 1, 2020. By the end of the year, the total number of confirmed infections had surpassed 1.4 million. Meanwhile, the number of deaths related to the disease was nearing 148,000. On May 11, 2025, the number of cases recorded had reached 7.6 million, while the number of deaths amounted to around 335,000. The relevance of the Omicron variant Omicron, a highly contagious COVID-19 variant, was declared of concern by the World Health Organization (WHO) at the end of November 2021. As the pandemic unfolded, it became the variant with the highest share of COVID-19 cases in the world. In Latin America, countries such as Colombia, Argentina, Brazil, and Mexico were strongly affected. In fact, by 2023 nearly all analyzed sequences within these countries corresponded to an Omicron subvariant. Beyond a health crisis As the COVID-19 pandemic progressed worldwide, the respiratory disease caused by the virus SARS-CoV-2 virus first detected in Wuhan brought considerable economic consequences for countries and households. While Mexico’s gross domestic product (GDP) in current prices declined in 2020 compared to the previous year, a survey conducted among adults during the first months of 2021 showed COVID-19 impacted families mainly through finances and employment, with around one third of households in Mexico reporting an income reduction and the same proportion having at least one household member suffering from the disease.Find the most up-to-date information about the coronavirus pandemic in the world under Statista’s COVID-19 facts and figures site.

  2. COVID-19 cases in Mexico 2023, by state

    • statista.com
    Updated May 22, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2024). COVID-19 cases in Mexico 2023, by state [Dataset]. https://www.statista.com/statistics/1109180/mexico-coronavirus-cases-state/
    Explore at:
    Dataset updated
    May 22, 2024
    Dataset authored and provided by
    Statistahttp://statista.com/
    Area covered
    Mexico
    Description

    As of August 2, 2023, Mexico was the third Latin American country with the highest number of confirmed cases of COVID-19, reaching over 7.6 million patients. By federate entity, Mexico City ranked first in number of confirmed cases, with around 1.9 million infections recorded by September 21, 2023. The State of Mexico followed with 760,699 reported cases of the disease.

    The leading cause of death in Mexico in 2020
    In 2020, COVID-19 was the leading cause of death in Mexico. The country reported its first fatal case due to the disease in March 2020. Since then, the number of COVID-19 deaths has increased steadily, reaching 334,336 deaths as of August 2, 2023. These figures place Mexico fifth in the total number of deaths related to COVID worldwide and second in Latin America, just after Brazil.

    Mexico’s vaccination strategy Mexico began its vaccination campaign at the end of December 2020, an immunization strategy that prioritized healthcare workers and those most at risk of developing severe COVID-19, such as the older population. With more than 223 million vaccines administered as of August 14, 2023, Mexico ranked as the Latin American country with the second highest number of applied vaccines, while slightly over three quarters of its population received at least one vaccine dose against the disease by March 2023.

    For further information about the coronavirus (COVID-19) pandemic, please visit our dedicated Facts and Figures page.

  3. Mexico COVID-19 clinical data

    • kaggle.com
    Updated Jun 5, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Mariana R Franklin (2020). Mexico COVID-19 clinical data [Dataset]. https://www.kaggle.com/datasets/marianarfranklin/mexico-covid19-clinical-data/discussion
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jun 5, 2020
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Mariana R Franklin
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Area covered
    Mexico
    Description

    Mexico COVID-19 clinical data 🦠🇲🇽

    This dataset contains the results of real-time PCR testing for COVID-19 in Mexico as reported by the [General Directorate of Epidemiology](https://www.gob.mx/salud/documentos/datos-abiertos-152127).

    The official, raw dataset is available in the Official Secretary of Epidemiology website: https://www.gob.mx/salud/documentos/datos-abiertos-152127.

    You might also want to download the official column descriptors and the variable definitions - e.g. SEXO=1 -> Female; SEXO=2 -> Male; SEXO=99 -> Undisclosed) - in the following [zip file](http://datosabiertos.salud.gob.mx/gobmx/salud/datos_abiertos/diccionario_datos_covid19.zip). I've maintained the original levels as described in the official dataset, unless otherwise specified.

    IMPORTANT: This dataset has been maintained since the original data releases, which weren't tabular, but rather consisted of PDF files, often with many/different inconsistencies which had to be resolved carefully and is annotated in the .R script. More later datasets should be more reliable, but earlier there were a lot of things to figure out like e.g. when the official methodology to assign the region of the case was changed to be based on residence rather than origin). I've added more notes on very early data here: https://github.com/marianarf/covid19_mexico_data.

    [More official information here](https://datos.gob.mx/busca/dataset/informacion-referente-a-casos-covid-19-en-mexico/resource/e8c7079c-dc2a-4b6e-8035-08042ed37165).

    Motivation

    I hope that this data serves to as a base to understand the clinical symptoms 🔬that characterize a COVID-19 positive case from another viral respiratory disease and help expand the knowledge about COVID-19 worldwide.

    👩‍🔬🧑‍🔬🧪

    With more models tested, added features and fine-tuning, clinical data could be used to predict a patient with pending COVID-19 results will get a positive or a negative result in two scenarios:

    • As lab results are processed, this leaves a window when it's uncertain whether a result will return positive or negative (this is merely didactic, as new reports will corroborate the prediction as soon as the laboratory data for missing cases is reported).
    • More importantly, it could help predict for similar symptoms e.g. from a survey or an app that checks for similar data (ideally, containing most of the parameters that can be assessed without using variables only available after hospitalization, like e.g. age of the person which is readily available).

    The value of the lab result comes from a RT-PCR, and is stored in RESULTADO, where the original data is encoded 1 = POSITIVE and 2 = NEGATIVE.

    Source

    The data was gathered using a "sentinel model" that samples 10% of the patients that present a viral respiratory diagnosis to test for COVID-19, and consists of data reported by 475 viral respiratory disease monitoring units (hospitals) named USMER (Unidades Monitoras de Enfermedad Respiratoria Viral) throughout the country in the entire health sector (IMSS, ISSSTE, SEDENA, SEMAR, and others).

    Preprocess

    Data is first processed with this [this .R script](https://github.com/marianarf/covid19_mexico_analysis/blob/master/notebooks/preprocess.R). The file containing the processed data will be updated daily until. Important: Since the data is updated to Github, assume the data uploaded here isn't the latest version, and instead, load data directly from the 'csv' [in this github repository](https://raw.githubusercontent.com/marianarf/covid19_mexico_analysis/master/mexico_covid19.csv).

    • The data aggregates official daily reports of patients admitted in COVID-19 designated units.
    • New cases are usually concatenated at the end of the file, but each individual case also contains a unique (official) identifier 'ID_REGISTRO' as well as a (new) unique reference 'id' to remove duplicates.
    • I fixed a specific change in methodology in reporting, where the patient record used to be assigned in ENTIDAD_UM (the region of the medical unit) but now uses ENTIDAD_RES (the region of residence of the patient).
    Note: I have preserved the original structure (column names and factors) as closely as possible to the official data, so that code is reproducible in cross-reference to the official sources. ### Added features

    In addition to original features reported, I've included missing regional names and also a field 'DELAY' which corresponds to the lag in the processing lab results (since new data contains records from the previous day, this allows to keep track of this lag).

    Additional info

    ...

  4. T

    Mexico Coronavirus COVID-19 Deaths

    • tradingeconomics.com
    csv, excel, json, xml
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TRADING ECONOMICS, Mexico Coronavirus COVID-19 Deaths [Dataset]. https://tradingeconomics.com/mexico/coronavirus-deaths
    Explore at:
    csv, json, xml, excelAvailable download formats
    Dataset authored and provided by
    TRADING ECONOMICS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Mar 2, 2020 - May 17, 2023
    Area covered
    Mexico
    Description

    Mexico recorded 334013 Coronavirus Deaths since the epidemic began, according to the World Health Organization (WHO). In addition, Mexico reported 7603871 Coronavirus Cases. This dataset includes a chart with historical data for Mexico Coronavirus Deaths.

  5. i

    datasets of Mexico’s COVID-19 cases

    • ieee-dataport.org
    Updated Aug 28, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Enrique Gonzalez Nunez (2025). datasets of Mexico’s COVID-19 cases [Dataset]. https://ieee-dataport.org/documents/datasets-mexicos-covid-19-cases
    Explore at:
    Dataset updated
    Aug 28, 2025
    Authors
    Enrique Gonzalez Nunez
    Area covered
    Mexico
    Description

    The dataset tracks the performance of Mexico’s COVID-19 cases. The time period is from the 26th of February 2020 to the 24th of June 2023. The data are sourced from the General Department of Epidemiology of Mexico.

  6. datasheet1_Epidemiological Characteristics of COVID-19 in Mexico and the...

    • frontiersin.figshare.com
    • datasetcatalog.nlm.nih.gov
    pdf
    Updated May 31, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Cristy Leonor Azanza Ricardo; Esteban A. Hernandez-Vargas (2023). datasheet1_Epidemiological Characteristics of COVID-19 in Mexico and the Potential Impact of Lifting Confinement Across Regions.pdf [Dataset]. http://doi.org/10.3389/fphy.2020.573322.s001
    Explore at:
    pdfAvailable download formats
    Dataset updated
    May 31, 2023
    Dataset provided by
    Frontiers Mediahttp://www.frontiersin.org/
    Authors
    Cristy Leonor Azanza Ricardo; Esteban A. Hernandez-Vargas
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    Mexico
    Description

    The novel coronavirus SARS-CoV-2 has paralyzed our societies, leading to self-isolation and quarantine for several days. As the 10th most populated country in the world, Mexico is on a major threat by COVID-19 due to the limitations of intensive care capacities, about 1.5 hospital beds for every 1,000 citizens. In this paper, we characterize the COVID-19 pandemic in Mexico and projected different scenarios to evaluate sharp or gradual quarantine lifting strategies. Mexican government relaxed strict social distancing regulations on June 1, 2020, deriving to pandemic data with large fluctuations and uncertainties of the tendency of the pandemic in Mexico. Our results suggest that lifting social confinement must be gradually sparse while maintaining a decentralized region strategy among the Mexican states. To substantially lower the number of infections, simulations highlight that a fraction of the population that represents the elderly should remain in social confinement (approximately 11.3% of the population); a fraction of the population that represents the confined working class (roughly 27% of the population) must gradually return in at least four parts in consecutive months; and to the last a fraction of the population that assumes the return of students to schools (about 21.7%). As the epidemic progresses, deconfinement strategies need to be continuously re-adjusting with the new pandemic data. All mathematical models, including ours, are only a possibility of many of the future, however, the different scenarios that were developed here highlight that a gradual decentralized region deconfinement with a significant increase in healthcare capacities is paramount to avoid a high death toll in Mexico.

  7. Latest Coronavirus COVID-19 figures for Mexico

    • covid19-today.pages.dev
    json
    Updated Jul 30, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Worldometers (2025). Latest Coronavirus COVID-19 figures for Mexico [Dataset]. https://covid19-today.pages.dev/countries/mexico/
    Explore at:
    jsonAvailable download formats
    Dataset updated
    Jul 30, 2025
    Dataset provided by
    Worldometershttps://dadax.com/
    CSSE at JHU
    License

    https://github.com/disease-sh/API/blob/master/LICENSEhttps://github.com/disease-sh/API/blob/master/LICENSE

    Area covered
    Mexico
    Description

    In past 24 hours, Mexico, North America had N/A new cases, N/A deaths and N/A recoveries.

  8. Socioeconomic Impact of COVID-19, 2021 - Mexico

    • microdata.unhcr.org
    • catalog.ihsn.org
    • +1more
    Updated Mar 22, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    UNHCR (2022). Socioeconomic Impact of COVID-19, 2021 - Mexico [Dataset]. https://microdata.unhcr.org/index.php/catalog/643
    Explore at:
    Dataset updated
    Mar 22, 2022
    Dataset provided by
    United Nations High Commissioner for Refugeeshttp://www.unhcr.org/
    Authors
    UNHCR
    Time period covered
    2021
    Area covered
    Mexico
    Description

    Abstract

    The COVID-19 pandemic is first and foremost a health shock, but the secondary economic shock is equally formidable. Access to timely, policy-relevant information on the awareness of, responses to and impacts of the health situation and related restrictions are critical to effectively design, target and evaluate programme and policy interventions. This research project investigates the main socioeconomic impacts of the pandemic on UNHCR people of concern (PoC) – and nationals where possible – in terms of access to information, services and livelihoods opportunities. Three geographic regions were taken into consideration: Southern Mexico, Mexico City and the Northern and Central Industrial Corridor. Two rounds of data collection took place for this survey, with the purpose of following up with the respondents.

    Geographic coverage

    Southern Mexico, Mexico City, Northern and Central Mexico

    Analysis unit

    Household

    Kind of data

    Sample survey data [ssd]

    Sampling procedure

    The ProGres database served as the sampling frame due to the unavailability of other reliable sources. Likewise, the sample was stratified by location and population groups based on country of origin helping to account for the different economic realities from one part of the country to another, as well as differences between nationalities. Following discussion with the UNHCR country team and regional bureau, three geographic regions were presented for consideration : a) Southern Mexico; b) Mexico City; and c) the Northern and Central Industrial Corridor. Additionally, partners expressed interest in the Venezuelan community as a separate group, primarily residing in Mexico City, Monterrey and Cancun. The population of the four groups represents 67% of the active registered refugees in Mexico. Out of the 35,140 refugee households in the four regions, 26,688 families have at least one phone number representing an overall high rate of phone penetration. Across regions of interest, Hondurans make up the single largest group of PoC in Southern Mexico (38%), and the Northern and Central Industrial Corridor (43%), whereas Venezuelans make up over half of the PoC population in Mexico City (52%). Based on the above, a sampling strategy based on four separate strata was proposed in order to adequately represent the regions and sub-groups of interest: 1. Southern Mexico – Honduran and El Salvadoran PoC population 2. Mexico City – Honduran, El Salvadoran and Cuban PoC population 3. Northern and Central Industrial Corridor – Hondurans and El Salvadoran PoC population 4. Venezuelan Population – Mexico City, Monterey (Nuevo Leon) and Cancun (Quintana Roo) A comparable sub-sample of the national population in the same locations PoC were sampled was also generated using random digit dialing (RDD). This was made possible through the inclusion of location-based area codes in the list of phone numbers, however selected participants were also asked about their current location as a first filter to proceed with the phone survey to ensure a comparable national sub-sample.

    Mode of data collection

    Computer Assisted Telephone Interview [cati]

    Research instrument

    Questionnaire contained the following sections: consent, knowledge, behaviour, access, employment, income, food security, concerns, resilience, networks, demographics

  9. M

    Mexico New Covid cases per month, March, 2023 - data, chart |...

    • theglobaleconomy.com
    csv, excel, xml
    Updated Mar 15, 2023
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Globalen LLC (2023). Mexico New Covid cases per month, March, 2023 - data, chart | TheGlobalEconomy.com [Dataset]. www.theglobaleconomy.com/Mexico/covid_new_cases/
    Explore at:
    xml, csv, excelAvailable download formats
    Dataset updated
    Mar 15, 2023
    Dataset authored and provided by
    Globalen LLC
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Feb 29, 2020 - Mar 31, 2023
    Area covered
    Mexico
    Description

    New Covid cases per month in Mexico, March, 2023 The most recent value is 78242 new Covid cases as of March 2023, an increase compared to the previous value of 77924 new Covid cases. Historically, the average for Mexico from February 2020 to March 2023 is 198464 new Covid cases. The minimum of 5 new Covid cases was recorded in February 2020, while the maximum of 1331434 new Covid cases was reached in January 2022. | TheGlobalEconomy.com

  10. COVID-19 Mexico

    • kaggle.com
    Updated Apr 19, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Carlos Lira (2020). COVID-19 Mexico [Dataset]. https://www.kaggle.com/carloslira/covid19-mexico/code
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Apr 19, 2020
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Carlos Lira
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Area covered
    Mexico
    Description

    Content

    COVID-19 data for Mexico, consist of two main datasets: time_series_confirmed_MX: time series of confirmed cases by state. time_series_deaths_MX: time series of deaths by state The data will be updated every day at the start of Secretaría de Salud conference (18:00), with last information recived at 13:00.
    If you want the data in github form: https://github.com/carloscerlira/COVIDMX.

    Source

    https://www.gob.mx/salud/archivo/documentos?idiom=es&filter_id=395&filter_origin=archive

  11. M

    Mexico SALUD: COVID-19: Confirmed Cases: To Date: Jalisco

    • ceicdata.com
    Updated Mar 15, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    CEICdata.com (2019). Mexico SALUD: COVID-19: Confirmed Cases: To Date: Jalisco [Dataset]. https://www.ceicdata.com/en/mexico/ministry-of-health-coronavirus-disease-2019-covid2019/salud-covid19-confirmed-cases-to-date-jalisco
    Explore at:
    Dataset updated
    Mar 15, 2019
    Dataset provided by
    CEICdata.com
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Aug 6, 2022 - Aug 17, 2022
    Area covered
    Mexico
    Description

    Mexico SALUD: COVID-19: Confirmed Cases: To Date: Jalisco data was reported at 277,335.000 Person in 17 Aug 2022. This records an increase from the previous number of 276,948.000 Person for 16 Aug 2022. Mexico SALUD: COVID-19: Confirmed Cases: To Date: Jalisco data is updated daily, averaging 86,289.000 Person from Feb 2020 (Median) to 17 Aug 2022, with 902 observations. The data reached an all-time high of 277,335.000 Person in 17 Aug 2022 and a record low of 0.000 Person in 13 Mar 2020. Mexico SALUD: COVID-19: Confirmed Cases: To Date: Jalisco data remains active status in CEIC and is reported by Ministry of Health. The data is categorized under High Frequency Database’s Disease Outbreaks – Table MX.D001: Ministry of Health: Coronavirus Disease 2019 (COVID-2019) (Discontinued). Current day data is released daily between 7PM and 11PM Mexico City Time. Weekend data are updated following Monday morning, Hong Kong Time. Number of Confirmed Cases are based on the state where it is reported.

  12. M

    Mexico Total Covid cases per million people, March, 2023 - data, chart |...

    • theglobaleconomy.com
    csv, excel, xml
    Updated Mar 15, 2023
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Globalen LLC (2023). Mexico Total Covid cases per million people, March, 2023 - data, chart | TheGlobalEconomy.com [Dataset]. www.theglobaleconomy.com/Mexico/covid_cases_per_million/
    Explore at:
    excel, xml, csvAvailable download formats
    Dataset updated
    Mar 15, 2023
    Dataset authored and provided by
    Globalen LLC
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Feb 29, 2020 - Mar 31, 2023
    Area covered
    Mexico
    Description

    Total Covid cases per million people in Mexico, March, 2023 The most recent value is 59148 cases per million as of March 2023, an increase compared to the previous value of 58535 cases per million. Historically, the average for Mexico from February 2020 to March 2023 is 29120 cases per million. The minimum of 0 cases per million was recorded in February 2020, while the maximum of 59148 cases per million was reached in March 2023. | TheGlobalEconomy.com

  13. M

    Mexico SALUD: COVID-19: No. of Deaths: To Date: Mexico City

    • ceicdata.com
    Updated Mar 15, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    CEICdata.com (2019). Mexico SALUD: COVID-19: No. of Deaths: To Date: Mexico City [Dataset]. https://www.ceicdata.com/en/mexico/ministry-of-health-coronavirus-disease-2019-covid2019/salud-covid19-no-of-deaths-to-date-mexico-city
    Explore at:
    Dataset updated
    Mar 15, 2019
    Dataset provided by
    CEICdata.com
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Oct 10, 2022 - Oct 21, 2022
    Area covered
    Mexico
    Description

    SALUD: COVID-19: No. of Deaths: To Date: Mexico City data was reported at 57,231.000 Person in 24 Oct 2022. This stayed constant from the previous number of 57,231.000 Person for 23 Oct 2022. SALUD: COVID-19: No. of Deaths: To Date: Mexico City data is updated daily, averaging 44,419.500 Person from Feb 2020 (Median) to 24 Oct 2022, with 970 observations. The data reached an all-time high of 57,231.000 Person in 24 Oct 2022 and a record low of 0.000 Person in 18 Mar 2020. SALUD: COVID-19: No. of Deaths: To Date: Mexico City data remains active status in CEIC and is reported by Ministry of Health. The data is categorized under High Frequency Database’s Disease Outbreaks – Table MX.D001: Ministry of Health: Coronavirus Disease 2019 (COVID-2019) (Discontinued). Current day data is released daily between 7PM and 11PM Mexico City Time. Weekend data are updated following Monday morning, Hong Kong Time. Number of Deaths are based on the state where it is reported.

  14. COVID-19 clinical studies in Mexico 2025, by phase

    • statista.com
    Updated Jul 10, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). COVID-19 clinical studies in Mexico 2025, by phase [Dataset]. https://www.statista.com/statistics/1203597/mexico-covid-19-clinical-trials-phase/
    Explore at:
    Dataset updated
    Jul 10, 2025
    Dataset authored and provided by
    Statistahttp://statista.com/
    Time period covered
    Feb 13, 2025
    Area covered
    Mexico
    Description

    As of February 2025, a total of ** clinical studies targeting COVID-19 in Mexico were in phase *. Meanwhile, ***** COVID-19 clinical trials were in early phase * in the North American country. As of June 3, 2022, there were over ***** drugs and vaccines in development targeting the coronavirus disease (COVID-19) worldwide.

  15. Features extracted for all the analyses by state used to predict the...

    • plos.figshare.com
    • datasetcatalog.nlm.nih.gov
    xls
    Updated May 31, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Ricardo Ramírez-Aldana; Juan Carlos Gomez-Verjan; Omar Yaxmehen Bello-Chavolla; Carmen García-Peña (2023). Features extracted for all the analyses by state used to predict the mortality risk from COVID-19 among tested individuals in Mexico. [Dataset]. http://doi.org/10.1371/journal.pone.0254884.t001
    Explore at:
    xlsAvailable download formats
    Dataset updated
    May 31, 2023
    Dataset provided by
    PLOShttp://plos.org/
    Authors
    Ricardo Ramírez-Aldana; Juan Carlos Gomez-Verjan; Omar Yaxmehen Bello-Chavolla; Carmen García-Peña
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    Mexico
    Description

    Features extracted for all the analyses by state used to predict the mortality risk from COVID-19 among tested individuals in Mexico.

  16. M

    Mexico WHO: COVID-2019: No of Patients: Death: To-Date: Mexico

    • ceicdata.com
    Updated Feb 15, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    CEICdata.com (2019). Mexico WHO: COVID-2019: No of Patients: Death: To-Date: Mexico [Dataset]. https://www.ceicdata.com/en/mexico/world-health-organization-coronavirus-disease-2019-covid2019-by-country-and-region/who-covid2019-no-of-patients-death-todate-mexico
    Explore at:
    Dataset updated
    Feb 15, 2019
    Dataset provided by
    CEICdata.com
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Dec 13, 2023 - Dec 24, 2023
    Area covered
    Mexico
    Description

    WHO: COVID-2019: Number of Patients: Death: To-Date: Mexico data was reported at 334,947.000 Person in 24 Dec 2023. This stayed constant from the previous number of 334,947.000 Person for 23 Dec 2023. WHO: COVID-2019: Number of Patients: Death: To-Date: Mexico data is updated daily, averaging 308,304.000 Person from Feb 2020 (Median) to 24 Dec 2023, with 1403 observations. The data reached an all-time high of 334,947.000 Person in 24 Dec 2023 and a record low of 0.000 Person in 19 Mar 2020. WHO: COVID-2019: Number of Patients: Death: To-Date: Mexico data remains active status in CEIC and is reported by World Health Organization. The data is categorized under High Frequency Database’s Disease Outbreaks – Table WHO.D002: World Health Organization: Coronavirus Disease 2019 (COVID-2019): by Country and Region (Discontinued).

  17. Encuesta Nacional sobre los Efectos del COVID-19 en el Bienestar de los...

    • zenodo.org
    bin, csv, pdf
    Updated Jul 19, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Graciela Teruel Belismelis; Graciela Teruel Belismelis; Víctor Hugo Pérez Hernández; Víctor Hugo Pérez Hernández; Pablo Gaitán-Rossi; Pablo Gaitán-Rossi; Emilio López Escobar; Emilio López Escobar; Mireya Vilar-Compte; Mireya Vilar-Compte; Manuel Triano Enríquez; Manuel Triano Enríquez; Alan Martín Hernández Solano; Alan Martín Hernández Solano (2024). Encuesta Nacional sobre los Efectos del COVID-19 en el Bienestar de los Hogares Mexicanos (ENCOVID-19-ABRIL) [Dataset]. http://doi.org/10.5281/zenodo.3950528
    Explore at:
    pdf, bin, csvAvailable download formats
    Dataset updated
    Jul 19, 2024
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Graciela Teruel Belismelis; Graciela Teruel Belismelis; Víctor Hugo Pérez Hernández; Víctor Hugo Pérez Hernández; Pablo Gaitán-Rossi; Pablo Gaitán-Rossi; Emilio López Escobar; Emilio López Escobar; Mireya Vilar-Compte; Mireya Vilar-Compte; Manuel Triano Enríquez; Manuel Triano Enríquez; Alan Martín Hernández Solano; Alan Martín Hernández Solano
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Amid the COVID-19 outbreak, the ENCOVID-19 provides information on the well-being of Mexican households in four main domains: labor, income, mental health, and food insecurity. It offers timely information to understand the social consequences of the pandemic and the lockdown measures. It is a project consisting of a series of cross-sectional telephone surveys collected once a month for one year. In addition to the four main domains and a set of COVID19-related questions, the survey includes new key indicators every month to capture the impact of the pandemic on issues like education, social programs, and crime. This is the first dataset of the project, corresponding to April 2020, collected one month after the lockdown began in Mexico.

  18. M

    Mexico New deaths from Covid during a month, March, 2023 - data, chart |...

    • theglobaleconomy.com
    csv, excel, xml
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Globalen LLC, Mexico New deaths from Covid during a month, March, 2023 - data, chart | TheGlobalEconomy.com [Dataset]. www.theglobaleconomy.com/Mexico/covid_new_deaths/
    Explore at:
    csv, xml, excelAvailable download formats
    Dataset authored and provided by
    Globalen LLC
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Feb 29, 2020 - Mar 31, 2023
    Area covered
    Mexico
    Description

    New deaths from Covid during a month in Mexico, March, 2023 The most recent value is 364 new deaths from Covid as of March 2023, a decline compared to the previous value of 554 new deaths from Covid. Historically, the average for Mexico from February 2020 to March 2023 is 8777 new deaths from Covid. The minimum of 0 new deaths from Covid was recorded in February 2020, while the maximum of 38568 new deaths from Covid was reached in January 2021. | TheGlobalEconomy.com

  19. n

    COVID-19 in Mexico: Perception and knowledge of the pandemic in the Mexican...

    • narcis.nl
    • data.mendeley.com
    Updated Jun 10, 2021
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    García-Vielma, C (via Mendeley Data) (2021). COVID-19 in Mexico: Perception and knowledge of the pandemic in the Mexican population through the application of online surveys: SURVEY 1 [Dataset]. http://doi.org/10.17632/rsxmjkhtf9.4
    Explore at:
    Dataset updated
    Jun 10, 2021
    Dataset provided by
    Data Archiving and Networked Services (DANS)
    Authors
    García-Vielma, C (via Mendeley Data)
    Description

    This is the survey through which the data was collected to know the perception of the Mexican population during the mandatory quarantine during phase 2 of the COVID-19 pandemic, in the month of April 2020. Incudes: General data , Knowledge of the virus , Current health status , Work status , Economy , Emotional state and Media (relationship of images with emotions perception).

  20. d

    Data from: Entendamos el COVID-19 en México

    • search.dataone.org
    • dataverse.harvard.edu
    Updated Nov 22, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Miramontes, Octavio (2023). Entendamos el COVID-19 en México [Dataset]. http://doi.org/10.7910/DVN/NIQSPX
    Explore at:
    Dataset updated
    Nov 22, 2023
    Dataset provided by
    Harvard Dataverse
    Authors
    Miramontes, Octavio
    Description

    En el presente trabajo se acompañan los datos diarios de la epidemia COVID-19 en México. Para ello se discute uno de los modelos epidemiológico más básicos y se muestra como puede ser resuelto para analizar las cifras oficiales de los casos positivos identificados en la República Mexicana. Esto permite explorar la dinámica de las predicciones de su evolución, en un corto plazo. Adicionalmente, se explican los conceptos epidemiológicos más básicos y se hace énfasis en mostrar las herramientas computacionales que se requieren para ello.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Statista (2025). COVID-19 cases and deaths in Mexico 2025 [Dataset]. https://www.statista.com/statistics/1107063/mexico-covid-19-cases-deaths/
Organization logo

COVID-19 cases and deaths in Mexico 2025

Explore at:
Dataset updated
Jun 5, 2025
Dataset authored and provided by
Statistahttp://statista.com/
Time period covered
Mar 1, 2020 - May 11, 2025
Area covered
Mexico
Description

The first case of COVID-19 in Mexico was detected on March 1, 2020. By the end of the year, the total number of confirmed infections had surpassed 1.4 million. Meanwhile, the number of deaths related to the disease was nearing 148,000. On May 11, 2025, the number of cases recorded had reached 7.6 million, while the number of deaths amounted to around 335,000. The relevance of the Omicron variant Omicron, a highly contagious COVID-19 variant, was declared of concern by the World Health Organization (WHO) at the end of November 2021. As the pandemic unfolded, it became the variant with the highest share of COVID-19 cases in the world. In Latin America, countries such as Colombia, Argentina, Brazil, and Mexico were strongly affected. In fact, by 2023 nearly all analyzed sequences within these countries corresponded to an Omicron subvariant. Beyond a health crisis As the COVID-19 pandemic progressed worldwide, the respiratory disease caused by the virus SARS-CoV-2 virus first detected in Wuhan brought considerable economic consequences for countries and households. While Mexico’s gross domestic product (GDP) in current prices declined in 2020 compared to the previous year, a survey conducted among adults during the first months of 2021 showed COVID-19 impacted families mainly through finances and employment, with around one third of households in Mexico reporting an income reduction and the same proportion having at least one household member suffering from the disease.Find the most up-to-date information about the coronavirus pandemic in the world under Statista’s COVID-19 facts and figures site.

Search
Clear search
Close search
Google apps
Main menu