A collection of tools for working with the PhysioNet repository.
pip install physionet
import physionet as pn
# Download a dataset
pn.download('ptbdb', 'data/ptbdb')
# List all datasets
pn.list_datasets()
A collection of tools for working with the PhysioNet repository.
pip install physionet
import physionet as pn
# Download a dataset
pn.download('ptbdb', 'data/ptbdb')
# List all datasets
pn.list_datasets()