Skip to content

【Data Visualization】Visualize Covid data with Flourish

Notifications You must be signed in to change notification settings

jumpingchu/Covid-Data-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid-Data-Visualization

Live Demo

https://public.flourish.studio/visualisation/11812383/

Tutorial

Technologies

  • Python
  • Flourish (No-code visualization service)

Dependencies

  • pandas
  • datefinder
  • tqdm

Data

Notice

Column names inconsistency

  • Country_Region VS. Country/Region
  • I decided to choose Country_Region as the column name because:
    • Slash / has another meaning in math.
    • Using _ will allow me to select entire words faster by double click.

Country names inconsistency

  • Taiwan* VS. Taiwan
  • Mainland China VS. China
  • South Korea VS. Korea, South
  • I decided to choose Taiwan, China and South Korea as the consistent name.

References