A curated collection of medical and healthcare datasets for data analysis, clinical research, epidemiology, and education. Includes cancer data, chronic disease diagnostics, hospital management records, public health, statistics and more from Kaggle sources.
Project description
meddatasets
The meddatasets package provides a curated collection of medical and healthcare
datasets for data analysis, clinical research, epidemiology, and education in Python.
It includes cancer data, chronic disease diagnostics, hospital management records,
public health statistics, and more — sourced from Kaggle.
Installation
You can install the meddatasets package from PyPI:
pip install meddatasets
Usage
import meddatasets as md
# List all available datasets
datasets = md.list_datasets()
print(datasets)
# Load a specific dataset
df = md.load_dataset('breast_cancer')
print(df.head())
# Describe dataset
df_01 = md.describe('smoking_cancer_risk')
print(df_01)
📊 Some Available Datasets
| Dataset | Description |
|---|---|
breast_cancer |
Breast Cancer dataset derived from the Breast Cancer Wisconsin (Diagnostic) dataset. |
smoking_cancer_risk |
Smoking and cancer risk analysis dataset. |
covid_worldwide |
Dataset containing COVID-19 cases and deaths worldwide. |
water_pollution_disease |
Dataset containing data on water pollution and its impact on public health. |
Run
meddatasets.list_datasets()ormd.list_datasets()(usingmdas alias) to see the full list of available datasets.
Disclaimer
meddatasets is intended for educational and research purposes only.
The datasets provided should not be used for clinical diagnosis or medical
decision-making.
License
The meddatasets library is released under the MIT License, allowing free use for both commercial and non-commercial purposes.
See the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file meddatasets-0.1.0.tar.gz.
File metadata
- Download URL: meddatasets-0.1.0.tar.gz
- Upload date:
- Size: 870.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02c3ef480c1cf90e014c42d3b49e4086be40dc2f85fb58a5981ac4ca8bfa0725
|
|
| MD5 |
62b559f9dc651f9fc72f2cd146084325
|
|
| BLAKE2b-256 |
0025b51ba2991e9d7bc106ea61e991d3f1acac5081dcebc2c28e2e87a70c80d0
|
File details
Details for the file meddatasets-0.1.0-py3-none-any.whl.
File metadata
- Download URL: meddatasets-0.1.0-py3-none-any.whl
- Upload date:
- Size: 878.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b9997189632a712071e58c246410e841d47a5b6efbef42e54ae88e057d1ede9
|
|
| MD5 |
c82aa8d8b07b1326f20c1e1e5401631e
|
|
| BLAKE2b-256 |
a43c1821d908566a6cfa726d8e366a95b1ae8c2cce97c0eae75c809d24f8eca4
|