Number of Novel Corona Virus 2019 cases in Japan
Dataset Description
1. Context
This dataset include the followings.
- Total number of cases in Japan
- The number of vaccinated people (New/experimental)
- The number of cases at prefecture level
- Metadata of each prefecture
Note that this does not include the cases in Diamond Princess cruise ship (Yokohama city, Kanagawa prefecture) and Costa Atlantica cruise ship (Nagasaki city, Nagasaki prefecture).
Before analysing the data, please refer to Kaggle notebook: EDA of Japan dataset and COVID-19: Government/JHU data in Japan.
The detailed explanation of the build process is discussed in Steps to build the dataset in Japan.
1.1 Total number of cases in Japan
covid_jpn_total.csv
Cumulative number of cases:
- PCR-tested / PCR-tested and positive
- with symptoms (to 08May2020) / without symptoms (to 08May2020) / unknown (to 08May2020)
- discharged
- fatal
The number of cases:
- requiring hospitalization (from 09May2020)
- hospitalized with mild symptoms (to 08May2020) / severe symptoms / unknown (to 08May2020)
- requiring hospitalization, but waiting in hotels or at home (to 08May2020)
In primary source, some variables were removed on 09May2020. Values are NA in this dataset from 09May2020.
Manually collected the data from Ministry of Health, Labour and Welfare HP:
厚生労働省 HP (in Japanese)
Ministry of Health, Labour and Welfare HP (in English)
The number of vaccinated people:
Vaccinated_1st: the number of vaccinated persons for the first time on the dateVaccinated_2nd: the number of vaccinated persons with the second dose on the dateVaccinated_3rd: the number of vaccinated persons with the third dose on the date
Data sources for vaccination:
1.2 The number of cases at prefecture level
covid_jpn_prefecture.csv
Cumulative number of cases:
- PCR-tested / PCR-tested and positive
- discharged
- fatal
The number of cases:
- requiring hospitalization (from 09May2020)
- hospitalized with severe symptoms (from 09May2020)
Using pdf-excel converter, manually collected the data from Ministry of Health, Labour and Welfare HP:
厚生労働省 HP (in Japanese)
Ministry of Health, Labour and Welfare HP (in English)
Note:
covid_jpn_prefecture.groupby("Date").sum() does not match covid_jpn_total.
When you analyze total data in Japan, please use covid_jpn_total data.
1.3 Metadata of each prefecture
covid_jpn_metadata.csv
-
Population (Total, Male, Female): 厚生労働省 厚生統計要覧(2017年度)第1-5表
-
Area (Total, Habitable): Wikipedia 都道府県の面積一覧 (2015)
-
Hospital_bed:
With the primary data of 厚生労働省 感染症指定医療機関の指定状況(平成31年4月1日現在), 厚生労働省 第二種感染症指定医療機関の指定状況(平成31年4月1日現在), 厚生労働省 医療施設動態調査(令和2年1月末概数), 厚生労働省 感染症指定医療機関について and secondary data of COVID-19 Japan 都道府県別 感染症病床数,- Specific: Hospital beds of medical institutions designated for specific infectious diseases
- Type-I: Hospital beds of medical institutions designated for type I infectious diseases
- Type-II: Hospital beds of medical institutions designated for type II infectious diseases
- Tuberculosis: Hospital beds of medical institutions designated for tuberculosis (outpatient care)
- Care: long term care bed of hospitals
- Total: Beds of all hospitals
-
Clinic_bed:
With the primary data of 医療施設動態調査(令和2年1月末概数) ,- Care: long term care beds of clinics
- Total: Beds of all clinics
-
Location: Data is from LinkData 都道府県庁所在地 (Public Domain) (secondary data).
- Latitude
- Longitude
-
Admin
- Capital: Prefectural capital city. Data is from LinkData 都道府県庁所在地 (Public Domain) (secondary data).
- Region: Region name. Data is from WIkipedia (secondary data). "Kyushu-Okinawa region" was separated to "Kyushu" and "Okinawa" by this datasets' author.
- Num: Prefecture code (JIS X 0401: Hokkaido=1,...Okinawa=47). Data is from 国土交通省 GIS HP Pref code. cf. (not source) Japan VIsitor: Japan Prefectures Map.
2. Acknowledgements
To create this dataset, edited and transformed data of the following sites was used.
厚生労働省 Ministry of Health, Labour and Welfare, Japan:
厚生労働省 HP (in Japanese)
Ministry of Health, Labour and Welfare HP (in English)
厚生労働省 HP 利用規約・リンク・著作権等 CC BY 4.0 (in Japanese)
国土交通省 Ministry of Land, Infrastructure, Transport and Tourism, Japan:
国土交通省 HP (in Japanese)
国土交通省 HP (in English)
国土交通省 HP 利用規約・リンク・著作権等 CC BY 4.0 (in Japanese)
Code for Japan / COVID-19 Japan:
Code for Japan
COVID-19 Japan Dashboard (CC BY 4.0)
COVID-19 Japan 都道府県別 感染症病床数 (CC BY)
Wikipedia:
Wikipedia
LinkData:
LinkData (Public Domain)
3. Inspiration
- Changes in number of cases over time
- Percentage of patients without symptoms / mild or severe symptoms
- What to do next to prevent outbreak
License and how to cite
Kindly cite this dataset under CC BY-4.0 license as follows.
- Hirokazu Takaya (2020-2022), COVID-19 dataset in Japan, GitHub repository,
Related Datasets
-
COVID-19 In India
@kaggle