Recent Releases of clinicaltrials-downloader
clinicaltrials-downloader - v0.0.2
Full Changelog: https://github.com/cthoyt/clinicaltrials-downloader/compare/v0.0.1...v0.0.2
- Add slim data getter
- Fix bug in field picker
- Python
Published by cthoyt about 1 year ago
clinicaltrials-downloader - v0.0.1 - Initial Release
The first release of clinicaltrials_downloader has two main functionalities:
Get all studies, with all fields
This is an exhaustive function
```python from clinicaltrialsdownloader import getstudies
studies = get_studies() ```
Interact with the API yourself
```python from clinicaltrialsdownloader import iteratedownload_studies
for study in iteratedownloadstudies(fields=["NCTId", "BriefTitle", ...]): ... ```
- Python
Published by cthoyt about 1 year ago