https://public.flourish.studio/visualisation/11812383/
- Python
- Flourish (No-code visualization service)
- pandas
- datefinder
- tqdm
- COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE)
- For confirmed covid data.
- Coronavirus Pandemic Data
- For continent data (for bar chart categories)
- countryflags
- For country flag urls
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.
- Slash
Taiwan*
VS.Taiwan
Mainland China
VS.China
South Korea
VS.Korea, South
- I decided to choose
Taiwan
,China
andSouth Korea
as the consistent name.
- 用 Python + Flourish 輕鬆搞定超酷的數據可視化
- Don’t Use Python OS Library Any More When Pathlib Can Do
- Pathlib is considered to be more advanced, convenient and provides more stunning features than the OS library.
- Pathlib vs. os.path.join in Python
- pathlib is the more modern way since Python 3.4.
- The documentation for pathlib says that "For low-level path manipulation on strings, you can also use the os.path module."
- Akshare 數據集