Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 462 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 462 Bytes

VAERS_Data_Scrubber

Scrubbed VAERS Covid-19 data into pandas dateframe.

NOTE: if pd.read_csv(filePath) throws an error, open the source .csv files, and save them. Doing this alleviates the bug, not sure why. Probably needs a specific encoding param.

https://vaers.hhs.gov/data.html

To run the script

  • Download/ fork repo
  • Download the files in the link
  • Check the package requirements at beginning of script
  • Update the file paths
  • Run the whole thing