Josalas16 / Information-Retrieval

Final Project Repository for Information Retrieval Course F2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Information-Retrieval

Final Project Repository for Information Retrieval Course F2020

covidClean.py

This project cleanses the covid dataset of all portions that are not required for the team's analysis. In order to run this program, ensure that you have the covid dataset within this files directory and that it is labelled as "covidData.csv". Alongsides that ensure that you have the following libraries installed via 'pip'

  • csv
  • os
  • re
  • sys
  • pandas

About

Final Project Repository for Information Retrieval Course F2020


Languages

Language:Jupyter Notebook 85.7%Language:Python 14.3%