--- license: cc-by-4.0 task_categories: - tabular-classification language: - en tags: - healthcare - prostate-cancer - oncology - psa-screening - late-presentation - sub-saharan-africa - lmic pretty_name: "Prostate Cancer (PSA, Staging, Treatment Access, Survival)" size_categories: - 10K Validation Report

Key validation checks: - **2yr mortality gradient**: 40% → 67% → 77% ✓ - **Stage IV**: 42% → 55% → 61% ✓ - **No treatment**: 12% → 29% → 57% ✓ - **PSA access**: 80% → 79% → 0% ✓ - **Late presentation dominant** ✓ - **Referral gap** significant ✓ ## 5. Usage ```python from datasets import load_dataset dataset = load_dataset("electricsheepafrica/prostate-cancer", "district_hospital") df = dataset["train"].to_pandas() ``` ## 6. Limitations - **Simulated**: Not from real cancer registries. - **No genomic data**: No BRCA/DNA repair markers. - **Simplified staging**: No detailed TNM. - **No longitudinal PSA**: No serial measurements. - **2-year outcome only**: No 5/10-year survival. ## 7. References 1. PMC (2022). PCa screening/diagnosis/treatment in SSA. 2. PMC (2023). Public awareness PCa screening South Africa. 3. BJUI (2024). Global viewpoints PCa in SSA. 4. PMC (2021). PCa survival SSA by stage. 5. PubMed (2023). PCa management barriers in SSA. 6. PubMed (2018). Radiotherapy PCa Ghana. 7. PubMed (2024). Radiotherapy access barriers SSA. ## Citation ```bibtex @dataset{esa_prostate_cancer_2025, title={Prostate Cancer Dataset}, author={Electric Sheep Africa}, year={2025}, publisher={Hugging Face}, url={https://huggingface.co/datasets/electricsheepafrica/prostate-cancer} } ``` ## License [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)