Skip to content

Commit

Permalink
Update _dataset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rmj3197 committed Sep 23, 2024
1 parent 92364f8 commit 4209cc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MDDC/datasets/_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def load_statin101_data(desc=False, as_dataframe=True):
Examples
--------
>>> from MDDC.datasets import load_statin101_data
>>> statin49 = load_statin101_data()
>>> statin101 = load_statin101_data()
"""

if desc:
Expand Down Expand Up @@ -226,7 +226,7 @@ def load_betablocker500_data(desc=False, as_dataframe=True):
Examples
--------
>>> from MDDC.datasets import load_betablocker500_data
>>> statin49 = load_betablocker500_data()
>>> betablocker = load_betablocker500_data()
"""

if desc:
Expand Down Expand Up @@ -285,7 +285,7 @@ def load_sedative1000_data(desc=False, as_dataframe=True):
Examples
--------
>>> from MDDC.datasets import load_sedative1000_data
>>> statin49 = load_sedative1000_data()
>>> sedative = load_sedative1000_data()
"""

if desc:
Expand Down

0 comments on commit 4209cc4

Please sign in to comment.