Data Preparation

Learn More
Last updated

Last updated
{
"METADATA_SPEC_VERSION": "SINGLE_TABLE_V1",
"sequence_key": "Patient ID",
"sequence_index": "Time",
"columns": {
"Patient ID": { "sdtype": "id", "regex_format": "ID_[0-9]{3}" },
"Address": { "sdtype": "address", "pii": True },
"Smoker": { "sdtype": "boolean" },
"Time": { "sdtype": "datetime", "datetime_format": "%m/%d/%Y" },
"Heart Rate": { "sdtype": "categorical" },
"Systolic BP": { "sdtype": "numerical" }
}
}