Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 991 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 991 Bytes

都道府県別の新型コロナデータアプリ

japancovid19map-fptjq8vdssb5kmxsmk3oka streamlit app_ 指定した期間の総感染者数の分布を表示するデータアプリケーションです。

Zenn記事

Install

Poetry

  1. Run poetry install
poetry install
  1. Run the application
poetry run python -m streamlit run main.py

Normal

  1. Install dependencies
pip install -r requirements.txt
  1. Run app
streamlit run main.py

その他

geojsonは国土交通省 国土地理院の 地球地図日本 で公開しているデータを加工して使用しています。 感染者数のデータはオープンデータ|厚生労働省から持ってきています。