Updated

Primary tumor

This is a dataset about primary tumors in people. Locations of primary tumors are locations in body where the tumor first appeared and from there started to metastasize to other parts of the body. ...

API Access

Access dataset files directly from scripts, code, or AI agents.

Browse dataset files
Dataset Files

Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.

/core/primary-tumor/
https://datahub.io/core/primary-tumor/_r/-/README.md
https://datahub.io/core/primary-tumor/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/primary-tumor/_r/-/data/primary-tumor.csv
https://datahub.io/core/primary-tumor/_r/-/datapackage.json
Key Files

Start with these files — they give you everything you need to understand and access the dataset.

datapackage.jsonmetadata & schema
https://datahub.io/core/primary-tumor/_r/-/datapackage.json
README.mddocumentation
https://datahub.io/core/primary-tumor/_r/-/README.md
Typical Usage
  1. 1. Fetch datapackage.json to inspect schema and resources
  2. 2. Download data resources listed in datapackage.json
  3. 3. Read README.md for full context

Data Previews

primary-tumor

Loading data...

Schema

nametypeformatdescription
agestringdefault<30, 30-59, >=60
sexstringdefaultfemale, male
histologic-typestringdefaultepidermoid, adeno, anaplastic
degree-of-diffestringdefaultwell, fairly, poorly
bonebooleandefault
bone-marrowbooleandefault
lungbooleandefault
pleurabooleandefault
peritoneumbooleandefault
liverbooleandefault
brainbooleandefault
skinbooleandefault
neckbooleandefault
supraclavicularbooleandefault
axillarbooleandefault
mediastinumbooleandefault
abdominalbooleandefault
classstringdefaultlung, head & neck, esophasus, thyroid, stomach, duoden & sm.int, colon, rectum, anus, salivary glands, pancreas, gallblader, liver, kidney, bladder, testis, prostate, ovary, corpus uteri, cervix uteri, vagina, breast

Data Files

FileDescriptionSizeLast modifiedDownload
primary-tumor
36.2 kBabout 2 months ago
primary-tumor
FilesSizeFormatCreatedUpdatedLicenseSource
136.2 kBcsvabout 2 months agoOpenML - Primary tumor

badge

This is a dataset about primary tumors in people. Locations of primary tumors are locations in body where the tumor first appeared and from there started to metastasize to other parts of the body.

Data

This dataset was found on OpenML - primary-tumor

This primary tumor domain was obtained from the University Medical Centre, Institute of Oncology, Ljubljana, Yugoslavia. Thanks go to M. Zwitter and M. Soklic for providing the data. _Please include this citation if you plan to use this database.

Data is located in directory data

data/primary-tumor.csv

Preparation

To get our output data several things are done to input data:

  • missing values marked with "?" are replaced with ""(empty space)
  • all " are removed
  • all ' are removed
  • yes and no values are replaced with true and false

Scripts are in directory scripts

scripts/main.py

License

Licensed under the Public Domain Dedication and License (assuming either no rights or public domain license in source data).