COVID数据集
记录COVID-19病例在0-239天内的感染时间、位置、年龄、并发症和结果等表格数据。
基本信息
资源简介
该数据集包含所有COVID-19病例在0-239天内的详细信息,包括感染时间、报告时间、位置、年龄、并发症及结果等,以表格形式呈现,用于流行病学分析和病例特征研究。
下载信息
注册下载
Tips: 该数据集需要在对应的数据源网站注册通过后,才能进行数据下载,注册有对应要求,或者需要收费。
暂未开放公开下载
Tips: 该数据集属于公开下载,应该可以免费公开下载。
免登录有偿下载
Tips: 该数据集 Qianfanghub 可以协助提供有偿下载服务,注意,服务不针对数据相关产权,只是技术服务费。
提供高速下载与技术交付服务(收技术服务费,非数据销售)
暂未开放千方医数集,医疗数据集部分,是为社区服务的公开医疗数据集搜索引擎,并不存储或者下载原始的任何数据。 如果您有其他医疗数据需求,可以和客服联系,或者下工单。我们有强大的三甲医疗机构帮助您提供个性化的医疗数据定制、采集、标注服务。
使用方式
数据集获取
git clone https://github.com/Poincare057/Mathrix_Segfault_Dataset.git
curl -L -o repo.zip https://github.com/Poincare057/Mathrix_Segfault_Dataset/archive/refs/heads/main.zip
unzip repo.zip
源站 README 摘录(使用方式)
Mathrix_Segfault_Dataset
The folder Mathrix Segfault consists of the following scripts:
Pandemic_Model.py: Runs an isotropic diffusion model for population growth to simulate a 20x20 sq km city’‘s population. After that, it runs a diffusion with random coefficients at each
time step to simulate a pandemic over 240 days. The numpy arrays cases(22, 22, 240), tot_cases(22, 22, 240) (for these i,j,t where 1 <= i, j <= 20 matter) and tot_pop(20, 20, 240)
(only tot_pop[i][j][k] k > 230 actually matters) are used in the main script Data_Generation_Script.py. Most of the other functions (plot_tot_cases, net_cases, etc. ) are auxiliary,
generating heatmaps, looking at aggregates and debugging. (Anand Balivada)
blood_pressure.py: Has the function bloodpressure(age). A function of age, this gives the probability of having blood pressure. It is NOT a probability distribution, but a collection of
probabilities whose sum isn’‘t significant. (Param Nayar)
DiabDSv2-DDS.csv: This gives the probability of diabetes. It is similar to bloodpressure(age), except for a different comorbidity (Diabetes),
but isn’'t a function; a list of values. (Pragadeeshwar Kannan)
ProbabilityWRTAge.py: The function probabilityByAge(mu) is a probability distribution over age of covid patients, returning a list indexed by age. At any age A this gives the
proportion of cases where the patients are of age A. It is a Gaussian; sums to 1. (Harsh Modani)
Data_Generation_Script.py: The function deathval(x) gives the probability that a covid patient of age x dies of the disease (Dhanush Srikanth).
The list resp is a normalized histogram of respiratory illnesses in covid patients, by age. (Krishna Singh) On dividing a value of this list by the respective probabilityByAge(mu)[age], one gets a probability similar to what is returned in bloopressure(age).
This script distributes the number of new cases (Pandemic_Model.cases[i][j][t]) in an area by age, and assigns comorbidities and outcomes. Each entry [Time of infection, Time of reporting,
x location, y location, Age, Diabetes, Respiratory, Blood Pressure, Outcome] is added to the file COVID_Dataset.csv, which thus forms a dataset of all COVID cases over days 0-239.
The file Population.csv consists of the population at each x,y, where 1<=x, y<=20. Since Each (x,y) represents the center of a 1 square kilometer region, averaging the population values
a
数据加载示例(表格/文本类)
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))
精度瓶颈?数据缺失?
当前公开数据无法满足您的算法精度?千方提供针对 新型冠状病毒肺炎 的高质量、多模态真实临床数据定制解决方案。




