This repository provides a code for visualizing confirmed cases of COVID-19.
-
How to use
- Download the map file from https://github.com/CSSEGISandData/COVID-20/tree/master/data_tables/JHU_USCountymap and place it in the map_path directory.
- Get any CSV file you want to visualize and put it in the csv_path directory.
- Please specify the column to be visualized as selected_col.
- Execute sh file.
-
Intro
- This code is designed to save images by date
- CSV file must have "dt," "Countyname," and "ST_Name" columns. dt column indicates the date time for each figure, and ST_name denotes the state's name.
-
Sample images