Demographic Variables (Static)
Overview
- Training set:
train_demographics.csv
- 16 976 rows
- Validation set:
valid_demographics.csv
- 2 405 rows
- Testing set:
test_demographics.csv
- 985 rows
Links on: ENCOUNTER_NUM
Schema
Column Name | Description |
---|---|
ENCOUNTER_NUM |
Identifier used for each encounter |
marital |
Marital status for patient encounter. Possible values are marital_divorced_widowed , marital_partnered , marital_single , and marital_unknown_other |
province |
Patient province. Options are Ontario or Other. |
language |
Primary language spoken by patient. (Note: Data may be unreliable) |
religion |
Religion of patient. See religion_codes.csv for a list of all codes and associated meanings. |
no_housing |
Patient housing status. 1 if the patient is unhoused (has no found address or address corresponds to a homeless shelter), 0 if the patient is housed. |
age |
Age in years at time of admission. Rounded to nearest 5 years and bounded at 20 (lower) and 95 (upper). |
sex |
Sex of patient. 1 for Female, 0 for Male. |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified April 19, 2023: Changes to structure of dashboard (0b8db42)