Diff of /README.md [000000] .. [9b834b]

Switch to unified view

a b/README.md
1
<div class="sc-kdrUpr eZtUed"><div class="sc-UEtKG dGqiYy sc-hDzlxo bEIZRR"><div class="sc-fqwslf gsqkEc"><div class="sc-cBQMlg kAHhUk"><h2 class="sc-dcKlJK sc-cVttbi gqEuPW ksnHgj">About Dataset</h2></div></div></div><div class="sc-fHzVOS cUYeeo"><div class="sc-davvxH nUNNB"><div style="min-height: 80px;"><div class="sc-etVRix jqYJaa sc-jCNfQM igJSrG"><p>Dataset Column Descriptions:</p>
2
<ol>
3
<li><p>id:<br>
4
Type: Integer<br>
5
Description: Unique identifier for each row in the dataset.</p></li>
6
<li><p>disease_name:<br>
7
Type: Categorical<br>
8
Description: The name of the disease (e.g., "Tuberculosis", "Pneumonia", "COPD", etc.).</p></li>
9
<li><p>type:<br>
10
Type: Categorical<br>
11
Description: Indicates whether the disease is Communicable, Non-communicable, or Water-borne.</p></li>
12
<li><p>symptoms:<br>
13
Type: Categorical (Multi-value Text)<br>
14
Description: A list of symptoms associated with the disease (e.g., "Cough, fever, difficulty breathing").</p></li>
15
<li><p>causes:<br>
16
Type: Categorical (Multi-value Text)<br>
17
Description: The cause of the disease (e.g., "Mycobacterium tuberculosis bacteria", "Smoking, genetic factors").</p></li>
18
<li><p>transmission_mode:<br>
19
Type: Categorical<br>
20
Description: The method by which the disease spreads (e.g., "Airborne", "Contaminated water"). May be None for non-communicable diseases.</p></li>
21
<li><p>treatment:<br>
22
Type: Categorical (Text)<br>
23
Description: Treatment options for the disease (e.g., "Antibiotics", "Bronchodilators, steroids").</p></li>
24
<li><p>prevention:<br>
25
Type: Categorical (Text)<br>
26
Description: Prevention methods to reduce the likelihood of contracting the disease (e.g., "Vaccination, good hygiene", "Avoid smoking").</p></li>
27
<li><p>heart_rate:<br>
28
Type: Numerical (Float)<br>
29
Description: The patient's heart rate in beats per minute (BPM), recorded during the infection.</p></li>
30
<li><p>blood_pressure:<br>
31
Type: Numerical (Text: "Systolic/Diastolic")<br>
32
Description: The patient's blood pressure measurement, represented as systolic/diastolic (e.g., "120/80").</p></li>
33
<li><p>fever:<br>
34
Type: Categorical (Binary: 0 or 1)<br>
35
Description: Whether the patient has a fever (1 = Yes, 0 = No).</p></li>
36
<li><p>body_temperature:<br>
37
Type: Numerical (Float)<br>
38
Description: The patient's body temperature in degrees Celsius.</p></li>
39
<li><p>duration_of_infection:<br>
40
Type: Numerical (Integer)<br>
41
Description: Duration of the infection in days.</p></li>
42
</ol>
43
<p>Special Case (No Infection)</p>
44
<ol>
45
<li>infection_status:<br>
46
Type: Categorical (Binary: "Infected" or "No infection")<br>
47
Description: Indicates whether the patient has an active infection or no infection at the time of data collection.</li>
48
</ol></div></div></div>