Datasets:

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

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -24,10 +24,16 @@ configs:
24
  - config_name: empty_patient_state
25
  data_files:
26
  - split: empty_patient_state
27
- path: patient_state/empty_patient_state-*
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
 
 
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