Skip to content

arekmula/COVID_climate_impact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID19 - climate impact

Project for Data Science course @ Poznan University of Technology, Institute of Robotics and Machine Intelligence.

The goal of the project was to verify hypotheses about COVID-19:

  • Temperature has a big impact on COVID-19 reproduction.
    • This hypothesis should be checked using ANOVA test (Mean temperature per month and country vs Normalized reproduction coefficient per country and month).
  • There's a big difference in death ratio between different countries from Europe. This analysis should be done in 2 ways.
    • chi2 test (number of deaths vs number of confirmed cases)
    • ANOVA test (country vs death ratio per month)

Input data

Project requirements:

  • only one .py script
  • input files given by a relative path, directly from working directory
  • Python 3.8
  • see requirements.txt

About

COVID19 climate impact - Project for Data Science course @ Poznan University of Technology, Institute of Robotics and Machine Intelligence

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages