COVID-19疫情时空数据集
全球多尺度COVID-19疫情时空数据集,包含三个尺度的新增和累计确诊病例、治愈、死亡统计表格数据。
基本信息
资源简介
该数据集提供从2019年12月31日至疫情结束期间的全球多尺度新型冠状病毒(COVID-19)疫情时空数据,包括全球、全国(省级)和全国(地级市)三个尺度,每个尺度包含新增确诊病例、新增治愈病例、新增死亡病例、总确诊病例、总治愈病例和总死亡病例六个文本文件,以表格形式存储,适用于流行病学统计与分析。
下载信息
注册下载
Tips: 该数据集需要在对应的数据源网站注册通过后,才能进行数据下载,注册有对应要求,或者需要收费。
暂未开放公开下载
Tips: 该数据集属于公开下载,应该可以免费公开下载。
免登录有偿下载
Tips: 该数据集 Qianfanghub 可以协助提供有偿下载服务,注意,服务不针对数据相关产权,只是技术服务费。
提供高速下载与技术交付服务(收技术服务费,非数据销售)
暂未开放千方医数集,医疗数据集部分,是为社区服务的公开医疗数据集搜索引擎,并不存储或者下载原始的任何数据。 如果您有其他医疗数据需求,可以和客服联系,或者下工单。我们有强大的三甲医疗机构帮助您提供个性化的医疗数据定制、采集、标注服务。
使用方式
数据集获取
git clone https://github.com/Estelle0217/COVID-19-Epidemic-Dataset.git
curl -L -o repo.zip https://github.com/Estelle0217/COVID-19-Epidemic-Dataset/archive/refs/heads/master.zip
unzip repo.zip
源站 README 摘录(使用方式)
COVID-19-Epidemic-Dataset
1. 数据介绍
COVID-19疫情时空数据集拟提供从2019年12月31日至疫情结束期间的全球多尺度新型冠状病毒(COVID-19)疫情的时空数据,旨在为广大科研工作者提供权威的、开放的和多尺度的COVID-19疫情信息,有助于服务全球科学家为本次疫情建言献策。<br>
该数据集包括三个尺度,即全球尺度、全国(省级)尺度和全国(地级市)尺度的统计数据。每个尺度下的统计数据包含六个文本文件,即新增确诊病例、新增治愈病例、新增死亡病例、总确诊病例、总治愈病例和总死亡病例。<br>
2. 数据来源
COVID-19全球疫情数据(中国以外)来源于人民网(中国十大权威互联网平台之一)。COVID-19中国(省和地级市)疫情数据来源于国家、省和自治区的卫生与健康委员会(简称卫健委)。该数据集拟每周更新。<br>
3. 制作团队
鲍君雅,中国地质大学(武汉)地理与信息工程学院研究生<br>
林浩,中国地质大学(武汉)地理与信息工程学院研究生<br>
周琪,中国地质大学(武汉)地理与信息工程学院副教授<br>
4. 联系我们
鲍君雅<br>
邮箱:estella970217@gmail.com<br>
<br>
<br>
<br>
1. Introduction
The COVID-19 Epidemic Spatio-Temporal Dataset intends to provide a multi-scale dataset of the novel coronavirus (COVID-19) epidemic data from December 31, 2019 to the end of the epidemic around the global. This dataset aims at providing authoritative, open and multi-scale COVID-19 epidemic information to scientists worldwide for providing suggestions for the epidemic.<br>
The COVID-19 epidemic dataset includes statistical data at three scales: global, provincial (only available for China), and prefectural (only China). Statistical data at each scale contains six text files, i.e. new confirmed cases, new recovered cases, new death cases, total confirmed cases, total recovered cases, and total death cases.<br>
2. Data Sources
COVID-19 global epidemic data (outside of China) comes from People’‘s Daily (one of Chinese top ten authoritative Internet platforms). COVID-19 Chinese epidemic data at provincial and prefecture-level cities are gathered from the National, Provincial and Autonomous Region’'s Health Commission (short as the Health Commission). This dataset is planned to be weekly updated.<br>
3. Production Team
Junya Bao, Graduate student, School of Geography and Information Engineering, China University of Geosciences (Wuhan)<br>
Hao Lin, Graduate student, School of Geography and Information Engineering, China University of Geosciences (Wuhan)<br>
Qi Zhou, Associate Professor, School of Geography and Information Engineering, China University of Geosciences (Wuhan)<br>
4. Contact Us
Junya Bao<br>
Email address:estella970217@gmail.com <br>
数据加载示例(表格/文本类)
import pandas as pd, glob, os
files = (glob.glob(os.path.join(path, "**", "*.csv"), recursive=True)
+ glob.glob(os.path.join(path, "**", "*.tsv"), recursive=True)
+ glob.glob(os.path.join(path, "**", "*.xlsx"), recursive=True))
print("数据文件:", files)
df = pd.read_csv(files[0])
print(df.shape); print(df.columns.tolist()); print(df.head(3))
精度瓶颈?数据缺失?
当前公开数据无法满足您的算法精度?千方提供针对 新型冠状病毒肺炎 的高质量、多模态真实临床数据定制解决方案。




