Datasets:
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 10 new columns ({'state', 'trauma_level', 'icu_beds', 'or_suite_count', 'facility_type', 'region', 'teaching_status', 'pacu_bays', 'daily_or_capacity', 'bed_count'}) and 13 missing columns ({'in_service_hours', 'last_maintenance_date', 'downtime_hours', 'record_date', 'equipment_class', 'failure_flag', 'equipment_age_yrs', 'downtime_cause', 'next_maintenance_due', 'repair_cost_usd', 'asset_id', 'unplanned_downtime_flag', 'utilization_rate'}).
This happened while the csv dataset builder was generating data using
hf://datasets/xpertsystems/hlt010-sample/facilities.csv (at revision c7320f9dfd6f03a3f96e3e480c80bf15850f312d), [/tmp/hf-datasets-cache/medium/datasets/98149259561125-config-parquet-and-info-xpertsystems-hlt010-sampl-71a61ce1/hub/datasets--xpertsystems--hlt010-sample/snapshots/c7320f9dfd6f03a3f96e3e480c80bf15850f312d/equipment.csv (origin=hf://datasets/xpertsystems/hlt010-sample@c7320f9dfd6f03a3f96e3e480c80bf15850f312d/equipment.csv), /tmp/hf-datasets-cache/medium/datasets/98149259561125-config-parquet-and-info-xpertsystems-hlt010-sampl-71a61ce1/hub/datasets--xpertsystems--hlt010-sample/snapshots/c7320f9dfd6f03a3f96e3e480c80bf15850f312d/facilities.csv (origin=hf://datasets/xpertsystems/hlt010-sample@c7320f9dfd6f03a3f96e3e480c80bf15850f312d/facilities.csv), /tmp/hf-datasets-cache/medium/datasets/98149259561125-config-parquet-and-info-xpertsystems-hlt010-sampl-71a61ce1/hub/datasets--xpertsystems--hlt010-sample/snapshots/c7320f9dfd6f03a3f96e3e480c80bf15850f312d/hospital_resources.csv (origin=hf://datasets/xpertsystems/hlt010-sample@c7320f9dfd6f03a3f96e3e480c80bf15850f312d/hospital_resources.csv), /tmp/hf-datasets-cache/medium/datasets/98149259561125-config-parquet-and-info-xpertsystems-hlt010-sampl-71a61ce1/hub/datasets--xpertsystems--hlt010-sample/snapshots/c7320f9dfd6f03a3f96e3e480c80bf15850f312d/or_schedule.csv (origin=hf://datasets/xpertsystems/hlt010-sample@c7320f9dfd6f03a3f96e3e480c80bf15850f312d/or_schedule.csv), /tmp/hf-datasets-cache/medium/datasets/98149259561125-config-parquet-and-info-xpertsystems-hlt010-sampl-71a61ce1/hub/datasets--xpertsystems--hlt010-sample/snapshots/c7320f9dfd6f03a3f96e3e480c80bf15850f312d/staffing.csv (origin=hf://datasets/xpertsystems/hlt010-sample@c7320f9dfd6f03a3f96e3e480c80bf15850f312d/staffing.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
facility_id: string
facility_type: string
teaching_status: bool
trauma_level: string
bed_count: int64
icu_beds: int64
or_suite_count: int64
pacu_bays: int64
state: string
region: string
daily_or_capacity: double
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1581
to
{'asset_id': Value('string'), 'facility_id': Value('string'), 'record_date': Value('string'), 'equipment_class': Value('string'), 'equipment_age_yrs': Value('float64'), 'utilization_rate': Value('float64'), 'in_service_hours': Value('float64'), 'downtime_hours': Value('float64'), 'unplanned_downtime_flag': Value('bool'), 'downtime_cause': Value('string'), 'last_maintenance_date': Value('string'), 'next_maintenance_due': Value('string'), 'failure_flag': Value('bool'), 'repair_cost_usd': Value('float64')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 10 new columns ({'state', 'trauma_level', 'icu_beds', 'or_suite_count', 'facility_type', 'region', 'teaching_status', 'pacu_bays', 'daily_or_capacity', 'bed_count'}) and 13 missing columns ({'in_service_hours', 'last_maintenance_date', 'downtime_hours', 'record_date', 'equipment_class', 'failure_flag', 'equipment_age_yrs', 'downtime_cause', 'next_maintenance_due', 'repair_cost_usd', 'asset_id', 'unplanned_downtime_flag', 'utilization_rate'}).
This happened while the csv dataset builder was generating data using
hf://datasets/xpertsystems/hlt010-sample/facilities.csv (at revision c7320f9dfd6f03a3f96e3e480c80bf15850f312d), [/tmp/hf-datasets-cache/medium/datasets/98149259561125-config-parquet-and-info-xpertsystems-hlt010-sampl-71a61ce1/hub/datasets--xpertsystems--hlt010-sample/snapshots/c7320f9dfd6f03a3f96e3e480c80bf15850f312d/equipment.csv (origin=hf://datasets/xpertsystems/hlt010-sample@c7320f9dfd6f03a3f96e3e480c80bf15850f312d/equipment.csv), /tmp/hf-datasets-cache/medium/datasets/98149259561125-config-parquet-and-info-xpertsystems-hlt010-sampl-71a61ce1/hub/datasets--xpertsystems--hlt010-sample/snapshots/c7320f9dfd6f03a3f96e3e480c80bf15850f312d/facilities.csv (origin=hf://datasets/xpertsystems/hlt010-sample@c7320f9dfd6f03a3f96e3e480c80bf15850f312d/facilities.csv), /tmp/hf-datasets-cache/medium/datasets/98149259561125-config-parquet-and-info-xpertsystems-hlt010-sampl-71a61ce1/hub/datasets--xpertsystems--hlt010-sample/snapshots/c7320f9dfd6f03a3f96e3e480c80bf15850f312d/hospital_resources.csv (origin=hf://datasets/xpertsystems/hlt010-sample@c7320f9dfd6f03a3f96e3e480c80bf15850f312d/hospital_resources.csv), /tmp/hf-datasets-cache/medium/datasets/98149259561125-config-parquet-and-info-xpertsystems-hlt010-sampl-71a61ce1/hub/datasets--xpertsystems--hlt010-sample/snapshots/c7320f9dfd6f03a3f96e3e480c80bf15850f312d/or_schedule.csv (origin=hf://datasets/xpertsystems/hlt010-sample@c7320f9dfd6f03a3f96e3e480c80bf15850f312d/or_schedule.csv), /tmp/hf-datasets-cache/medium/datasets/98149259561125-config-parquet-and-info-xpertsystems-hlt010-sampl-71a61ce1/hub/datasets--xpertsystems--hlt010-sample/snapshots/c7320f9dfd6f03a3f96e3e480c80bf15850f312d/staffing.csv (origin=hf://datasets/xpertsystems/hlt010-sample@c7320f9dfd6f03a3f96e3e480c80bf15850f312d/staffing.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
asset_id string | facility_id string | record_date string | equipment_class string | equipment_age_yrs float64 | utilization_rate float64 | in_service_hours float64 | downtime_hours float64 | unplanned_downtime_flag bool | downtime_cause null | last_maintenance_date string | next_maintenance_due string | failure_flag bool | repair_cost_usd float64 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ASSET_FAC0001_Anesth_001 | FAC0001 | 2023-01-01 | Anesthesia Machine | 11.9 | 0.4406 | 24 | 0 | false | null | 2022-09-29 | 2023-01-07 | false | 0 |
ASSET_FAC0001_Anesth_002 | FAC0001 | 2023-01-01 | Anesthesia Machine | 7 | 0.581 | 24 | 0 | false | null | 2022-12-14 | 2023-04-30 | false | 0 |
ASSET_FAC0001_Anesth_003 | FAC0001 | 2023-01-01 | Anesthesia Machine | 6.9 | 0.2999 | 24 | 0 | false | null | 2022-12-15 | 2023-03-18 | false | 0 |
ASSET_FAC0001_Anesth_004 | FAC0001 | 2023-01-01 | Anesthesia Machine | 14.2 | 0.6522 | 24 | 0 | false | null | 2022-09-26 | 2023-01-02 | false | 0 |
ASSET_FAC0001_Anesth_005 | FAC0001 | 2023-01-01 | Anesthesia Machine | 9.5 | 0.8132 | 24 | 0 | false | null | 2022-10-13 | 2023-03-31 | false | 0 |
ASSET_FAC0001_Anesth_006 | FAC0001 | 2023-01-01 | Anesthesia Machine | 0.6 | 0.8117 | 24 | 0 | false | null | 2022-08-20 | 2023-02-13 | false | 0 |
ASSET_FAC0001_Anesth_007 | FAC0001 | 2023-01-01 | Anesthesia Machine | 1.8 | 0.8825 | 24 | 0 | false | null | 2022-08-10 | 2023-01-23 | false | 0 |
ASSET_FAC0001_Anesth_008 | FAC0001 | 2023-01-01 | Anesthesia Machine | 6 | 0.6471 | 24 | 0 | false | null | 2022-10-21 | 2023-03-11 | false | 0 |
ASSET_FAC0001_Anesth_009 | FAC0001 | 2023-01-01 | Anesthesia Machine | 14.5 | 0.7469 | 24 | 0 | false | null | 2022-10-21 | 2023-02-14 | false | 0 |
ASSET_FAC0001_Anesth_010 | FAC0001 | 2023-01-01 | Anesthesia Machine | 11.9 | 0.4616 | 24 | 0 | false | null | 2022-10-16 | 2023-01-25 | false | 0 |
ASSET_FAC0001_Anesth_011 | FAC0001 | 2023-01-01 | Anesthesia Machine | 6.8 | 0.2125 | 24 | 0 | false | null | 2022-10-18 | 2023-02-28 | false | 0 |
ASSET_FAC0001_Anesth_012 | FAC0001 | 2023-01-01 | Anesthesia Machine | 6.7 | 0.7583 | 24 | 0 | false | null | 2022-11-17 | 2023-04-26 | false | 0 |
ASSET_FAC0001_Anesth_013 | FAC0001 | 2023-01-01 | Anesthesia Machine | 3.3 | 0.5576 | 24 | 0 | false | null | 2022-10-30 | 2023-04-26 | false | 0 |
ASSET_FAC0001_Anesth_014 | FAC0001 | 2023-01-01 | Anesthesia Machine | 0.9 | 0.6551 | 24 | 0 | false | null | 2022-10-11 | 2023-01-22 | false | 0 |
ASSET_FAC0001_Anesth_015 | FAC0001 | 2023-01-01 | Anesthesia Machine | 12 | 0.2258 | 24 | 0 | false | null | 2022-11-12 | 2023-02-28 | false | 0 |
ASSET_FAC0001_Anesth_016 | FAC0001 | 2023-01-01 | Anesthesia Machine | 6.6 | 0.7238 | 24 | 0 | false | null | 2022-10-26 | 2023-02-13 | false | 0 |
ASSET_FAC0001_Anesth_017 | FAC0001 | 2023-01-01 | Anesthesia Machine | 9.8 | 0.669 | 24 | 0 | false | null | 2022-10-08 | 2023-02-04 | false | 0 |
ASSET_FAC0001_Anesth_018 | FAC0001 | 2023-01-01 | Anesthesia Machine | 2.8 | 0.4359 | 24 | 0 | false | null | 2022-11-14 | 2023-05-08 | false | 0 |
ASSET_FAC0001_Anesth_019 | FAC0001 | 2023-01-01 | Anesthesia Machine | 7.3 | 0.8604 | 24 | 0 | false | null | 2022-08-25 | 2023-02-21 | false | 0 |
ASSET_FAC0001_Anesth_020 | FAC0001 | 2023-01-01 | Anesthesia Machine | 0.8 | 0.8864 | 24 | 0 | false | null | 2022-09-05 | 2023-01-31 | false | 0 |
ASSET_FAC0001_Anesth_021 | FAC0001 | 2023-01-01 | Anesthesia Machine | 9.7 | 0.5067 | 24 | 0 | false | null | 2022-11-13 | 2023-04-26 | false | 0 |
ASSET_FAC0001_Anesth_022 | FAC0001 | 2023-01-01 | Anesthesia Machine | 9.9 | 0.4937 | 24 | 0 | false | null | 2022-11-18 | 2023-03-19 | false | 0 |
ASSET_FAC0001_Anesth_023 | FAC0001 | 2023-01-01 | Anesthesia Machine | 11 | 0.4372 | 24 | 0 | false | null | 2022-11-12 | 2023-03-28 | false | 0 |
ASSET_FAC0001_C-Arm_001 | FAC0001 | 2023-01-01 | C-Arm Fluoroscopy | 11.2 | 0.9016 | 24 | 0 | false | null | 2022-12-10 | 2023-04-04 | false | 0 |
ASSET_FAC0001_C-Arm_002 | FAC0001 | 2023-01-01 | C-Arm Fluoroscopy | 4.4 | 0.5626 | 24 | 0 | false | null | 2022-11-06 | 2023-04-13 | false | 0 |
ASSET_FAC0001_Roboti_001 | FAC0001 | 2023-01-01 | Robotic Surgical System | 2.2 | 0.7242 | 24 | 0 | false | null | 2022-12-13 | 2023-04-25 | false | 0 |
ASSET_FAC0001_Roboti_002 | FAC0001 | 2023-01-01 | Robotic Surgical System | 7.2 | 0.7724 | 24 | 0 | false | null | 2022-12-06 | 2023-03-12 | false | 0 |
ASSET_FAC0001_Roboti_003 | FAC0001 | 2023-01-01 | Robotic Surgical System | 5.4 | 0.9627 | 24 | 0 | false | null | 2022-12-13 | 2023-04-03 | false | 0 |
ASSET_FAC0001_Laparo_001 | FAC0001 | 2023-01-01 | Laparoscopic Tower | 4.1 | 0.9694 | 24 | 0 | false | null | 2022-09-17 | 2023-02-03 | false | 0 |
ASSET_FAC0001_Electr_001 | FAC0001 | 2023-01-01 | Electrosurgical Unit | 7.5 | 0.4705 | 24 | 0 | false | null | 2022-08-31 | 2023-02-21 | false | 0 |
ASSET_FAC0001_Electr_002 | FAC0001 | 2023-01-01 | Electrosurgical Unit | 7.2 | 0.5864 | 24 | 0 | false | null | 2022-10-03 | 2023-01-02 | false | 0 |
ASSET_FAC0001_Electr_003 | FAC0001 | 2023-01-01 | Electrosurgical Unit | 3.4 | 0.7101 | 24 | 0 | false | null | 2022-10-19 | 2023-01-26 | false | 0 |
ASSET_FAC0001_Electr_004 | FAC0001 | 2023-01-01 | Electrosurgical Unit | 9.1 | 0.2949 | 24 | 0 | false | null | 2022-12-07 | 2023-03-31 | false | 0 |
ASSET_FAC0001_Electr_005 | FAC0001 | 2023-01-01 | Electrosurgical Unit | 0.9 | 0.7552 | 24 | 0 | false | null | 2022-10-14 | 2023-01-29 | false | 0 |
ASSET_FAC0001_Electr_006 | FAC0001 | 2023-01-01 | Electrosurgical Unit | 12.2 | 0.7866 | 24 | 0 | false | null | 2022-11-18 | 2023-03-03 | false | 0 |
ASSET_FAC0001_Electr_007 | FAC0001 | 2023-01-01 | Electrosurgical Unit | 4.1 | 0.9297 | 24 | 0 | false | null | 2022-10-07 | 2023-01-26 | false | 0 |
ASSET_FAC0001_Electr_008 | FAC0001 | 2023-01-01 | Electrosurgical Unit | 11.6 | 0.4482 | 24 | 0 | false | null | 2022-11-04 | 2023-04-13 | false | 0 |
ASSET_FAC0001_Electr_009 | FAC0001 | 2023-01-01 | Electrosurgical Unit | 0.6 | 0.7905 | 24 | 0 | false | null | 2022-11-02 | 2023-05-01 | false | 0 |
ASSET_FAC0001_Electr_010 | FAC0001 | 2023-01-01 | Electrosurgical Unit | 5.6 | 0.832 | 24 | 0 | false | null | 2022-10-11 | 2023-03-17 | false | 0 |
ASSET_FAC0001_Electr_011 | FAC0001 | 2023-01-01 | Electrosurgical Unit | 10.4 | 0.6949 | 24 | 0 | false | null | 2022-08-08 | 2023-01-03 | false | 0 |
ASSET_FAC0001_Electr_012 | FAC0001 | 2023-01-01 | Electrosurgical Unit | 11.3 | 0.8425 | 24 | 0 | false | null | 2022-11-25 | 2023-04-30 | false | 0 |
ASSET_FAC0001_Electr_013 | FAC0001 | 2023-01-01 | Electrosurgical Unit | 11.9 | 0.6818 | 24 | 0 | false | null | 2022-12-01 | 2023-03-27 | false | 0 |
ASSET_FAC0001_Electr_014 | FAC0001 | 2023-01-01 | Electrosurgical Unit | 14.2 | 0.8606 | 24 | 0 | false | null | 2022-12-24 | 2023-04-05 | false | 0 |
ASSET_FAC0001_Electr_015 | FAC0001 | 2023-01-01 | Electrosurgical Unit | 9.6 | 0.6348 | 24 | 0 | false | null | 2022-12-25 | 2023-04-08 | false | 0 |
ASSET_FAC0001_Electr_016 | FAC0001 | 2023-01-01 | Electrosurgical Unit | 0.8 | 0.4684 | 24 | 0 | false | null | 2022-12-19 | 2023-04-08 | false | 0 |
ASSET_FAC0001_Electr_017 | FAC0001 | 2023-01-01 | Electrosurgical Unit | 14.1 | 0.8093 | 24 | 0 | false | null | 2022-12-25 | 2023-06-04 | false | 0 |
ASSET_FAC0001_Electr_018 | FAC0001 | 2023-01-01 | Electrosurgical Unit | 11.2 | 0.7445 | 24 | 0 | false | null | 2022-10-11 | 2023-03-24 | false | 0 |
ASSET_FAC0001_Electr_019 | FAC0001 | 2023-01-01 | Electrosurgical Unit | 5.9 | 0.5144 | 24 | 0 | false | null | 2022-11-26 | 2023-04-18 | false | 0 |
ASSET_FAC0001_Electr_020 | FAC0001 | 2023-01-01 | Electrosurgical Unit | 2.8 | 0.3695 | 24 | 0 | false | null | 2022-11-09 | 2023-03-26 | false | 0 |
ASSET_FAC0001_Electr_021 | FAC0001 | 2023-01-01 | Electrosurgical Unit | 9.6 | 0.7676 | 24 | 0 | false | null | 2022-12-21 | 2023-04-22 | false | 0 |
ASSET_FAC0001_Electr_022 | FAC0001 | 2023-01-01 | Electrosurgical Unit | 11.8 | 0.3435 | 24 | 0 | false | null | 2022-12-09 | 2023-04-03 | false | 0 |
ASSET_FAC0001_Electr_023 | FAC0001 | 2023-01-01 | Electrosurgical Unit | 9.1 | 0.8732 | 24 | 0 | false | null | 2022-11-24 | 2023-03-24 | false | 0 |
ASSET_FAC0001_Steril_001 | FAC0001 | 2023-01-01 | Sterilization Autoclave | 7.4 | 0.7133 | 24 | 0 | false | null | 2022-09-03 | 2023-01-08 | false | 0 |
ASSET_FAC0001_Steril_002 | FAC0001 | 2023-01-01 | Sterilization Autoclave | 0.8 | 0.7606 | 24 | 0 | false | null | 2022-10-20 | 2023-03-08 | false | 0 |
ASSET_FAC0001_Steril_003 | FAC0001 | 2023-01-01 | Sterilization Autoclave | 11.7 | 0.669 | 24 | 0 | false | null | 2022-10-31 | 2023-02-07 | false | 0 |
ASSET_FAC0001_Steril_004 | FAC0001 | 2023-01-01 | Sterilization Autoclave | 11.2 | 0.8141 | 24 | 0 | false | null | 2022-10-13 | 2023-01-12 | false | 0 |
ASSET_FAC0001_Steril_005 | FAC0001 | 2023-01-01 | Sterilization Autoclave | 12.2 | 0.8899 | 24 | 0 | false | null | 2022-08-15 | 2023-01-13 | false | 0 |
ASSET_FAC0001_Patien_001 | FAC0001 | 2023-01-01 | Patient Monitor | 2.5 | 0.8712 | 24 | 0 | false | null | 2022-12-22 | 2023-04-21 | false | 0 |
ASSET_FAC0001_Patien_002 | FAC0001 | 2023-01-01 | Patient Monitor | 2 | 0.6048 | 24 | 0 | false | null | 2022-12-03 | 2023-03-09 | false | 0 |
ASSET_FAC0001_Patien_003 | FAC0001 | 2023-01-01 | Patient Monitor | 7.8 | 0.8679 | 24 | 0 | false | null | 2022-10-31 | 2023-03-28 | false | 0 |
ASSET_FAC0001_Patien_004 | FAC0001 | 2023-01-01 | Patient Monitor | 3.9 | 0.9451 | 24 | 0 | false | null | 2022-09-19 | 2023-02-28 | false | 0 |
ASSET_FAC0001_Patien_005 | FAC0001 | 2023-01-01 | Patient Monitor | 1.2 | 0.7684 | 24 | 0 | false | null | 2022-12-14 | 2023-05-30 | false | 0 |
ASSET_FAC0001_Patien_006 | FAC0001 | 2023-01-01 | Patient Monitor | 8.5 | 0.4131 | 24 | 0 | false | null | 2022-09-16 | 2023-01-10 | false | 0 |
ASSET_FAC0001_Patien_007 | FAC0001 | 2023-01-01 | Patient Monitor | 10.4 | 0.8051 | 24 | 0 | false | null | 2022-11-18 | 2023-02-28 | false | 0 |
ASSET_FAC0001_Patien_008 | FAC0001 | 2023-01-01 | Patient Monitor | 3.3 | 0.9094 | 24 | 0 | false | null | 2022-12-29 | 2023-04-05 | false | 0 |
ASSET_FAC0001_Patien_009 | FAC0001 | 2023-01-01 | Patient Monitor | 7.1 | 0.9388 | 24 | 0 | false | null | 2022-09-21 | 2023-02-27 | false | 0 |
ASSET_FAC0001_Patien_010 | FAC0001 | 2023-01-01 | Patient Monitor | 11.1 | 0.8544 | 24 | 0 | false | null | 2022-10-13 | 2023-03-06 | false | 0 |
ASSET_FAC0001_Patien_011 | FAC0001 | 2023-01-01 | Patient Monitor | 14.4 | 0.9407 | 24 | 0 | false | null | 2022-10-08 | 2023-02-17 | false | 0 |
ASSET_FAC0001_Patien_012 | FAC0001 | 2023-01-01 | Patient Monitor | 11.5 | 0.6694 | 24 | 0 | false | null | 2022-08-30 | 2023-01-06 | false | 0 |
ASSET_FAC0001_Patien_013 | FAC0001 | 2023-01-01 | Patient Monitor | 9.4 | 0.6267 | 24 | 0 | false | null | 2022-12-06 | 2023-03-21 | false | 0 |
ASSET_FAC0001_Patien_014 | FAC0001 | 2023-01-01 | Patient Monitor | 7.5 | 0.3522 | 24 | 0 | false | null | 2022-09-14 | 2023-03-05 | false | 0 |
ASSET_FAC0001_Patien_015 | FAC0001 | 2023-01-01 | Patient Monitor | 14.9 | 0.54 | 24 | 0 | false | null | 2022-09-28 | 2023-02-18 | false | 0 |
ASSET_FAC0001_Patien_016 | FAC0001 | 2023-01-01 | Patient Monitor | 4.5 | 0.8496 | 24 | 0 | false | null | 2022-07-27 | 2023-01-08 | false | 0 |
ASSET_FAC0001_Patien_017 | FAC0001 | 2023-01-01 | Patient Monitor | 4.8 | 0.7114 | 24 | 0 | false | null | 2022-10-16 | 2023-02-07 | false | 0 |
ASSET_FAC0001_Patien_018 | FAC0001 | 2023-01-01 | Patient Monitor | 5 | 0.9145 | 24 | 0 | false | null | 2022-12-24 | 2023-05-31 | false | 0 |
ASSET_FAC0001_Patien_019 | FAC0001 | 2023-01-01 | Patient Monitor | 11.4 | 0.7555 | 24 | 0 | false | null | 2022-09-25 | 2023-01-13 | false | 0 |
ASSET_FAC0001_Patien_020 | FAC0001 | 2023-01-01 | Patient Monitor | 1 | 0.4003 | 24 | 0 | false | null | 2022-11-03 | 2023-02-26 | false | 0 |
ASSET_FAC0001_Patien_021 | FAC0001 | 2023-01-01 | Patient Monitor | 6.7 | 0.7762 | 24 | 0 | false | null | 2022-10-14 | 2023-03-08 | false | 0 |
ASSET_FAC0001_Patien_022 | FAC0001 | 2023-01-01 | Patient Monitor | 13.6 | 0.8027 | 24 | 0 | false | null | 2022-12-12 | 2023-03-28 | false | 0 |
ASSET_FAC0001_Patien_023 | FAC0001 | 2023-01-01 | Patient Monitor | 14.3 | 0.5402 | 24 | 0 | false | null | 2022-09-18 | 2023-02-09 | false | 0 |
ASSET_FAC0001_Patien_024 | FAC0001 | 2023-01-01 | Patient Monitor | 5.3 | 0.6488 | 24 | 0 | false | null | 2022-11-03 | 2023-02-05 | false | 0 |
ASSET_FAC0001_Patien_025 | FAC0001 | 2023-01-01 | Patient Monitor | 12.2 | 0.9185 | 24 | 0 | false | null | 2022-12-04 | 2023-05-13 | false | 0 |
ASSET_FAC0001_Patien_026 | FAC0001 | 2023-01-01 | Patient Monitor | 3.4 | 0.8877 | 24 | 0 | false | null | 2022-11-22 | 2023-02-23 | false | 0 |
ASSET_FAC0001_Patien_027 | FAC0001 | 2023-01-01 | Patient Monitor | 13.9 | 0.3227 | 16.18 | 7.82 | true | null | 2022-09-27 | 2023-01-12 | true | 968.41 |
ASSET_FAC0001_Patien_028 | FAC0001 | 2023-01-01 | Patient Monitor | 8.3 | 0.0872 | 24 | 0 | false | null | 2022-09-13 | 2023-02-10 | false | 0 |
ASSET_FAC0001_Patien_029 | FAC0001 | 2023-01-01 | Patient Monitor | 1.1 | 0.3722 | 24 | 0 | false | null | 2022-07-17 | 2023-01-07 | false | 0 |
ASSET_FAC0001_Patien_030 | FAC0001 | 2023-01-01 | Patient Monitor | 11 | 0.8189 | 24 | 0 | false | null | 2022-09-23 | 2023-02-07 | false | 0 |
ASSET_FAC0001_Patien_031 | FAC0001 | 2023-01-01 | Patient Monitor | 3.2 | 0.7974 | 24 | 0 | false | null | 2022-08-31 | 2023-01-11 | false | 0 |
ASSET_FAC0001_Patien_032 | FAC0001 | 2023-01-01 | Patient Monitor | 3.9 | 0.7776 | 24 | 0 | false | null | 2022-11-05 | 2023-04-22 | false | 0 |
ASSET_FAC0001_Patien_033 | FAC0001 | 2023-01-01 | Patient Monitor | 1.1 | 0.9435 | 24 | 0 | false | null | 2022-10-12 | 2023-03-17 | false | 0 |
ASSET_FAC0001_Patien_034 | FAC0001 | 2023-01-01 | Patient Monitor | 12.6 | 0.6299 | 24 | 0 | false | null | 2022-10-19 | 2023-03-20 | false | 0 |
ASSET_FAC0001_Patien_035 | FAC0001 | 2023-01-01 | Patient Monitor | 2.1 | 0.5337 | 24 | 0 | false | null | 2022-11-14 | 2023-03-03 | false | 0 |
ASSET_FAC0001_Patien_036 | FAC0001 | 2023-01-01 | Patient Monitor | 6.2 | 0.3641 | 24 | 0 | false | null | 2022-10-16 | 2023-02-12 | false | 0 |
ASSET_FAC0001_Patien_037 | FAC0001 | 2023-01-01 | Patient Monitor | 1.6 | 0.5972 | 20.53 | 3.47 | true | null | 2022-12-06 | 2023-04-16 | false | 1,433.82 |
ASSET_FAC0001_Patien_038 | FAC0001 | 2023-01-01 | Patient Monitor | 7.7 | 0.493 | 24 | 0 | false | null | 2022-11-16 | 2023-04-09 | false | 0 |
ASSET_FAC0001_Patien_039 | FAC0001 | 2023-01-01 | Patient Monitor | 9 | 0.7425 | 24 | 0 | false | null | 2022-10-03 | 2023-01-03 | false | 0 |
ASSET_FAC0001_Patien_040 | FAC0001 | 2023-01-01 | Patient Monitor | 0.6 | 0.7471 | 24 | 0 | false | null | 2022-12-14 | 2023-06-11 | false | 0 |
ASSET_FAC0001_Patien_041 | FAC0001 | 2023-01-01 | Patient Monitor | 4.9 | 0.8376 | 24 | 0 | false | null | 2022-07-22 | 2023-01-04 | false | 0 |
ASSET_FAC0001_Patien_042 | FAC0001 | 2023-01-01 | Patient Monitor | 7.6 | 0.7442 | 24 | 0 | false | null | 2022-09-12 | 2023-01-04 | false | 0 |
ASSET_FAC0001_Patien_043 | FAC0001 | 2023-01-01 | Patient Monitor | 7.6 | 0.9729 | 24 | 0 | false | null | 2022-11-25 | 2023-03-18 | false | 0 |
HLT-010 — Synthetic Hospital Resource Usage Dataset (Sample Preview)
A free, schema-identical preview of the full HLT-010 commercial product from XpertSystems.ai.
A fully synthetic hospital operations dataset combining operating room schedules, staffing/workforce records, biomedical equipment utilization, daily capacity metrics, and facility master data across mixed facility types (academic / large community / medium community / critical access). Calibrated to AHA Annual Survey 2023, AORN benchmarks, NSI nursing data, ECRI Institute equipment data, and CMS Conditions of Participation.
⚠️ PRIVACY & SYNTHETIC NATURE Every record in this dataset is 100% synthetic. No real patient data, no PHI, no real facility identifiers, no real surgeon or staff NPIs. Population-level distributions match published AHA / AORN / NSI / ECRI benchmark sources but the facilities and operational events are computationally generated.
What's in this sample
| File | Rows | Cols | Description |
|---|---|---|---|
facilities.csv |
3 | 11 | Facility master — type, teaching status, trauma level, bed count, OR suites, PACU bays, region |
hospital_resources.csv |
42 | 41 | Daily capacity + financial + quality KPIs per facility (14 days × 3 facilities) |
or_schedule.csv |
~4,200 | 18 | One row per surgical case — 22 case types, scheduled vs actual timing, cancellations, block ownership |
staffing.csv |
~13,500 | 11 | One row per staff-shift — 12 perioperative roles, OT/float/agency flags, staff-to-patient ratios |
equipment.csv |
~17,500 | 14 | One row per equipment-day — 18 equipment classes, utilization, downtime, maintenance schedule, repair cost |
Total: ~3.9 MB across 6 files.
Schema highlights
facilities.csv (11 columns) — facility master
facility_id, facility_type (academic / large / medium / small), teaching_status (Major Teaching / Minor Teaching / Non-Teaching), trauma_level (Level I-IV), bed_count, icu_beds, or_suite_count, pacu_bays, state, region (Northeast / Midwest / South / West), daily_or_capacity
hospital_resources.csv (41 columns) — daily operational KPIs
Identity & temporal: facility_id, census_date, day_of_week, is_weekend
Bed capacity: total_beds, occupied_beds, occupancy_rate, icu_beds_x, icu_occupied, icu_occupancy_rate, pacu_bays_x, pacu_patients, pacu_utilization_rate
ED throughput: ed_boarding_hours, diversion_flag, diversion_hours, capacity_breach_flag, surge_day_flag
OR financial & operational: or_utilization_rate, surgical_cases_scheduled, or_revenue_usd, or_cost_per_min_usd, total_or_minutes, contribution_margin_usd, block_release_efficiency
Quality & safety: staffing_adequacy_score, operational_efficiency_index, surgical_site_infection_flag, near_miss_flag, consent_timeout_completed, equipment_safety_check_flag
or_schedule.csv (18 columns) — per-case scheduling
case_id, facility_id, case_date, or_id, case_type (22 types: Orthopedic, Cardiac, General Surgery, Neurosurgery, OB/GYN, Urology, ENT, Plastic Surgery, Vascular, Thoracic, Transplant, Trauma, Ophthalmology, Colorectal, Bariatric, Endoscopy, Interventional Radiology, Gynecologic Oncology, Pediatric Surgery, Spinal, Hand Surgery, Robotic Assisted), surgeon_id, is_emergency, scheduled_start_min, actual_start_min, start_delay_min, first_case_ontime_flag, scheduled_duration_min, actual_duration_min, turnover_time_min, cancellation_flag, cancellation_reason, block_owner, add_on_flag
staffing.csv (11 columns) — daily shift records
shift_id, facility_id, shift_date, staff_id, staff_role (12 roles: Surgeon, Anesthesiologist, CRNA, Scrub Tech, RN Circulator, PA/NP, Resident, Pharmacist, Radiology Tech, Biomedical Tech, Environmental Services, Unit Coordinator), shift_type (Day / Evening / Night), hours_worked, overtime_flag, float_pool_flag, agency_flag, staff_to_patient_ratio
equipment.csv (14 columns) — daily equipment utilization
asset_id, facility_id, record_date, equipment_class (18 classes including Anesthesia Machine, Patient Monitor, Infusion Pump, Electrosurgical Unit, Sterilization Autoclave, CT Scanner, MRI Scanner, C-Arm Fluoroscopy, Endoscope Processor, Intraoperative MRI, ECMO Circuit, CRRT Machine, Cardiac Cath Lab Equipment, Defibrillator, Ventilator, Robotic Surgical System, Imaging Workstation, Hybrid OR Imaging), equipment_age_yrs, utilization_rate, in_service_hours, downtime_hours, unplanned_downtime_flag, downtime_cause (Hardware Failure / Software Error / Power Surge / User Error / Calibration Failure / Component Wear / Connectivity Issue / Sensor Malfunction), last_maintenance_date, next_maintenance_due, failure_flag, repair_cost_usd
Calibration source story
The full HLT-010 generator anchors all distributions to authoritative hospital operations references:
- AHA Annual Survey 2023 (American Hospital Association) — OR utilization (78.4%), case cancellations (8.2%), bed occupancy (81.2%), ED boarding (3.2hr), revenue per case (~$18,400)
- AORN Benchmarks (Association of periOperative Registered Nurses) — first-case on-time start (82%), OR turnover (28 ± 8 min), surgical tech vacancy (22.8%)
- NSI Nursing Solutions 2023 — RN vacancy rate (15.6%), turnover patterns
- ECRI Institute — Equipment unplanned downtime (~4.2%), age-related failure curves
- CMS Conditions of Participation — ICU occupancy target max 85%, staffing-to-patient ratios
- IHI (Institute for Healthcare Improvement) — Operational efficiency benchmarks, surge capacity
Sample-scale validation scorecard
| Metric | Observed | Target | Tolerance | Status | Source |
|---|---|---|---|---|---|
| OR utilization rate | 71.3% | 70% | ±10% | ✅ PASS | AHA 2023 |
| Case cancellation rate | 7.6% | 8% | ±3% | ✅ PASS | AHA 2023 |
| First-case on-time rate | 84.5% | 82% | ±8% | ✅ PASS | AORN Benchmarks |
| OR turnover (min) | 27.4 | 28.0 | ±4.0 | ✅ PASS | AORN |
| Bed occupancy rate | 81.7% | 78% | ±10% | ✅ PASS | AHA 2023 |
| ED boarding hours (mean) | 3.28 | 3.2 | ±1.2 | ✅ PASS | AHA 2023 |
| ICU occupancy (under CMS max) | 80.7% | ≤85% | — | ✅ PASS | CMS CoP |
| Equipment downtime rate | 5.1% | 4.8% | ±1.8% | ✅ PASS | ECRI Institute |
| Case type diversity | 22 | 22 | ±2 | ✅ PASS | AORN surgical taxonomy |
| Staff role diversity | 12 | 12 | — | ✅ PASS | AORN team composition |
Grade: A+ (100/100) — verified across 6 random seeds (42, 7, 123, 2024, 99, 1).
Loading examples
Pandas — explore the operational data
import pandas as pd
facilities = pd.read_csv("facilities.csv")
capacity = pd.read_csv("hospital_resources.csv", parse_dates=["census_date"])
ors = pd.read_csv("or_schedule.csv", parse_dates=["case_date"])
staffing = pd.read_csv("staffing.csv", parse_dates=["shift_date"])
equipment = pd.read_csv("equipment.csv", parse_dates=["record_date"])
# OR utilization by facility type
print(capacity.merge(facilities, on="facility_id")
.groupby("facility_type")["or_utilization_rate"]
.agg(["mean", "std", "min", "max"]).round(3))
# Case type mix
print(ors["case_type"].value_counts(normalize=True).head(10).round(3))
# Cancellation reasons
print(ors.loc[ors["cancellation_flag"] == True, "cancellation_reason"]
.value_counts())
Hugging Face Datasets
from datasets import load_dataset
ds = load_dataset("xpertsystems/hlt010-sample", data_files={
"facilities": "facilities.csv",
"hospital_resources": "hospital_resources.csv",
"or_schedule": "or_schedule.csv",
"staffing": "staffing.csv",
"equipment": "equipment.csv",
})
print(ds)
OR utilization forecasting baseline
import pandas as pd
from sklearn.ensemble import GradientBoostingRegressor
from sklearn.model_selection import train_test_split
cap = pd.read_csv("hospital_resources.csv", parse_dates=["census_date"])
cap["month"] = cap["census_date"].dt.month
cap["dayofweek_num"] = cap["census_date"].dt.dayofweek
features = ["bed_count", "or_suite_count", "is_weekend", "dayofweek_num",
"month", "occupancy_rate", "icu_occupancy_rate",
"surgical_cases_scheduled"]
X = cap[features].fillna(0)
y = cap["or_utilization_rate"]
Xtr, Xte, ytr, yte = train_test_split(X, y, test_size=0.3, random_state=42)
m = GradientBoostingRegressor(random_state=42).fit(Xtr, ytr)
print(f"OR utilization R²: {m.score(Xte, yte):.3f}")
Equipment maintenance prediction
import pandas as pd
eq = pd.read_csv("equipment.csv", parse_dates=["record_date"])
# Downtime rate by equipment age
eq["age_bucket"] = pd.cut(eq["equipment_age_yrs"],
[0, 3, 6, 10, 15],
labels=["0-3yr", "3-6yr", "6-10yr", "10-15yr"])
print(eq.groupby("age_bucket")["unplanned_downtime_flag"].mean().round(3))
# Repair cost distribution
print(eq.loc[eq["repair_cost_usd"] > 0, "repair_cost_usd"].describe())
Staffing analysis
import pandas as pd
staff = pd.read_csv("staffing.csv")
# Overtime rate by role
print(staff.groupby("staff_role")["overtime_flag"].mean().sort_values(ascending=False))
# Agency staff reliance
print(staff.groupby(["facility_id", "staff_role"])["agency_flag"]
.mean().unstack().round(3))
Suggested use cases
- OR utilization forecasting — predict next-day OR utilization from facility characteristics + recent operational patterns
- Surgical case cancellation prediction — classify cancellation risk to enable proactive intervention
- Block schedule optimization — analyze block release efficiency and underutilized blocks
- Equipment failure prediction — predict
unplanned_downtime_flagfrom age + utilization + maintenance history - Maintenance scheduling optimization — risk-adjusted preventive maintenance interval modeling
- Staffing-to-acuity matching — analyze
staff_to_patient_ratio×acuitypatterns for nurse scheduling - Overtime / agency cost modeling — predict overtime hours and agency staffing needs
- Bed capacity surge prediction — predict
surge_day_flaganddiversion_flagfrom upstream factors - ED boarding root cause analysis — relate
ed_boarding_hoursto ICU occupancy and discharge patterns - Quality & safety event modeling — predict near-miss / SSI / consent timeout events from staffing + acuity
- Financial contribution margin modeling — analyze contribution margin drivers across facility types
- Hospital ML pretraining — pretrain operational forecasting models before fine-tuning on real EHR/EMR data
- Operations research education — perioperative scheduling, queueing theory, capacity planning coursework
Sample vs. full product
| Aspect | This sample | Full HLT-010 product |
|---|---|---|
| Facilities | 3 (mixed) | 50+ (default) up to 500+ |
| Time window | 14 days | 365+ days (multi-year configurable) |
| Facility types | Mixed (3) | Mixed / academic-only / community-only / critical_access |
| Output format | CSV | CSV / Parquet / JSON |
| Schema | identical | identical |
| Calibration | identical | identical |
| License | CC-BY-NC-4.0 | Commercial license |
The full product unlocks:
- Up to 500+ facilities for system-wide operations modeling
- Multi-year longitudinal windows for trend analysis and intervention impact studies
- Configurable facility mix for targeted segmentation (academic-only / community-only / CAH)
- Parquet output for production data pipelines
- Commercial use rights
Contact us for the full product.
Limitations & honest disclosures
- Sample is preview-only. 3 facilities × 14 days × ~35K operational records is enough to demonstrate schema and calibration, but is not statistically sufficient for facility-level capacity planning models or season-aware forecasting. Use the full product (50+ facilities × 365 days) for serious work.
- Sample includes 3 facility types (academic + large + medium), not all 4. The
critical_accessfacility type is not represented at n=3 due to random sampling. The full product reliably covers all 4 types. - OR utilization runs slightly below the headline AHA target. Sample mean is ~70% vs AHA 78.4% pure target. This is partly because mixed facility_mix includes community facilities (which average lower OR utilization) and partly small-N effects at 3 facilities × 14 days. The full product hits the AHA target at scale.
- Equipment downtime runs slightly elevated (5.1% vs ECRI 4.2%). The generator's age-based
failure_multiplierproduces realistic but somewhat-higher-than-target downtime for aging assets. Reflects real-world equipment fleet aging — production hospitals with younger fleets see lower rates. - PACU utilization clips at 1.0. The generator caps PACU utilization at 100% rather than allowing over-capacity. At busy academic centers, real PACU congestion exceeds capacity (queue forms) — this is hidden by the cap.
- Staff IDs are synthetic random integers. No real NPIs, no real practitioner identifiers. Surgeon IDs are equally synthetic.
- Equipment IDs are synthetic identifiers, not real GUDID device IDs.
- Block-schedule data is daily-aggregated, not minute-level. The full product can be extended with minute-level block scheduling for highly-detailed OR room optimization.
- No real ICD-10 / CPT case data joins. Case types are categorical groupings (Orthopedic, Cardiac, etc.) — the full ICD-10/CPT/MS-DRG joins are in the companion HLT-005 hospital admission dataset.
- Synthetic, not derived from real hospital operations data. Distributions match published AHA/AORN/NSI/ECRI references but do NOT reflect any specific real hospital.
Ethical use guidance
This dataset is designed for:
- Hospital operations analytics methodology development
- OR scheduling and capacity planning research
- Equipment maintenance prediction ML
- Nursing workforce analytics
- ED throughput optimization research
- Healthcare AI pretraining for operational forecasting
- Educational use in hospital operations management and operations research
This dataset is not appropriate for:
- Making real staffing decisions about real personnel
- Real surgeon performance evaluation
- Real equipment retirement/procurement decisions without validation
- Discriminatory analyses targeting protected demographic groups
- Hospital quality scoring or pay-for-performance modeling without real-data validation
Companion datasets in the Healthcare vertical
- HLT-001 — Synthetic Patient Population (5K patients × 79 cols, CDC/NHANES calibrated)
- HLT-002 — Synthetic EHR Dataset (4K encounters + FHIR R4 bundles)
- HLT-003 — Synthetic Clinical Trial Dataset (3 endpoint types + power sweep)
- HLT-004 — Synthetic Disease Progression Dataset (NSCLC + Heart Failure longitudinal)
- HLT-005 — Synthetic Hospital Admission Dataset (5K admissions + bed utilization)
- HLT-006 — Synthetic Medical Imaging Dataset (1K studies + COCO annotations + reports)
- HLT-007 — Synthetic Drug Response Dataset (3K patient-treatments × 25 drug classes + PGx + PK)
- HLT-008 — Synthetic Healthcare Claims Dataset (500 members + 30K claims + fraud labels)
- HLT-009 — Synthetic Continuous Vital Sign Monitoring Dataset (25 ICU episodes + alarms)
- HLT-010 — Synthetic Hospital Resource Usage Dataset (you are here)
Use HLT-001 through HLT-010 together for the complete healthcare data stack: clinical (population/EHR/trials/progression) + operational (admissions/imaging/pharma/claims/monitoring/resources) — 10 datasets covering every major workflow in the modern hospital.
Citation
If you use this dataset, please cite:
@dataset{xpertsystems_hlt010_sample_2026,
author = {XpertSystems.ai},
title = {HLT-010 Synthetic Hospital Resource Usage Dataset (Sample Preview)},
year = 2026,
publisher = {Hugging Face},
url = {https://huggingface.co/datasets/xpertsystems/hlt010-sample}
}
Contact
- Web: https://xpertsystems.ai
- Email: pradeep@xpertsystems.ai
- Full product catalog: Cybersecurity, Insurance & Risk, Materials & Energy, Oil & Gas, Healthcare, and more
Sample License: CC-BY-NC-4.0 (Creative Commons Attribution-NonCommercial 4.0) Full product License: Commercial — please contact for pricing.
- Downloads last month
- 6