List Of Epidemics And Pandemics In World History
This is a list of the largest epidemics and pandemics by an infectious disease
@kaggle.rajkumarpandey02_list_of_epidemics_and_pandemics_in_wo_1c67a45f
This is a list of the largest epidemics and pandemics by an infectious disease
@kaggle.rajkumarpandey02_list_of_epidemics_and_pandemics_in_wo_1c67a45f
Widespread non-communicable diseases such as cardiovascular disease and cancer are not included. An epidemic is the rapid spread of disease to a large number of people in a given population within a short period of time; in meningococcal infections, an attack rate in excess of 15 cases per 100,000 people for two consecutive weeks is considered an epidemic. Due to the long time spans, the first plague pandemic (6th century – 8th century) and the second plague pandemic (14th century – early 19th century) are shown by individual outbreaks, such as the Plague of Justinian (first pandemic) and the Black Death (second pandemic).
Extant Epidemics are in boldface. For a given epidemic, the average of its estimated death toll range is used for ranking. If the death toll averages of two or more epidemics are equal, then the smaller the range, the higher the rank. For the historical records of major changes in the world population.
CREATE TABLE chronological_of_epidemic_and_pandemic_events_in_human_history (
"unnamed_0" BIGINT -- Unnamed: 0,
"event" VARCHAR,
"date" VARCHAR,
"location" VARCHAR,
"disease" VARCHAR,
"death_toll_estimate" VARCHAR -- Death Toll (estimate),
"ref" VARCHAR -- Ref.
);CREATE TABLE major_epidemics_and_pandemics (
"unnamed_0" BIGINT -- Unnamed: 0,
"rank" BIGINT,
"epidemics_pandemics" VARCHAR,
"disease" VARCHAR,
"death_toll" VARCHAR,
"global_population_lost" VARCHAR,
"regional_population_lost" VARCHAR,
"date" VARCHAR,
"location" VARCHAR
);Anyone who has the link will be able to view this.