The data types are selected to best suit a dataframe or SQL database for analysis.
| Field name | Recommended type | Description | Sample values |
|---|---|---|---|
| Gender | Categorical / String | The biological sex of the patient. | Male, Female |
| Age | String (Mixed) | The age of the patient at the time of the study. Note: Requires cleaning (see Data Fields). |
000Y, 27Y, – |
| Modality | String | The imaging method used. Currently, all visible entries are X-ray. |
XRAY |
| Description | String | A descriptive label of the body part and view/projection. | Chest AP, L-spine LAT, right, BERIUM MEAL FT |
| Size_raw | String | The file size as displayed in the UI. | 7.10 MB, 86.85 MB |
| Size_bytes | Float / Int | (Derived) The file size converted to a standard numerical unit for analysis. | 7100000, 86850000 |
A detailed breakdown of the fields in the dataset:
Gender
Age
Modality
Description
Size