Baselight

COVID-19 World Vaccine Adverse Reactions

COVID-19 Vaccine Adverse Event Reporting System (2020-2024)

@kaggle.ayushggarg_covid19_vaccine_adverse_reactions

Loading...
Loading...

About this Dataset

COVID-19 World Vaccine Adverse Reactions

The Vaccine Adverse Event Reporting System (VAERS) was created by the Food and Drug Administration (FDA) and Centers for Disease Control and Prevention (CDC) to receive reports about adverse events that may be associated with vaccines. No prescription drug or biological product, such as a vaccine, is completely free from side effects. Vaccines protect many people from dangerous illnesses, but vaccines, like drugs, can cause side effects, a small percentage of which may be serious. VAERS is used to continually monitor reports to determine whether any vaccine or vaccine lot has a higher than expected rate of events.

Doctors and other vaccine providers are encouraged to report adverse events, even if they are not certain that the vaccination was the cause. Since it is difficult to distinguish a coincidental event from one truly caused by a vaccine, the VAERS database will contain events of both types.

This dataset is downloaded from VAERS datasets and processed (filtered) for only COVID-19 vaccines. For more details on the dataset refer to the User Guide.

Tables

Vaersdata

@kaggle.ayushggarg_covid19_vaccine_adverse_reactions.vaersdata
  • 331.57 MB
  • 1012894 rows
  • 35 columns
Loading...

CREATE TABLE vaersdata (
  "vaers_id" BIGINT,
  "recvdate" TIMESTAMP,
  "state" VARCHAR,
  "age_yrs" DOUBLE,
  "cage_yr" DOUBLE,
  "cage_mo" DOUBLE,
  "sex" VARCHAR,
  "rpt_date" TIMESTAMP,
  "symptom_text" VARCHAR,
  "died" VARCHAR,
  "datedied" TIMESTAMP,
  "l_threat" VARCHAR,
  "er_visit" VARCHAR,
  "hospital" VARCHAR,
  "hospdays" DOUBLE,
  "x_stay" VARCHAR,
  "disable" VARCHAR,
  "recovd" VARCHAR,
  "vax_date" TIMESTAMP,
  "onset_date" TIMESTAMP,
  "numdays" DOUBLE,
  "lab_data" VARCHAR,
  "v_adminby" VARCHAR,
  "v_fundby" VARCHAR,
  "other_meds" VARCHAR,
  "cur_ill" VARCHAR,
  "history" VARCHAR,
  "prior_vax" VARCHAR,
  "splttype" VARCHAR,
  "form_vers" BIGINT,
  "todays_date" TIMESTAMP,
  "birth_defect" VARCHAR,
  "ofc_visit" VARCHAR,
  "er_ed_visit" VARCHAR,
  "allergies" VARCHAR
);

Vaerssymptoms

@kaggle.ayushggarg_covid19_vaccine_adverse_reactions.vaerssymptoms
  • 16.12 MB
  • 1363171 rows
  • 11 columns
Loading...

CREATE TABLE vaerssymptoms (
  "vaers_id" BIGINT,
  "symptom1" VARCHAR,
  "symptomversion1" DOUBLE,
  "symptom2" VARCHAR,
  "symptomversion2" DOUBLE,
  "symptom3" VARCHAR,
  "symptomversion3" DOUBLE,
  "symptom4" VARCHAR,
  "symptomversion4" DOUBLE,
  "symptom5" VARCHAR,
  "symptomversion5" DOUBLE
);

Vaersvax

@kaggle.ayushggarg_covid19_vaccine_adverse_reactions.vaersvax
  • 8.61 MB
  • 1073516 rows
  • 8 columns
Loading...

CREATE TABLE vaersvax (
  "vaers_id" BIGINT,
  "vax_type" VARCHAR,
  "vax_manu" VARCHAR,
  "vax_lot" VARCHAR,
  "vax_dose_series" VARCHAR,
  "vax_route" VARCHAR,
  "vax_site" VARCHAR,
  "vax_name" VARCHAR
);

Share link

Anyone who has the link will be able to view this.