Created
January 7, 2023 15:55
-
-
Save cindyangelira/791cf362c472f9e71855a118cb6ecbc4 to your computer and use it in GitHub Desktop.
load SurvSet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Read Dialysis dataset from SurvSet.data | |
from SurvSet.data import SurvLoader | |
loader = SurvLoader() | |
df, ref = loader.load_dataset(ds_name='Dialysis').values() | |
df.to_csv('Dialysis.csv', index=False) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment