API AccessAccess dataset files directly from scripts, code, or AI agents.
Browse dataset files
Access dataset files directly from scripts, code, or AI agents.
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.
Start with these files — they give you everything you need to understand and access the dataset.
- 1. Fetch datapackage.json to inspect schema and resources
- 2. Download data resources listed in datapackage.json
- 3. Read README.md for full context
Data Previews
primary-tumor
Schema
| name | type | format | description |
|---|---|---|---|
| age | string | default | <30, 30-59, >=60 |
| sex | string | default | female, male |
| histologic-type | string | default | epidermoid, adeno, anaplastic |
| degree-of-diffe | string | default | well, fairly, poorly |
| bone | boolean | default | |
| bone-marrow | boolean | default | |
| lung | boolean | default | |
| pleura | boolean | default | |
| peritoneum | boolean | default | |
| liver | boolean | default | |
| brain | boolean | default | |
| skin | boolean | default | |
| neck | boolean | default | |
| supraclavicular | boolean | default | |
| axillar | boolean | default | |
| mediastinum | boolean | default | |
| abdominal | boolean | default | |
| class | string | default | lung, 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
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
primary-tumor | 36.2 kB | about 2 months ago | primary-tumor |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 1 | 36.2 kB | csv | about 2 months ago | OpenML - 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.
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).