Skip to content

satk0/CSV-Data-Heat-Map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV-Data-Heat-Map

The really basic CSV Data to Heat Map Converter.

To run:

  1. pip install -r requirements.txt
  2. python -m src.gui.gui

Screenshots:

Covid-19 New Cases CSV Heat Map:

Covid-19 New Cases CSV Heat Map_1 Covid-19 New Cases CSV Heat Map_2 Covid-19 New Cases CSV Heat Map_3

You can easily navigate through the program and use zoom to focus on more important parts of data, while having a chance to choose aggregation methods, namely: Sum, Mean, Min, Max.

Analyzing the data, we could see that the peak of the COVID cases was in January 2022, while the most affected countries were Denmark, Czechia, Germany and Europe as a whole. This visualisation could be broken, but it is just "Proof Of Concept".

Of course, this app is just in completely beta-state. Honestly, it is not even beta. So be aware of a lot of bugs and untrustworthy functionality of the app.