https://github.com/mit-lcp/physionet
A collection of tools for working with the PhysioNet repository.
https://github.com/mit-lcp/physionet
Last synced: about 1 year ago
JSON representation
A collection of tools for working with the PhysioNet repository.
- Host: GitHub
- URL: https://github.com/mit-lcp/physionet
- Owner: MIT-LCP
- License: mit
- Created: 2016-02-06T17:01:28.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-06-11T23:03:19.000Z (about 3 years ago)
- Last Synced: 2025-03-17T19:55:38.695Z (over 1 year ago)
- Language: Python
- Homepage: http://physionet.org/
- Size: 10.7 KB
- Stars: 70
- Watchers: 22
- Forks: 17
- Open Issues: 97
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PhysioNet
A collection of tools for working with the [PhysioNet](http://physionet.org/) repository.
## Installation
```bash
pip install physionet
```
## Usage
```python
import physionet as pn
# Download a dataset
pn.download('ptbdb', 'data/ptbdb')
# List all datasets
pn.list_datasets()
```