-
Notifications
You must be signed in to change notification settings - Fork 150
/
csv_labels_legend.json
38 lines (38 loc) · 1.58 KB
/
csv_labels_legend.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"id":"User ID",
"a":"Age (number)",
"covid_status":"Health status (e.g. : positive_mild, healthy,etc.)",
"record_date": "Date when the user recorded and submitted the samples",
"ep":"Proficient in English (y/n)",
"g":"Gender (male/female/other)" ,
"l_c":"Country",
"l_l":"Locality",
"l_s":"State",
"rU":"Returning User (y/n)",
"asthma":"Asthma (True/False)",
"cough":"Cough (True/False)",
"smoker":"Smoker (True/False)",
"test_status":"Status of COVID Test (p->Positive, n->Negative, na-> Not taken Test)",
"ht":"Hypertension (True/False)",
"cold":"Cold (True/False)",
"diabetes":"Diabetes (True/False)",
"diarrhoea":"Diarrheoa (True/False)",
"um":"Using Mask (y/n)",
"ihd":"Ischemic Heart Disease (True/False)",
"bd":"Breathing Difficulties (True/False)",
"st":"Sore Throat (True/False)",
"fever":"Fever (True/False)",
"ftg":"Fatigue (True/False)",
"mp":"Muscle Pain (True/False)",
"loss_of_smell":"Loss of Smell & Taste (True/False)",
"cld":"Chronic Lung Disease (True/False)",
"pneumonia":"Pneumonia (True/False)",
"ctScan":"CT-Scan (y/n if the user has taken a test)",
"testType":"Type of test (RAT/RT-PCR)",
"test_date":"Date of COVID Test (if taken)",
"vacc":"Vaccination status (y->both doses, p->one dose(partially vaccinated), n->no doses)",
"ctDate":"Date of CT-Scan",
"ctScore":"CT-Score",
"others_resp":"Respiratory illnesses other than the listed ones (True/False)",
"others_preexist":"Pre-existing conditions other than the listed ones (True/False)"
}