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 date
Vaccinated_2nd
: the number of vaccinated persons with the second dose on the date
Vaccinated_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
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,