# # # # #  whas.h5  # # # # # 


# - - Description - - #

Worchester Heart Attack Study 


# - - Info - - #

<class 'pandas.core.frame.DataFrame'>
RangeIndex: 1638 entries, 0 to 1637
Data columns (total 8 columns):
 #   Column  Non-Null Count  Dtype  
---  ------  --------------  -----  
 0   0       1638 non-null   float32
 1   1       1638 non-null   float32
 2   2       1638 non-null   float32
 3   3       1638 non-null   float32
 4   4       1638 non-null   float32
 5   5       1638 non-null   float32
 6   event   1638 non-null   int32  
 7   time    1638 non-null   float32
dtypes: float32(7), int32(1)
memory usage: 51.3 KB



# - - Stats - - #

                 0            1            2            3            4            5        event         time
count  1638.000000  1638.000000  1638.000000  1638.000000  1638.000000  1638.000000  1638.000000  1638.000000
mean      0.166667    69.614166     0.421245    27.166206     0.333333     0.331502     0.421245  1045.219482
std       0.372792    13.836778     0.493910     5.551263     0.471548     0.470897     0.493910   642.520569
min       0.000000    31.000000     0.000000    13.045460     0.000000     0.000000     0.000000     0.112680
25%       0.000000    59.000000     0.000000    23.560049     0.000000     0.000000     0.000000   469.500000
50%       0.000000    72.000000     0.000000    26.449011     0.000000     0.000000     0.000000  1179.000000
75%       0.000000    80.000000     1.000000    30.455415     1.000000     1.000000     1.000000  1526.894043
max       1.000000   104.000000     1.000000    49.423710     1.000000     1.000000     1.000000  1999.000000


# - - Reference - - #

https://github.com/jaredleekatzman/DeepSurv/blob/master/experiments/data/whas/whas_train_test.h5