Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

csv_labels_legend.json 1.6 KB

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

Press p or to see the previous file or, n or to see the next file

Comments

Loading...