Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
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 3 new columns ({'criticality_level', 'autonomy_risk_score', 'intervention_probability'}) and 5 missing columns ({'location_lat', 'autonomy_level', 'asset_type', 'operational_status', 'location_lon'}).

This happened while the csv dataset builder was generating data using

hf://datasets/xpertsystems/oil044-sample/autonomous_labels.csv (at revision f474f46c311eadbc4bbcc38583802a29a38ef484), [/tmp/hf-datasets-cache/medium/datasets/40805738757958-config-parquet-and-info-xpertsystems-oil044-sampl-1b5aded9/hub/datasets--xpertsystems--oil044-sample/snapshots/f474f46c311eadbc4bbcc38583802a29a38ef484/autonomous_assets.csv (origin=hf://datasets/xpertsystems/oil044-sample@f474f46c311eadbc4bbcc38583802a29a38ef484/autonomous_assets.csv), /tmp/hf-datasets-cache/medium/datasets/40805738757958-config-parquet-and-info-xpertsystems-oil044-sampl-1b5aded9/hub/datasets--xpertsystems--oil044-sample/snapshots/f474f46c311eadbc4bbcc38583802a29a38ef484/autonomous_labels.csv (origin=hf://datasets/xpertsystems/oil044-sample@f474f46c311eadbc4bbcc38583802a29a38ef484/autonomous_labels.csv), /tmp/hf-datasets-cache/medium/datasets/40805738757958-config-parquet-and-info-xpertsystems-oil044-sampl-1b5aded9/hub/datasets--xpertsystems--oil044-sample/snapshots/f474f46c311eadbc4bbcc38583802a29a38ef484/drone_missions.csv (origin=hf://datasets/xpertsystems/oil044-sample@f474f46c311eadbc4bbcc38583802a29a38ef484/drone_missions.csv), /tmp/hf-datasets-cache/medium/datasets/40805738757958-config-parquet-and-info-xpertsystems-oil044-sampl-1b5aded9/hub/datasets--xpertsystems--oil044-sample/snapshots/f474f46c311eadbc4bbcc38583802a29a38ef484/edge_ai_decisions.csv (origin=hf://datasets/xpertsystems/oil044-sample@f474f46c311eadbc4bbcc38583802a29a38ef484/edge_ai_decisions.csv), /tmp/hf-datasets-cache/medium/datasets/40805738757958-config-parquet-and-info-xpertsystems-oil044-sampl-1b5aded9/hub/datasets--xpertsystems--oil044-sample/snapshots/f474f46c311eadbc4bbcc38583802a29a38ef484/equipment_telemetry.csv (origin=hf://datasets/xpertsystems/oil044-sample@f474f46c311eadbc4bbcc38583802a29a38ef484/equipment_telemetry.csv), /tmp/hf-datasets-cache/medium/datasets/40805738757958-config-parquet-and-info-xpertsystems-oil044-sampl-1b5aded9/hub/datasets--xpertsystems--oil044-sample/snapshots/f474f46c311eadbc4bbcc38583802a29a38ef484/predictive_maintenance.csv (origin=hf://datasets/xpertsystems/oil044-sample@f474f46c311eadbc4bbcc38583802a29a38ef484/predictive_maintenance.csv), /tmp/hf-datasets-cache/medium/datasets/40805738757958-config-parquet-and-info-xpertsystems-oil044-sampl-1b5aded9/hub/datasets--xpertsystems--oil044-sample/snapshots/f474f46c311eadbc4bbcc38583802a29a38ef484/remote_control_sessions.csv (origin=hf://datasets/xpertsystems/oil044-sample@f474f46c311eadbc4bbcc38583802a29a38ef484/remote_control_sessions.csv), /tmp/hf-datasets-cache/medium/datasets/40805738757958-config-parquet-and-info-xpertsystems-oil044-sampl-1b5aded9/hub/datasets--xpertsystems--oil044-sample/snapshots/f474f46c311eadbc4bbcc38583802a29a38ef484/robotic_operations.csv (origin=hf://datasets/xpertsystems/oil044-sample@f474f46c311eadbc4bbcc38583802a29a38ef484/robotic_operations.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
              asset_id: string
              autonomy_risk_score: double
              intervention_probability: double
              criticality_level: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 799
              to
              {'asset_id': Value('string'), 'asset_type': Value('string'), 'autonomy_level': Value('int64'), 'operational_status': Value('string'), 'location_lat': Value('float64'), 'location_lon': 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 3 new columns ({'criticality_level', 'autonomy_risk_score', 'intervention_probability'}) and 5 missing columns ({'location_lat', 'autonomy_level', 'asset_type', 'operational_status', 'location_lon'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/xpertsystems/oil044-sample/autonomous_labels.csv (at revision f474f46c311eadbc4bbcc38583802a29a38ef484), [/tmp/hf-datasets-cache/medium/datasets/40805738757958-config-parquet-and-info-xpertsystems-oil044-sampl-1b5aded9/hub/datasets--xpertsystems--oil044-sample/snapshots/f474f46c311eadbc4bbcc38583802a29a38ef484/autonomous_assets.csv (origin=hf://datasets/xpertsystems/oil044-sample@f474f46c311eadbc4bbcc38583802a29a38ef484/autonomous_assets.csv), /tmp/hf-datasets-cache/medium/datasets/40805738757958-config-parquet-and-info-xpertsystems-oil044-sampl-1b5aded9/hub/datasets--xpertsystems--oil044-sample/snapshots/f474f46c311eadbc4bbcc38583802a29a38ef484/autonomous_labels.csv (origin=hf://datasets/xpertsystems/oil044-sample@f474f46c311eadbc4bbcc38583802a29a38ef484/autonomous_labels.csv), /tmp/hf-datasets-cache/medium/datasets/40805738757958-config-parquet-and-info-xpertsystems-oil044-sampl-1b5aded9/hub/datasets--xpertsystems--oil044-sample/snapshots/f474f46c311eadbc4bbcc38583802a29a38ef484/drone_missions.csv (origin=hf://datasets/xpertsystems/oil044-sample@f474f46c311eadbc4bbcc38583802a29a38ef484/drone_missions.csv), /tmp/hf-datasets-cache/medium/datasets/40805738757958-config-parquet-and-info-xpertsystems-oil044-sampl-1b5aded9/hub/datasets--xpertsystems--oil044-sample/snapshots/f474f46c311eadbc4bbcc38583802a29a38ef484/edge_ai_decisions.csv (origin=hf://datasets/xpertsystems/oil044-sample@f474f46c311eadbc4bbcc38583802a29a38ef484/edge_ai_decisions.csv), /tmp/hf-datasets-cache/medium/datasets/40805738757958-config-parquet-and-info-xpertsystems-oil044-sampl-1b5aded9/hub/datasets--xpertsystems--oil044-sample/snapshots/f474f46c311eadbc4bbcc38583802a29a38ef484/equipment_telemetry.csv (origin=hf://datasets/xpertsystems/oil044-sample@f474f46c311eadbc4bbcc38583802a29a38ef484/equipment_telemetry.csv), /tmp/hf-datasets-cache/medium/datasets/40805738757958-config-parquet-and-info-xpertsystems-oil044-sampl-1b5aded9/hub/datasets--xpertsystems--oil044-sample/snapshots/f474f46c311eadbc4bbcc38583802a29a38ef484/predictive_maintenance.csv (origin=hf://datasets/xpertsystems/oil044-sample@f474f46c311eadbc4bbcc38583802a29a38ef484/predictive_maintenance.csv), /tmp/hf-datasets-cache/medium/datasets/40805738757958-config-parquet-and-info-xpertsystems-oil044-sampl-1b5aded9/hub/datasets--xpertsystems--oil044-sample/snapshots/f474f46c311eadbc4bbcc38583802a29a38ef484/remote_control_sessions.csv (origin=hf://datasets/xpertsystems/oil044-sample@f474f46c311eadbc4bbcc38583802a29a38ef484/remote_control_sessions.csv), /tmp/hf-datasets-cache/medium/datasets/40805738757958-config-parquet-and-info-xpertsystems-oil044-sampl-1b5aded9/hub/datasets--xpertsystems--oil044-sample/snapshots/f474f46c311eadbc4bbcc38583802a29a38ef484/robotic_operations.csv (origin=hf://datasets/xpertsystems/oil044-sample@f474f46c311eadbc4bbcc38583802a29a38ef484/robotic_operations.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
asset_type
string
autonomy_level
int64
operational_status
string
location_lat
float64
location_lon
float64
0de64009-17b0-4d9c-8eb8-f14a1cd93fa7
OFFSHORE_PLATFORM
1
ACTIVE
43.47909
-91.838933
feb0d529-4e57-446d-8cf9-18f958f9958e
PIPELINE_STATION
1
MAINTENANCE
43.320194
16.331952
cc3e07ae-1d32-4a68-8bae-db55ff411615
LNG_TERMINAL
4
ACTIVE
-84.636501
-101.290329
a87ebc8b-c923-47cc-8f34-f1c0f745cde8
LNG_TERMINAL
5
ACTIVE
11.024111
77.767061
da238126-7156-4d70-b2f5-72d69ebff67b
OFFSHORE_PLATFORM
5
STANDBY
-50.320688
32.135646
f73c4aa7-9ccd-4e3a-a4d2-1db1aa1e004e
DRILLING_RIG
2
MAINTENANCE
-13.929408
-79.966317
8938c9f9-a355-4c24-9151-33dd1de57419
PIPELINE_STATION
3
ACTIVE
-73.305748
-145.182104
c7f85982-ecc3-41cf-a417-8c0b19045064
REFINERY_UNIT
5
STANDBY
55.283089
82.703443
fd35c5f5-75eb-4382-b8eb-6721eeb97961
LNG_TERMINAL
1
STANDBY
-75.815964
-74.455819
d9fb7c80-3df1-439e-8226-5731022f9fc6
OFFSHORE_PLATFORM
5
STANDBY
13.923386
73.645861
4c069361-b2c2-46fb-bae0-dcc6f7b4112c
DRILLING_RIG
2
STANDBY
87.339874
127.91438
11dbf242-1dae-43b2-81a6-662db61a2a6c
DRILLING_RIG
4
STANDBY
-8.386146
120.279754
6348de24-f842-4e41-a43f-82160ce5326f
PIPELINE_STATION
3
STANDBY
-52.288734
-83.887984
3c84b46e-e4f2-4c1e-b7d4-a13958c8efdc
OFFSHORE_PLATFORM
1
MAINTENANCE
24.296092
12.290356
8230c458-4cdf-482a-afbb-32b9c504d5e8
PIPELINE_STATION
2
STANDBY
-21.69802
176.228406
dfb794e8-f965-438e-88e5-d7a01603aa7c
OFFSHORE_PLATFORM
5
ACTIVE
33.230565
123.426691
39eb2641-02b3-462b-ae50-9cc795f79115
DRILLING_RIG
2
ACTIVE
54.908244
-35.580677
e8742702-2f82-445c-9d56-838380f99481
DRILLING_RIG
2
MAINTENANCE
67.746173
-66.715963
e6f11ed7-b8af-48d0-8aaa-ffaea18e0959
OFFSHORE_PLATFORM
4
STANDBY
69.242968
51.426673
ce24c055-83fa-4369-bc38-03ee8f57d6eb
PIPELINE_STATION
3
ACTIVE
-45.607049
22.092528
a90d37cc-9095-4ba0-b072-3dbc3cf2f985
REFINERY_UNIT
5
STANDBY
71.608119
-36.215818
cd928661-e1dd-4424-a9f8-4585be319d45
PIPELINE_STATION
2
MAINTENANCE
-1.16715
92.081577
22e24fb5-541a-486e-a9fa-16c7228e5da5
DRILLING_RIG
2
MAINTENANCE
-61.20324
64.973237
45f6651e-7e41-4541-b976-896df5a3ea0b
LNG_TERMINAL
1
STANDBY
-21.308528
178.603697
b943f52f-68a9-4cc2-be26-ce0239f240f2
LNG_TERMINAL
3
MAINTENANCE
64.940346
-175.866832
3d84cf2f-97dd-46a8-bf8d-d62e6a94a629
OFFSHORE_PLATFORM
1
MAINTENANCE
69.261921
90.316008
90fc0ae6-7f6c-455a-bcc2-2ec814e6c5ee
OFFSHORE_PLATFORM
3
ACTIVE
-37.169977
-123.063208
7b54b342-bec7-4686-a263-4a8a63fdeca5
DRILLING_RIG
3
MAINTENANCE
47.153196
2.765403
4a744538-d9ed-46f4-a5d5-f1e358b65a23
DRILLING_RIG
3
MAINTENANCE
1.379319
-108.392003
dd337987-2139-4484-9f49-cb80db011dc2
REFINERY_UNIT
2
MAINTENANCE
81.629955
152.076269
db0ce749-a161-4e94-96b6-9c0d4dc900b0
DRILLING_RIG
5
STANDBY
-2.050973
-139.727619
dcf554fd-fa9b-4503-9856-1a1d1136890b
REFINERY_UNIT
3
ACTIVE
-79.57347
136.083456
a9aff85f-c4ad-4f47-a160-9ef325cca6e5
DRILLING_RIG
1
MAINTENANCE
-2.521717
-155.083493
c29d77ab-7e19-47ea-8231-1ef8d54fed0c
LNG_TERMINAL
2
ACTIVE
28.755148
160.865525
37d6a58d-02c7-4115-aa35-a0e3f35da5e2
PIPELINE_STATION
3
MAINTENANCE
67.037947
-27.670342
f12ad67f-90ac-4c20-9f23-1ba00fa3c0bb
PIPELINE_STATION
5
MAINTENANCE
34.176174
76.66163
c8465ca1-abcd-44bd-ad5a-aa5151a8f8cd
COMPRESSOR
3
STANDBY
71.930535
-17.464989
211b07fa-cace-4def-871c-4c7336ef8137
PIPELINE_STATION
2
ACTIVE
-29.144599
31.791139
e9a8ca6a-9287-40ab-9cc9-14233e43873c
PIPELINE_STATION
5
ACTIVE
-88.705649
74.822741
f7fc9225-4b41-462c-a12f-877738f713c6
DRILLING_RIG
2
ACTIVE
72.975602
129.468744
5d690e86-1228-4455-b884-7656cf225415
DRILLING_RIG
5
ACTIVE
-39.874092
-5.25078
1f937f24-70d8-492a-9f27-d84f601136e5
LNG_TERMINAL
2
MAINTENANCE
78.392563
25.575514
6e2185c9-1346-4bc9-8e4d-f00eb8debba7
COMPRESSOR
2
STANDBY
55.34946
-111.452431
39cc4a63-9175-4de0-ac4a-2f0e7da045a7
DRILLING_RIG
4
STANDBY
-13.755848
-11.87112
c5301588-c162-4c78-be98-f6bda01f69fa
OFFSHORE_PLATFORM
1
MAINTENANCE
27.621988
52.62471
059ed160-6fe0-4249-8ec6-938c9b43dea0
DRILLING_RIG
4
MAINTENANCE
-28.925531
130.202113
d70041ca-cd40-4024-a80e-33d410b65016
PIPELINE_STATION
2
ACTIVE
6.531436
-129.534373
27ebea87-84f7-4a41-a1cb-dc873c309bc4
PIPELINE_STATION
3
STANDBY
-45.034839
152.375616
773f0897-960f-4850-b035-d83168a1b195
COMPRESSOR
5
ACTIVE
-80.894101
179.741689
fe7eb752-b70e-470a-a2e2-86071ab7a34e
DRILLING_RIG
1
ACTIVE
-60.064
-5.169195
b046b03c-e2d8-4c5d-b15e-ddb3fe46ee7f
PIPELINE_STATION
4
ACTIVE
-60.365318
-179.224064
416fcd2d-85f4-4afd-8071-66a4054fcfc0
COMPRESSOR
3
STANDBY
-38.655139
70.772941
3f7277a7-c826-49a6-9ffc-531b9b750108
OFFSHORE_PLATFORM
5
MAINTENANCE
39.31349
-124.273143
cfb58d44-3045-45d7-a19c-1f89e1200c92
REFINERY_UNIT
2
ACTIVE
14.252452
15.190272
93ed41df-aec0-4832-9ead-81d037878424
OFFSHORE_PLATFORM
3
ACTIVE
-80.974379
-8.356134
963b043e-a06f-4add-8da0-1cc7296d56f3
LNG_TERMINAL
2
ACTIVE
82.940203
-151.159873
456e2ef5-e446-4612-8160-eb27d923d311
PIPELINE_STATION
1
MAINTENANCE
-77.767045
130.254913
5dfcbd7b-fdd9-44c5-9933-fd9b1a5e34ea
COMPRESSOR
1
MAINTENANCE
-45.681237
34.026895
f97913f7-9229-48a2-8c5d-e229b6beaa45
LNG_TERMINAL
1
STANDBY
28.32717
23.481693
7dd36bd2-1c31-4ba6-bebb-1f1d513f361b
REFINERY_UNIT
3
ACTIVE
30.550675
-66.893809
5acb376f-1871-4408-a842-8b0b8e007493
REFINERY_UNIT
4
ACTIVE
30.90424
-72.001051
3c3cbc89-79ee-467d-ab4c-28f902481b88
REFINERY_UNIT
1
ACTIVE
-7.508606
179.443599
4b5d3201-7e47-43a8-b048-61cb8ff05d6c
DRILLING_RIG
1
MAINTENANCE
-51.632224
-84.527851
adb99a0b-0356-4b62-b56e-37cdafc18793
REFINERY_UNIT
1
ACTIVE
-23.485124
-123.21114
15f33ba9-b19c-4052-973a-965f9ff16371
LNG_TERMINAL
3
MAINTENANCE
87.093596
110.55598
f8ffc8c0-b82b-46d6-8139-e71c902cb6a6
LNG_TERMINAL
1
MAINTENANCE
57.078744
-72.223649
c10e1368-9275-49ba-a6af-b33a73775af5
OFFSHORE_PLATFORM
1
ACTIVE
-42.396134
140.296575
4706bdea-d6d7-4915-95a2-2500a9274a80
OFFSHORE_PLATFORM
5
ACTIVE
-40.977322
37.738738
abe77e8e-bec1-40f8-bf1b-b51f0009c75b
OFFSHORE_PLATFORM
3
ACTIVE
33.749483
127.048614
289fe8bc-18f4-44ff-9ef5-65750b678184
LNG_TERMINAL
4
STANDBY
72.960568
124.597337
67e84f36-cbca-4544-a034-05153e1d5f83
DRILLING_RIG
4
STANDBY
-82.064383
-59.919646
ffcc916d-b6ed-43d8-9496-706ae90e2af6
PIPELINE_STATION
3
ACTIVE
43.421564
18.604952
1aa552b7-43c2-47f6-9717-0abe1d2d4988
COMPRESSOR
5
ACTIVE
-69.862701
160.218338
4281da8c-8756-45ed-b065-d66a82182acc
OFFSHORE_PLATFORM
2
MAINTENANCE
-83.514935
-47.082246
57f94f6f-4acf-4db6-89e6-5d57c2ad36b6
LNG_TERMINAL
2
STANDBY
-67.059807
-69.026994
13e5be98-92d4-4a0d-a1d8-fbf3c804da04
DRILLING_RIG
3
ACTIVE
32.772004
60.096028
a4d85864-d423-448b-b20e-3bd3521507a6
REFINERY_UNIT
5
STANDBY
85.290664
89.81194
8f9e7d46-ab83-4e50-8fe4-4000e38292ce
PIPELINE_STATION
2
ACTIVE
68.654917
-171.07691
2b2d6648-3fa6-4808-820f-b61c0842b765
OFFSHORE_PLATFORM
3
STANDBY
54.402325
131.06305
b6a99129-94ff-4b11-83f7-d0dfbabe528e
PIPELINE_STATION
3
ACTIVE
51.727412
-141.085574
83844eaf-5be0-463b-b067-81ead4b977ee
DRILLING_RIG
4
ACTIVE
-54.076891
150.642684
131c7907-fb72-4276-97c8-023ec159f37c
REFINERY_UNIT
3
ACTIVE
-49.873762
57.611946
717f9dff-64d5-41c6-b034-0ccf387ebc98
COMPRESSOR
3
STANDBY
65.58353
168.080077
2964c0fe-9c8c-45be-ac67-231d61303996
REFINERY_UNIT
3
MAINTENANCE
1.693022
64.626523
1bfbdef0-ec83-4e55-b19b-1cdb0e80ec66
LNG_TERMINAL
3
ACTIVE
-69.238485
169.34422
b150c5ab-5792-4be7-93f1-ea0a715ebee8
PIPELINE_STATION
5
STANDBY
-83.113704
34.765652
39001d37-ef1d-4286-a8b2-f6f5179e5a25
REFINERY_UNIT
3
STANDBY
19.117594
4.112301
c440d7ca-d3b4-482d-96c0-0941f10b29d5
COMPRESSOR
5
ACTIVE
-44.149949
75.162702
a10760e2-94fa-4601-b496-3951f7296d2e
DRILLING_RIG
5
MAINTENANCE
33.634286
158.494723
562943ab-16d9-466d-b150-8148735032a1
OFFSHORE_PLATFORM
2
STANDBY
-12.366468
161.594815
70a27687-9e70-4a1e-a619-2c4724156226
REFINERY_UNIT
5
STANDBY
29.409746
-135.134886
34d8ccf6-02bb-45a9-be7e-9b4325cc8f3d
REFINERY_UNIT
5
STANDBY
30.040723
-62.574154
bf0bc17f-e306-4a4e-9973-6148d7f0df8e
OFFSHORE_PLATFORM
3
MAINTENANCE
-67.088196
-28.63932
3240ba86-0963-4211-8909-b050cdd41b4a
COMPRESSOR
2
MAINTENANCE
12.438946
-33.812939
cb493149-594d-4592-b80a-84ab6e6eb198
DRILLING_RIG
3
STANDBY
-52.167117
102.873178
d9d7cb78-f94f-4d7a-b041-f54e582e9933
LNG_TERMINAL
3
STANDBY
-10.478517
63.225804
11f50fda-2931-4b16-a6ab-74fd64221829
LNG_TERMINAL
4
MAINTENANCE
-59.455549
-149.473607
b58743d4-990c-44d2-97bd-39b92bd43469
LNG_TERMINAL
5
STANDBY
-73.190304
162.719878
a14edeb8-8610-4956-ad08-f03c913eb0ce
PIPELINE_STATION
3
ACTIVE
55.181321
-126.952574
2baa36ff-549d-485d-8ff8-a60be3398605
DRILLING_RIG
2
STANDBY
20.029315
96.656162
End of preview.

OIL-044 — Synthetic Autonomous Oilfield Dataset (Sample)

A schema-identical preview of OIL-044, the XpertSystems.ai synthetic autonomous oilfield operations dataset for autonomous robotics, drone inspection, edge AI inference, remote operations, predictive maintenance, and human-in-the-loop decision-support AI training. The full product covers 5,000 assets / 500,000 telemetry rows / 100,000 robotic operations / 50,000 edge AI decisions. This sample is HF-sized (500 assets, ~75K rows total) covering all 8 product tables.

Built by XpertSystems.ai — Synthetic Data Platform Contact pradeep@xpertsystems.ai · xpertsystems.ai License CC-BY-NC-4.0 (sample); commercial license available for the full product.


What OIL-044 does that nothing else in the catalog does

OIL-044 is the catalog's first autonomous-systems / edge AI SKU. Where OIL-042 (Digital Twin) models steady-state operations and OIL-043 (Scenario Simulation) models perturbations, OIL-044 models the autonomous decision-making layer that sits on top: SAE-J3016-style autonomy-level assets, ISO 10218 / ISO 13482 robotic operations, drone inspection missions, edge AI inference with calibrated confidence and human-override flags, and remote-operator sessions across healthy / degraded / partitioned network conditions.

This is the substrate that autonomous-systems researchers, robotics SaaS vendors, edge AI platform teams, and human-AI interaction researchers have been waiting for: a coherent, joinable dataset where robotic ops, drone inspections, edge AI decisions, and human overrides share asset_id and timestamps for cross-layer correlation research.

Buyer Persona Use Case
Robotics SaaS Vendor Robotic operations success modeling, fleet analytics
Edge AI Platform Team Confidence calibration, human-override-trigger learning
Autonomous Systems Researcher SAE J3016 autonomy-level performance benchmarking
Human-AI Interaction Researcher Override decision modeling, network-conditional autonomy
Industrial IoT Vendor OT network health × autonomous-decision correlation
Drone Inspection Vendor Anomaly detection rate calibration across drone types
C-suite AI Demo "Show me autonomous oilfield AI in 60 seconds"

What's inside

8 CSV tables organized around an asset_id master key: autonomous asset inventory → robotic operations → drone inspection missions → edge AI decisions → predictive maintenance → remote-operator sessions → sensor telemetry → pre-built ML labels.

Table Rows (sample) What it represents
autonomous_assets.csv 500 6-class asset taxonomy × 5-tier autonomy level × 3-state operational status
robotic_operations.csv 10,000 5-class robot × 6-class task × 3-class execution status + battery + failure prob
drone_missions.csv 3,000 3-class drone × mission type × flight duration + anomaly detected + collision risk
edge_ai_decisions.csv 6,000 5-class decision × confidence score + inference latency + human override flag
predictive_maintenance.csv 4,000 Degradation + failure probability + remaining days + action taken
remote_control_sessions.csv 2,500 Latency ms + 3-state network health + commands sent per session
equipment_telemetry.csv 50,000 5-class sensor (pressure/temp/flow/vibration/RPM) with calibrated value distributions
autonomous_labels.csv 500 Pre-built ML labels: autonomy risk score + intervention probability + 4-tier criticality

Total: ~76,000 rows, ~9 MB. The full OIL-044 product is ~700K rows.


Calibration sources

Every distribution and ratio is anchored to named public references. Highlights:

  • NIST AI-RMF 1.0 (NIST AI 100-1) + ISO/IEC TR 24028 — autonomous-AI confidence calibration conventions.
  • ISO 22989 AI concepts and terminology — autonomous decision and human-oversight conventions.
  • NIST SP 1011 Autonomy Levels for Unmanned Systems + NIST Robotic Systems Test Methods — autonomous-mission success benchmarks.
  • ISO 10218 Industrial robots — failure-probability and safety norms.
  • ISO 13482 Service robots — autonomous-machinery safety conventions.
  • ISO 10816 / ISO 20816 Mechanical vibration evaluation — vibration sensor severity bands.
  • IEC 62443 Industrial network security — OT network health KPIs.
  • 3GPP Industrial IoT KPIs — remote-link availability conventions.
  • SAE J3016 Levels of driving automation (5-level scale) — applied analogously here to industrial asset autonomy.
  • AUVSI + FAA Part 107 + Oil & Gas drone-inspection survey data — 3-class drone taxonomy.
  • ISA-95 / OPC UA + ISO 14224 — sensor classification.

Validation scorecard

The wrapper ships a 10-metric scorecard (validation_scorecard.json) that re-scores the dataset on every generation. Default seed 42 result:

ID Metric Target Observed Source
M01 Asset-Type Taxonomy (floor) ≥ 6 6 XpertSystems autonomous-oilfield
M02 Robot-Type Taxonomy (floor) ≥ 5 5 ISO 10218 / ISO 13482 / IADC
M03 Drone-Type Taxonomy (floor) ≥ 3 3 AUVSI / FAA Part 107
M04 Edge AI Decision-Type (floor) ≥ 5 5 NIST AI-RMF / ISO 22989
M05 Sensor-Type Taxonomy (floor) ≥ 5 5 ISA-95 / OPC UA / ISO 14224
M06 Vibration Sensor Mean (mm/s) 3.5–5.5 4.49 ISO 10816 Class III
M07 Robotic Success Rate (floor) ≥ 0.87 0.919 NIST SP 1011
M08 Network Healthy Rate (floor) ≥ 0.87 0.909 IEC 62443 / 3GPP IIoT
M09 Edge AI Confidence (mean) 0.89–0.95 0.917 NIST AI-RMF / ISO 24028
M10 Human-Override Rate 0.03–0.07 0.053 ISO 22989 / NIST AI-RMF

Grade: A+ (100/100). Verified across seeds 42, 7, 123, 2024, 99, 1.

The scorecard intentionally focuses on NIST AI-RMF / ISO 22989 calibration anchors — autonomous-systems standards where the synthetic data must faithfully represent the standard's defined ranges to be useful for regulator-compliant decision-support AI training.


Suggested use cases

  • Human-override prediction modelingedge_ai_decisions.csv has per-decision human_override_required binary flag plus confidence_score, enabling training of override-trigger models for NIST AI-RMF Govern-1 human-oversight workflows.
  • Confidence calibration researchedge_ai_decisions.csv confidence distribution (mean 0.92, calibrated against NIST 100-1) is ground truth for calibration-error studies, Platt scaling, and isotonic regression benchmarking.
  • Autonomous-mission success classificationrobotic_operations.csv 3-class status (SUCCESS / PARTIAL_SUCCESS / FAILED) × battery level × task duration × failure probability. Train mission-success classifiers with 92% positive class.
  • Drone-inspection anomaly detectiondrone_missions.csv provides anomaly_detected binary flag × drone type × collision risk score, suitable for AUVSI/FAA-aligned inspection-quality ML.
  • Network-conditional autonomy modelingremote_control_sessions.csv × edge_ai_decisions.csv joinable on asset_id supports network-aware human-AI handoff research (when does the link quality justify falling back to edge AI vs human operator).
  • Telemetry-driven predictive maintenanceequipment_telemetry.csv has calibrated normal distributions per sensor type, joinable with predictive_maintenance.csv for degradation modeling.
  • Pre-built autonomy-risk ML labelsautonomous_labels.csv provides asset-level autonomy_risk_score, intervention_probability, and 4-tier criticality_level, ready for downstream regression or multi-class classification.
  • Cross-vertical autonomous-systems methodology — OIL-044 schemas apply analogously to manufacturing, mining, ports, and warehouse autonomy research; buyers can use the same data plane for non-O&G autonomous research.

Loading

from datasets import load_dataset

assets = load_dataset(
    "xpertsystems/oil044-sample",
    data_files="autonomous_assets.csv",
    split="train",
)
edge_ai = load_dataset(
    "xpertsystems/oil044-sample",
    data_files="edge_ai_decisions.csv",
    split="train",
)
labels = load_dataset(
    "xpertsystems/oil044-sample",
    data_files="autonomous_labels.csv",
    split="train",
)

Or with pandas directly:

import pandas as pd
from huggingface_hub import hf_hub_download

path = hf_hub_download(
    repo_id="xpertsystems/oil044-sample",
    filename="robotic_operations.csv",
    repo_type="dataset",
)
df = pd.read_csv(path)

All 8 tables share asset_id as the master join key, supporting cross-table joins:

  • autonomous_assets ⨝ autonomous_labels (1:1) — every asset has labels
  • autonomous_assets ⨝ robotic_operations (1:N) — ~20 operations per asset
  • autonomous_assets ⨝ drone_missions (1:N) — ~6 missions per asset
  • autonomous_assets ⨝ edge_ai_decisions (1:N) — ~12 decisions per asset
  • autonomous_assets ⨝ equipment_telemetry (1:N) — ~100 telemetry rows per asset

Schema highlights

autonomous_assets.csvasset_id, asset_type (6-class: DRILLING_RIG / PIPELINE_STATION / REFINERY_UNIT / COMPRESSOR / LNG_TERMINAL / OFFSHORE_PLATFORM), autonomy_level ∈ {1, 2, 3, 4, 5} (SAE J3016-like 5-tier scale: 1=Driver Assistance, 5=Full Automation), operational_status ∈ {ACTIVE, STANDBY, MAINTENANCE}, location_lat, location_lon.

robotic_operations.csvoperation_id, robot_id, asset_id, robot_type (5-class: INSPECTION_ROBOT / PIPE_CRAWLER / AUTONOMOUS_TRUCK / ROBOTIC_ARM / VALVE_CONTROLLER), task_type (6-class), execution_status ∈ {SUCCESS, FAILED, PARTIAL_SUCCESS}, task_duration_minutes, battery_level, failure_probability, timestamp.

drone_missions.csvdrone_type (3-class: THERMAL_DRONE / VISUAL_INSPECTION_DRONE / LEAK_DETECTION_DRONE), mission_type, flight_duration_minutes, anomaly_detected (binary), collision_risk_score.

edge_ai_decisions.csvdecision_type (5-class: SHUTDOWN / CONTINUE_OPERATION / ESCALATE / DISPATCH_ROBOT / REQUEST_HUMAN_OVERRIDE), confidence_score ∈ [0, 1] (calibrated to NIST AI-RMF norms), inference_latency_ms, human_override_required (binary), timestamp.

remote_control_sessions.csvlatency_ms (calibrated to satellite + terrestrial Edge mix), network_health ∈ {HEALTHY, DEGRADED, PARTITIONED}, commands_sent, timestamp.

equipment_telemetry.csv — 5-class sensor_type with calibrated normal distributions:

  • PRESSURE: mean 1,200 psi, σ 80
  • TEMPERATURE: mean 85 °C, σ 12
  • FLOW_RATE: mean 420 bpd, σ 55
  • VIBRATION: mean 4.5 mm/s, σ 1.1 (ISO 10816)
  • RPM: mean 1,800 RPM, σ 250

autonomous_labels.csv — pre-built ML labels: autonomy_risk_score ∈ [0, 1], intervention_probability ∈ [0, 1], criticality_level ∈ {LOW, MEDIUM, HIGH, CRITICAL}.


Calibration notes & limitations

In the spirit of honest synthetic data, a few things buyers of the sample should know:

  1. Edge AI inference latency uses uniform random 10–3,000 ms with median ~1,500 ms. This is much slower than industry "edge AI" (<100 ms for real-time control). The synthetic distribution is intentionally wide for ML training utility — it covers the full range from on-asset edge inference (<100 ms) through fog computing (200–500 ms) through cloud-fallback (1–3 s). For pure on-device edge AI work, filter to inference_latency_ms < 100 to recover a real-time-control subset. The scorecard validates confidence and override rates instead of latency for this reason.

  2. Predictive maintenance action distribution is uniform 25% each across NONE / INSPECTION / PART_REPLACEMENT / EMERGENCY_SHUTDOWN. Industry mature operations sustain EMERGENCY_SHUTDOWN at ≤5%. This uniform distribution is intentional for ML training utility (balanced multi-class target). For realistic action-distribution work, threshold from degradation_score with custom mapping (e.g., NONE when score < 0.3, INSPECTION 0.3–0.5, PART_REPLACEMENT 0.5–0.7, EMERGENCY_SHUTDOWN > 0.7), or use the OIL-038 / OIL-039 PdM SKUs which carry calibrated action distributions.

  3. Operational status uniform across ACTIVE / STANDBY / MAINTENANCE (~33% each). Industry mature is 70–85% ACTIVE. This is by design to give all 3 status classes equal ML training density at sample scale.

  4. Criticality level uniform across LOW / MEDIUM / HIGH / CRITICAL (~25% each). Industry mature criticality distributions are pyramid- shaped (most LOW). The uniform distribution gives balanced multi-class training; for pyramid-shaped sampling, threshold from autonomy_risk_score directly.

  5. HF preview sizing — default generator sizing is 5K assets / 500K telemetry / 100K robotic operations producing ~150 MB. The HF preview is reduced to 500 assets / 50K telemetry / 10K robotic operations, ~9 MB. All schemas, taxonomies, and scorecard calibrations are preserved at the smaller scale. For higher-density studies, override the underlying generator's --n-assets / --n-telemetry-rows flags.

  6. Sensor telemetry uses simple Gaussian per sensor type. There's no cross-modal coupling, no temporal autocorrelation, no degradation trajectory linkage. For multi-modal anomaly detection with realistic covariance, use OIL-038 (16-modality with degradation trajectories) or OIL-039 (RUL prognostics with sigmoid-calibrated degradation). OIL-044 is optimized for autonomous-decision and human-oversight research, not multi-modal anomaly detection.

  7. Battery level uniform 5–100%. Real fleet battery distributions are bimodal (charging stations + active duty). For realistic battery analytics, use the full product or condition on execution_status (low battery is correlated with FAILED status in the full generator).

  8. Deterministic seeding. All 8 tables are deterministic on --seed. Catalog default is seed 42. Seed sweep verifies Grade A+ across {42, 7, 123, 2024, 99, 1}.


Commercial / full product

The full OIL-044 product covers 5,000 assets × 100,000 robotic operations × 50,000 edge AI decisions × 500,000 telemetry rows across a 1-year horizon (700K rows total), with calibrated industry-pyramid distributions for operational status, criticality, and predictive maintenance actions, plus realistic battery / fleet bimodal distributions and edge-vs-cloud latency segmentation. Available under commercial license — contact pradeep@xpertsystems.ai.

XpertSystems.ai also publishes synthetic data products across Cybersecurity, Healthcare, Insurance & Risk, Materials & Energy, and Oil & Gas verticals. Catalog: huggingface.co/xpertsystems.

Downloads last month
7