Datasets:

Modalities:
Tabular
Text
Formats:
parquet
License:
tkbarb10 commited on
Commit
5bfc700
·
verified ·
1 Parent(s): 5565425

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -40
README.md CHANGED
@@ -1,40 +1,34 @@
1
- ---
2
- license: other
3
- license_name: physionet-credentialed-health-data-1.5.0
4
- license_link: https://physionet.org/content/mimiciv/view-license/3.1/
5
- pretty_name: ADS599 Capstone Modeling Data — Empty Patient State
6
- dataset_info:
7
- config_name: empty_patient_state
8
- features:
9
- - name: subject_id
10
- dtype: int64
11
- - name: ed_stay_id
12
- dtype: int64
13
- - name: hadm_id
14
- dtype: float64
15
- - name: time_steps
16
- dtype: int64
17
- splits:
18
- - name: empty_patient_state
19
- num_bytes: 4324549602
20
- num_examples: 134616330
21
- download_size: 11217914
22
- dataset_size: 4324549602
23
- configs:
24
- - config_name: empty_patient_state
25
- data_files:
26
- - split: empty_patient_state
27
- path: patient_state/*.parquet
28
- ---
29
-
30
- # Empty Patient State
31
-
32
- Empty data frame for patient state. Subject_id, ed_stay_id and hadm_id are retained for identification. A row is added for each 10 min time block for that unique stay
33
-
34
- **License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/
35
-
36
- ## empty_patient_state
37
-
38
- Empty data frame for patient state. Subject_id, ed_stay_id and hadm_id are retained for identification. A row is added for each 10 min time block for that unique stay
39
-
40
- **License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/
 
1
+ ---
2
+ license: other
3
+ license_name: physionet-credentialed-health-data-1.5.0
4
+ license_link: https://physionet.org/content/mimiciv/view-license/3.1/
5
+ pretty_name: ADS599 Capstone Modeling Data — Empty Patient State
6
+ dataset_info:
7
+ config_name: empty_patient_state
8
+ features:
9
+ - name: subject_id
10
+ dtype: int64
11
+ - name: ed_stay_id
12
+ dtype: int64
13
+ - name: hadm_id
14
+ dtype: float64
15
+ - name: time_steps
16
+ dtype: int64
17
+ splits:
18
+ - name: empty_patient_state
19
+ num_bytes: 4324549602
20
+ num_examples: 134616330
21
+ download_size: 11217914
22
+ dataset_size: 4324549602
23
+ configs:
24
+ - config_name: empty_patient_state
25
+ data_files:
26
+ - split: empty_patient_state
27
+ path: patient_state/*.parquet
28
+ ---
29
+
30
+ ## empty_patient_state
31
+
32
+ Empty data frame for patient state. Subject_id, ed_stay_id and hadm_id are retained for identification. A row is added for each 10 min time block for that unique stay
33
+
34
+ **License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/