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 5 new columns ({'slide_rotate_ratio', 'rss_flag', 'bha_id', 'bend_angle_deg', 'toolface_deg'}) and 6 missing columns ({'survey_id', 'azimuth_deg', 'dogleg_severity_deg_per_100ft', 'inclination_deg', 'tvd_ft', 'md_ft'}).

This happened while the csv dataset builder was generating data using

hf://datasets/xpertsystems/oil008-sample/bha_directional_data.csv (at revision 7c1299319adf04fee0bf4c5ea96e56632b2bdf55), [/tmp/hf-datasets-cache/medium/datasets/22138235125125-config-parquet-and-info-xpertsystems-oil008-sampl-5ed1db7d/hub/datasets--xpertsystems--oil008-sample/snapshots/7c1299319adf04fee0bf4c5ea96e56632b2bdf55/actual_trajectory.csv (origin=hf://datasets/xpertsystems/oil008-sample@7c1299319adf04fee0bf4c5ea96e56632b2bdf55/actual_trajectory.csv), /tmp/hf-datasets-cache/medium/datasets/22138235125125-config-parquet-and-info-xpertsystems-oil008-sampl-5ed1db7d/hub/datasets--xpertsystems--oil008-sample/snapshots/7c1299319adf04fee0bf4c5ea96e56632b2bdf55/bha_directional_data.csv (origin=hf://datasets/xpertsystems/oil008-sample@7c1299319adf04fee0bf4c5ea96e56632b2bdf55/bha_directional_data.csv), /tmp/hf-datasets-cache/medium/datasets/22138235125125-config-parquet-and-info-xpertsystems-oil008-sampl-5ed1db7d/hub/datasets--xpertsystems--oil008-sample/snapshots/7c1299319adf04fee0bf4c5ea96e56632b2bdf55/collision_monitoring.csv (origin=hf://datasets/xpertsystems/oil008-sample@7c1299319adf04fee0bf4c5ea96e56632b2bdf55/collision_monitoring.csv), /tmp/hf-datasets-cache/medium/datasets/22138235125125-config-parquet-and-info-xpertsystems-oil008-sampl-5ed1db7d/hub/datasets--xpertsystems--oil008-sample/snapshots/7c1299319adf04fee0bf4c5ea96e56632b2bdf55/drilling_sections.csv (origin=hf://datasets/xpertsystems/oil008-sample@7c1299319adf04fee0bf4c5ea96e56632b2bdf55/drilling_sections.csv), /tmp/hf-datasets-cache/medium/datasets/22138235125125-config-parquet-and-info-xpertsystems-oil008-sampl-5ed1db7d/hub/datasets--xpertsystems--oil008-sample/snapshots/7c1299319adf04fee0bf4c5ea96e56632b2bdf55/geosteering_targets.csv (origin=hf://datasets/xpertsystems/oil008-sample@7c1299319adf04fee0bf4c5ea96e56632b2bdf55/geosteering_targets.csv), /tmp/hf-datasets-cache/medium/datasets/22138235125125-config-parquet-and-info-xpertsystems-oil008-sampl-5ed1db7d/hub/datasets--xpertsystems--oil008-sample/snapshots/7c1299319adf04fee0bf4c5ea96e56632b2bdf55/planned_trajectory.csv (origin=hf://datasets/xpertsystems/oil008-sample@7c1299319adf04fee0bf4c5ea96e56632b2bdf55/planned_trajectory.csv), /tmp/hf-datasets-cache/medium/datasets/22138235125125-config-parquet-and-info-xpertsystems-oil008-sampl-5ed1db7d/hub/datasets--xpertsystems--oil008-sample/snapshots/7c1299319adf04fee0bf4c5ea96e56632b2bdf55/survey_qc_flags.csv (origin=hf://datasets/xpertsystems/oil008-sample@7c1299319adf04fee0bf4c5ea96e56632b2bdf55/survey_qc_flags.csv), /tmp/hf-datasets-cache/medium/datasets/22138235125125-config-parquet-and-info-xpertsystems-oil008-sampl-5ed1db7d/hub/datasets--xpertsystems--oil008-sample/snapshots/7c1299319adf04fee0bf4c5ea96e56632b2bdf55/survey_uncertainty.csv (origin=hf://datasets/xpertsystems/oil008-sample@7c1299319adf04fee0bf4c5ea96e56632b2bdf55/survey_uncertainty.csv), /tmp/hf-datasets-cache/medium/datasets/22138235125125-config-parquet-and-info-xpertsystems-oil008-sampl-5ed1db7d/hub/datasets--xpertsystems--oil008-sample/snapshots/7c1299319adf04fee0bf4c5ea96e56632b2bdf55/torque_drag_effects.csv (origin=hf://datasets/xpertsystems/oil008-sample@7c1299319adf04fee0bf4c5ea96e56632b2bdf55/torque_drag_effects.csv), /tmp/hf-datasets-cache/medium/datasets/22138235125125-config-parquet-and-info-xpertsystems-oil008-sampl-5ed1db7d/hub/datasets--xpertsystems--oil008-sample/snapshots/7c1299319adf04fee0bf4c5ea96e56632b2bdf55/well_spacing_labels.csv (origin=hf://datasets/xpertsystems/oil008-sample@7c1299319adf04fee0bf4c5ea96e56632b2bdf55/well_spacing_labels.csv), /tmp/hf-datasets-cache/medium/datasets/22138235125125-config-parquet-and-info-xpertsystems-oil008-sampl-5ed1db7d/hub/datasets--xpertsystems--oil008-sample/snapshots/7c1299319adf04fee0bf4c5ea96e56632b2bdf55/wells_master.csv (origin=hf://datasets/xpertsystems/oil008-sample@7c1299319adf04fee0bf4c5ea96e56632b2bdf55/wells_master.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
              bha_id: string
              well_id: string
              rss_flag: int64
              bend_angle_deg: double
              toolface_deg: double
              slide_rotate_ratio: double
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 993
              to
              {'survey_id': Value('string'), 'well_id': Value('string'), 'md_ft': Value('int64'), 'tvd_ft': Value('float64'), 'inclination_deg': Value('float64'), 'azimuth_deg': Value('float64'), 'dogleg_severity_deg_per_100ft': 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 5 new columns ({'slide_rotate_ratio', 'rss_flag', 'bha_id', 'bend_angle_deg', 'toolface_deg'}) and 6 missing columns ({'survey_id', 'azimuth_deg', 'dogleg_severity_deg_per_100ft', 'inclination_deg', 'tvd_ft', 'md_ft'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/xpertsystems/oil008-sample/bha_directional_data.csv (at revision 7c1299319adf04fee0bf4c5ea96e56632b2bdf55), [/tmp/hf-datasets-cache/medium/datasets/22138235125125-config-parquet-and-info-xpertsystems-oil008-sampl-5ed1db7d/hub/datasets--xpertsystems--oil008-sample/snapshots/7c1299319adf04fee0bf4c5ea96e56632b2bdf55/actual_trajectory.csv (origin=hf://datasets/xpertsystems/oil008-sample@7c1299319adf04fee0bf4c5ea96e56632b2bdf55/actual_trajectory.csv), /tmp/hf-datasets-cache/medium/datasets/22138235125125-config-parquet-and-info-xpertsystems-oil008-sampl-5ed1db7d/hub/datasets--xpertsystems--oil008-sample/snapshots/7c1299319adf04fee0bf4c5ea96e56632b2bdf55/bha_directional_data.csv (origin=hf://datasets/xpertsystems/oil008-sample@7c1299319adf04fee0bf4c5ea96e56632b2bdf55/bha_directional_data.csv), /tmp/hf-datasets-cache/medium/datasets/22138235125125-config-parquet-and-info-xpertsystems-oil008-sampl-5ed1db7d/hub/datasets--xpertsystems--oil008-sample/snapshots/7c1299319adf04fee0bf4c5ea96e56632b2bdf55/collision_monitoring.csv (origin=hf://datasets/xpertsystems/oil008-sample@7c1299319adf04fee0bf4c5ea96e56632b2bdf55/collision_monitoring.csv), /tmp/hf-datasets-cache/medium/datasets/22138235125125-config-parquet-and-info-xpertsystems-oil008-sampl-5ed1db7d/hub/datasets--xpertsystems--oil008-sample/snapshots/7c1299319adf04fee0bf4c5ea96e56632b2bdf55/drilling_sections.csv (origin=hf://datasets/xpertsystems/oil008-sample@7c1299319adf04fee0bf4c5ea96e56632b2bdf55/drilling_sections.csv), /tmp/hf-datasets-cache/medium/datasets/22138235125125-config-parquet-and-info-xpertsystems-oil008-sampl-5ed1db7d/hub/datasets--xpertsystems--oil008-sample/snapshots/7c1299319adf04fee0bf4c5ea96e56632b2bdf55/geosteering_targets.csv (origin=hf://datasets/xpertsystems/oil008-sample@7c1299319adf04fee0bf4c5ea96e56632b2bdf55/geosteering_targets.csv), /tmp/hf-datasets-cache/medium/datasets/22138235125125-config-parquet-and-info-xpertsystems-oil008-sampl-5ed1db7d/hub/datasets--xpertsystems--oil008-sample/snapshots/7c1299319adf04fee0bf4c5ea96e56632b2bdf55/planned_trajectory.csv (origin=hf://datasets/xpertsystems/oil008-sample@7c1299319adf04fee0bf4c5ea96e56632b2bdf55/planned_trajectory.csv), /tmp/hf-datasets-cache/medium/datasets/22138235125125-config-parquet-and-info-xpertsystems-oil008-sampl-5ed1db7d/hub/datasets--xpertsystems--oil008-sample/snapshots/7c1299319adf04fee0bf4c5ea96e56632b2bdf55/survey_qc_flags.csv (origin=hf://datasets/xpertsystems/oil008-sample@7c1299319adf04fee0bf4c5ea96e56632b2bdf55/survey_qc_flags.csv), /tmp/hf-datasets-cache/medium/datasets/22138235125125-config-parquet-and-info-xpertsystems-oil008-sampl-5ed1db7d/hub/datasets--xpertsystems--oil008-sample/snapshots/7c1299319adf04fee0bf4c5ea96e56632b2bdf55/survey_uncertainty.csv (origin=hf://datasets/xpertsystems/oil008-sample@7c1299319adf04fee0bf4c5ea96e56632b2bdf55/survey_uncertainty.csv), /tmp/hf-datasets-cache/medium/datasets/22138235125125-config-parquet-and-info-xpertsystems-oil008-sampl-5ed1db7d/hub/datasets--xpertsystems--oil008-sample/snapshots/7c1299319adf04fee0bf4c5ea96e56632b2bdf55/torque_drag_effects.csv (origin=hf://datasets/xpertsystems/oil008-sample@7c1299319adf04fee0bf4c5ea96e56632b2bdf55/torque_drag_effects.csv), /tmp/hf-datasets-cache/medium/datasets/22138235125125-config-parquet-and-info-xpertsystems-oil008-sampl-5ed1db7d/hub/datasets--xpertsystems--oil008-sample/snapshots/7c1299319adf04fee0bf4c5ea96e56632b2bdf55/well_spacing_labels.csv (origin=hf://datasets/xpertsystems/oil008-sample@7c1299319adf04fee0bf4c5ea96e56632b2bdf55/well_spacing_labels.csv), /tmp/hf-datasets-cache/medium/datasets/22138235125125-config-parquet-and-info-xpertsystems-oil008-sampl-5ed1db7d/hub/datasets--xpertsystems--oil008-sample/snapshots/7c1299319adf04fee0bf4c5ea96e56632b2bdf55/wells_master.csv (origin=hf://datasets/xpertsystems/oil008-sample@7c1299319adf04fee0bf4c5ea96e56632b2bdf55/wells_master.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.

survey_id
string
well_id
string
md_ft
int64
tvd_ft
float64
inclination_deg
float64
azimuth_deg
float64
dogleg_severity_deg_per_100ft
float64
SURV_WELL_000000_0
WELL_000000
0
0
3.77
266.68
3.57
SURV_WELL_000000_1
WELL_000000
100
99.83
2.98
266.48
2.41
SURV_WELL_000000_2
WELL_000000
200
199.68
3.16
266.11
2.88
SURV_WELL_000000_3
WELL_000000
300
299.53
3.21
267
2.58
SURV_WELL_000000_4
WELL_000000
400
399.42
2.08
266.97
2.73
SURV_WELL_000000_5
WELL_000000
500
499.25
4.54
265.88
3.04
SURV_WELL_000000_6
WELL_000000
600
598.95
4.29
265.02
3.73
SURV_WELL_000000_7
WELL_000000
700
698.68
4.04
264.85
2.63
SURV_WELL_000000_8
WELL_000000
800
798.41
4.52
269.48
3.01
SURV_WELL_000000_9
WELL_000000
900
898.03
5.36
270.47
2.71
SURV_WELL_000000_10
WELL_000000
1,000
997.67
4.44
271.4
2.19
SURV_WELL_000000_11
WELL_000000
1,100
1,097.37
4.44
271.27
2.43
SURV_WELL_000000_12
WELL_000000
1,200
1,197
5.31
271.3
3.08
SURV_WELL_000000_13
WELL_000000
1,300
1,296.7
3.57
271.54
3.01
SURV_WELL_000000_14
WELL_000000
1,400
1,396.47
4.22
271.56
2.75
SURV_WELL_000000_15
WELL_000000
1,500
1,496.16
4.74
273.33
3.09
SURV_WELL_000000_16
WELL_000000
1,600
1,595.96
2.47
274.86
2.88
SURV_WELL_000000_17
WELL_000000
1,700
1,695.74
4.98
275.26
2.69
SURV_WELL_000000_18
WELL_000000
1,800
1,795.28
5.96
275.3
2.32
SURV_WELL_000000_19
WELL_000000
1,900
1,894.97
2.94
274.51
2.27
SURV_WELL_000000_20
WELL_000000
2,000
1,994.78
4.05
273.52
2.85
SURV_WELL_000000_21
WELL_000000
2,100
2,094.57
3.4
274.43
3.31
SURV_WELL_000000_22
WELL_000000
2,200
2,194.28
5.2
273.94
1.58
SURV_WELL_000000_23
WELL_000000
2,300
2,293.85
5.51
274.42
2.51
SURV_WELL_000000_24
WELL_000000
2,400
2,393.55
3.21
274.99
4.87
SURV_WELL_000000_25
WELL_000000
2,500
2,493.37
3.75
274.66
1.22
SURV_WELL_000000_26
WELL_000000
2,600
2,593.24
1.92
273.17
2.05
SURV_WELL_000000_27
WELL_000000
2,700
2,693.15
2.92
273.91
3.03
SURV_WELL_000000_28
WELL_000000
2,800
2,792.48
9.78
274.72
3.5
SURV_WELL_000000_29
WELL_000000
2,900
2,891.33
7.53
275.98
3.28
SURV_WELL_000000_30
WELL_000000
3,000
2,990.23
9.47
275.71
4.59
SURV_WELL_000000_31
WELL_000000
3,100
3,088.07
14.23
275.14
4.72
SURV_WELL_000000_32
WELL_000000
3,200
3,184.82
15.04
276.09
3.7
SURV_WELL_000000_33
WELL_000000
3,300
3,279.89
20.93
275.4
3.36
SURV_WELL_000000_34
WELL_000000
3,400
3,374.7
16.03
274.36
4.68
SURV_WELL_000000_35
WELL_000000
3,500
3,468.59
23.99
274.42
3.02
SURV_WELL_000000_36
WELL_000000
3,600
3,559.23
25.96
271.97
4.38
SURV_WELL_000000_37
WELL_000000
3,700
3,648.85
26.73
273.71
3.85
SURV_WELL_000000_38
WELL_000000
3,800
3,735.7
32.6
272.39
4.14
SURV_WELL_000000_39
WELL_000000
3,900
3,818.49
35.61
273.5
3.94
SURV_WELL_000000_40
WELL_000000
4,000
3,897.26
40.41
273.39
3.29
SURV_WELL_000000_41
WELL_000000
4,100
3,973.27
40.63
275.04
3.49
SURV_WELL_000000_42
WELL_000000
4,200
4,050.78
37.73
275.35
3.73
SURV_WELL_000000_43
WELL_000000
4,300
4,125.96
44.7
275.76
4.55
SURV_WELL_000000_44
WELL_000000
4,400
4,197.39
44.14
277.72
3.4
SURV_WELL_000000_45
WELL_000000
4,500
4,265.02
50.69
278.93
3.45
SURV_WELL_000000_46
WELL_000000
4,600
4,329.49
49.02
279.15
4.8
SURV_WELL_000000_47
WELL_000000
4,700
4,393.63
51.19
280.53
3.7
SURV_WELL_000000_48
WELL_000000
4,800
4,451.51
58.04
282.54
3.54
SURV_WELL_000000_49
WELL_000000
4,900
4,505.2
57.01
281.35
4.31
SURV_WELL_000000_50
WELL_000000
5,000
4,558.57
58.49
279.15
4.23
SURV_WELL_000000_51
WELL_000000
5,100
4,607.25
63.23
282.11
3.7
SURV_WELL_000000_52
WELL_000000
5,200
4,651.26
64.54
281.61
3.66
SURV_WELL_000000_53
WELL_000000
5,300
4,692.28
67.02
282.08
2.94
SURV_WELL_000000_54
WELL_000000
5,400
4,728.78
70.16
283.19
4.82
SURV_WELL_000000_55
WELL_000000
5,500
4,759.11
74.52
284.05
4.55
SURV_WELL_000000_56
WELL_000000
5,600
4,784.49
76.07
284.23
3.59
SURV_WELL_000000_57
WELL_000000
5,700
4,805.65
79.51
284.25
4.1
SURV_WELL_000000_58
WELL_000000
5,800
4,825.22
77.93
282.93
3.6
SURV_WELL_000000_59
WELL_000000
5,900
4,842.39
82.3
282.38
4.35
SURV_WELL_000000_60
WELL_000000
6,000
4,854.13
84.21
283.31
2.67
SURV_WELL_000000_61
WELL_000000
6,100
4,860.2
88.83
282.35
4.87
SURV_WELL_000000_62
WELL_000000
6,200
4,863.06
87.9
281.7
3.4
SURV_WELL_000000_63
WELL_000000
6,300
4,866.79
87.82
280.55
3.12
SURV_WELL_000000_64
WELL_000000
6,400
4,869.06
89.57
280.32
2.38
SURV_WELL_000000_65
WELL_000000
6,500
4,870.97
88.24
281.5
3.7
SURV_WELL_000000_66
WELL_000000
6,600
4,872.89
89.57
283.01
2.21
SURV_WELL_000000_67
WELL_000000
6,700
4,874.07
89.07
282.72
3.42
SURV_WELL_000000_68
WELL_000000
6,800
4,875.77
88.98
281.95
2.55
SURV_WELL_000000_69
WELL_000000
6,900
4,877.74
88.77
283.15
1.56
SURV_WELL_000000_70
WELL_000000
7,000
4,880.4
88.19
280.67
3.3
SURV_WELL_000000_71
WELL_000000
7,100
4,885.49
85.98
278.77
3.2
SURV_WELL_000000_72
WELL_000000
7,200
4,890.05
88.79
279.68
3.26
SURV_WELL_000000_73
WELL_000000
7,300
4,890.83
90.33
277.68
3.62
SURV_WELL_000000_74
WELL_000000
7,400
4,891.97
88.36
278.17
2.45
SURV_WELL_000000_75
WELL_000000
7,500
4,897.13
85.73
279.07
2.46
SURV_WELL_000000_76
WELL_000000
7,600
4,902.32
88.33
277.66
3.04
SURV_WELL_000000_77
WELL_000000
7,700
4,905.38
88.16
278.81
3.66
SURV_WELL_000000_78
WELL_000000
7,800
4,909.21
87.46
278
2.97
SURV_WELL_000000_79
WELL_000000
7,900
4,912.32
88.97
278.01
3.6
SURV_WELL_000000_80
WELL_000000
8,000
4,914.34
88.72
279
2.57
SURV_WELL_000000_81
WELL_000000
8,100
4,915.48
89.98
279.24
2.89
SURV_WELL_000000_82
WELL_000000
8,200
4,915.43
90.08
277.81
3.95
SURV_WELL_000000_83
WELL_000000
8,300
4,917.55
87.49
277.96
3.9
SURV_WELL_000000_84
WELL_000000
8,400
4,920.77
88.82
276.45
2.71
SURV_WELL_000000_85
WELL_000000
8,500
4,925.1
86.22
275.81
3.17
SURV_WELL_000000_86
WELL_000000
8,600
4,930.51
87.57
276.32
3.06
SURV_WELL_000000_87
WELL_000000
8,700
4,933.52
88.97
275.41
2.19
SURV_WELL_000000_88
WELL_000000
8,800
4,937.63
86.31
277.35
3.11
SURV_WELL_000000_89
WELL_000000
8,900
4,940.87
89.97
276.66
2.13
SURV_WELL_000000_90
WELL_000000
9,000
4,943.19
87.37
275.67
3.34
SURV_WELL_000000_91
WELL_000000
9,100
4,945.65
89.81
276.43
3.1
SURV_WELL_000000_92
WELL_000000
9,200
4,948.18
87.29
277.26
2.83
SURV_WELL_000000_93
WELL_000000
9,300
4,952.04
88.29
278.92
3.68
SURV_WELL_000000_94
WELL_000000
9,400
4,954.76
88.6
278.06
3.15
SURV_WELL_000000_95
WELL_000000
9,500
4,955.22
90.87
278.11
2.91
SURV_WELL_000000_96
WELL_000000
9,600
4,956.05
88.17
277.17
2.67
SURV_WELL_000000_97
WELL_000000
9,700
4,959.29
88.12
278.5
3.4
SURV_WELL_000000_98
WELL_000000
9,800
4,961.82
88.98
279.18
3.58
SURV_WELL_000000_99
WELL_000000
9,900
4,963.82
88.73
278.72
3.92
End of preview.

OIL-008 — Synthetic Wellbore Trajectory Dataset (Sample)

SKU: OIL008-SAMPLE · Vertical: Oil & Gas / Upstream Directional Drilling License: CC-BY-NC-4.0 (sample) · Schema version: oil008.v1 Generator version: 1.1-fixed · Default seed: 42

A free, schema-identical preview of XpertSystems.ai's enterprise wellbore- trajectory dataset for directional drilling, geosteering, survey QC, and anti-collision ML. The sample covers 200 wells across 10 global basins with 306,250 surveyed stations linked across 11 tables.


What's in the box

File Rows Cols Description
wells_master.csv 200 6 Well spine: basin, type, kickoff/TVD/lateral length
planned_trajectory.csv 30,605 8 Planned MD/TVD/inclination/azimuth/N-E
actual_trajectory.csv 30,605 7 Surveyed MD/TVD/inclination/azimuth + per-station DLS
geosteering_targets.csv 30,605 6 5-class target zones (Wolfcamp A/B, Eagle Ford, Bakken Middle, Carbonate Pay)
collision_monitoring.csv 30,605 5 Anti-collision: separation factor + center distance per offset well
survey_uncertainty.csv 30,605 5 ISCWSA-style uncertainty ellipse (major/minor axes + covariance)
drilling_sections.csv 30,605 5 Section classification (Vertical / Build / Lateral) + build/turn rates
bha_directional_data.csv 30,605 6 RSS flag, bend angle, toolface, slide/rotate ratio
torque_drag_effects.csv 30,605 6 Surface torque, drag, friction factor, buckling risk
survey_qc_flags.csv 30,605 5 Magnetic interference / gyro discrepancy flags + QC score
well_spacing_labels.csv 30,605 5 ML labels: spacing grade, collision risk flag, target hit flag

Total: 306,250 rows across 11 CSVs, ~16.3 MB on disk.


Calibration: industry-anchored, honestly reported

Validation uses a 10-metric scorecard with targets sourced exclusively to named industry standards: SPE 67616, SPE 90408 (Williamson 2000), SPE 178215, ISCWSA MWD error model, API SPEC 7 directional survey QC, IADC Directional Drilling Manual, IADC anti-collision guidelines, OWSG (Operator Wellbore Survey Group), Rystad Energy global rig fleet, Spears & Associates unconventional analytics, and Halliburton/SLB directional drilling handbooks.

Sample run (seed 42, n_wells=200):

# Metric Observed Target Tolerance Status Source
1 avg lateral length ft 9151.7850 9200.0 ±1800.0 ✓ PASS Spears & Associates + Rystad Energy unconventional rig tracker — global mean lateral length, 2020-2024 horizontal well portfolio (US/Canada/Argentina)
2 avg dogleg severity deg per 100ft 3.1809 3.2 ±1.0 ✓ PASS SPE 67616 + IADC Directional Drilling Manual — global mean DLS across mixed-trajectory directional well portfolio
3 avg lateral inclination deg 88.4955 88.5 ±2.0 ✓ PASS SPE geosteering best practices + Halliburton/SLB directional drilling handbooks — lateral hold inclination for landing in horizontal target zones
4 lateral section fraction 0.6045 0.6 ±0.1 ✓ PASS Rystad Energy + EnverusDX unconventional well analytics — lateral-MD / total-MD ratio for modern long-lateral horizontal portfolio, 2020-2024
5 survey repeatability 0.9620 0.96 ±0.02 ✓ PASS ISCWSA error model + API SPEC 7 directional survey QC — MWD/gyro survey repeatability score across modern surveyed directional wells
6 anti collision separation factor mean 4.6982 4.7 ±1.0 ✓ PASS IADC anti-collision separation factor guidelines + OWSG (Operator Wellbore Survey Group) collision avoidance rules — typical mean separation factor for surveyed well pairs in mature basins (target >3.0, alarm <1.5)
7 avg uncertainty ellipse ft 11.4819 11.5 ±4.0 ✓ PASS ISCWSA MWD error model + SPE 90408 (Williamson 2000) — characteristic survey uncertainty ellipse major axis for MWD-surveyed horizontal wells at TD
8 planned vs actual inc mae deg 0.3182 0.4 ±0.3 ✓ PASS SPE 178215 (geosteering delivery accuracy) + Halliburton Sperry directional engineering benchmarks — mean absolute inclination delivery error vs plan
9 trajectory curvature realism 0.9287 0.93 ±0.05 ✓ PASS SPE 67616 + IADC — composite curvature realism index (1 − σ(DLS)/10), benchmarking dogleg-severity dispersion vs field-data envelopes
10 basin diversity entropy 0.9885 0.92 ±0.08 ✓ PASS Rystad Energy + IHS Markit global rig fleet — 10-class basin diversity benchmark (Permian, Eagle Ford, Bakken, Marcellus, North Sea, Gulf of Mexico, Middle East, Canadian Oil Sands, Brazil Pre-Salt, North Africa), normalized Shannon entropy

Overall: 100.0/100 — Grade A+ (10 PASS · 0 MARGINAL · 0 FAIL of 10 metrics)


Schema highlights

actual_trajectory.csv — the surveyed trajectory spine, one row per station per well. Computed via the minimum-curvature method (Bourgoyne et al., 1986; API/SPE industry standard):

Δnorth = ΔMD/2 · (sin(I₁)·cos(A₁) + sin(I₂)·cos(A₂)) · RF Δeast = ΔMD/2 · (sin(I₁)·sin(A₁) + sin(I₂)·sin(A₂)) · RF Δtvd = ΔMD/2 · (cos(I₁) + cos(I₂)) · RF

where RF is the dogleg ratio factor RF = (2/β)·tan(β/2) and β is the dogleg angle between consecutive station vectors. This is the same math used by Compass, Landmark, SLB DDS, and every commercial survey-calculation package.

drilling_sections.csv classifies each station as Vertical (MD < kickoff), Build (kickoff ≤ MD < build-end), or Lateral (MD ≥ build-end). DLS distributions are section-aware:

Section DLS μ DLS σ
Vertical 2.7 0.55
Build 3.9 0.65
Lateral 3.05 0.55

collision_monitoring.csv uses the IADC separation factor convention (target SF > 3.0, alarm SF < 1.5) with a mean ~4.7 — typical for mature basins with established offset-well drilling history.

survey_uncertainty.csv ellipse axes follow ISCWSA error model conventions for MWD-surveyed wells (Williamson 2000, SPE 90408): major axis 5–18 ft, minor axis 2–9 ft, covariance index 0.88–0.98.

bha_directional_data.csv distinguishes rotary-steerable systems (RSS, ~58%) from positive-displacement-motor (PDM) BHAs via the rss_flag column, matching the modern industry mix where RSS dominates long-lateral and ERD wells.


Suggested use cases

  1. Trajectory anomaly detection — flag stations where DLS exceeds section-specific envelopes using ML on the 30,605-row station- resolution spine.
  2. Geosteering target-hit prediction — binary classifier on target_hit_flag (whether the lateral landed in the target zone) from BHA + trajectory + geosteering features.
  3. Anti-collision risk scoring — regress collision_risk_flag and separation_factor from trajectory and offset-well features.
  4. Survey QC ML — predict qc_score, magnetic_interference_flag, and gyro_discrepancy_flag from station-resolution trajectory data to triage surveys for human review.
  5. Planned-vs-actual delivery analytics — quantify drilling delivery accuracy by regressing the inclination/azimuth/TVD delta between planned and actual at each station.
  6. Section classification — multi-class classifier on section_type (Vertical/Build/Lateral) from trajectory shape features for automated well section segmentation.
  7. Torque-drag prediction — regress torque and drag from trajectory complexity (DLS, inclination profile) and BHA features.
  8. Multi-table relational ML — entity-resolution and graph-based learning across the 11 joinable tables via well_id and survey_id.

Loading

from datasets import load_dataset
ds = load_dataset("xpertsystems/oil008-sample", data_files="actual_trajectory.csv")
print(ds["train"][0])

Or with pandas:

import pandas as pd
wells    = pd.read_csv("hf://datasets/xpertsystems/oil008-sample/wells_master.csv")
actual   = pd.read_csv("hf://datasets/xpertsystems/oil008-sample/actual_trajectory.csv")
planned  = pd.read_csv("hf://datasets/xpertsystems/oil008-sample/planned_trajectory.csv")
sections = pd.read_csv("hf://datasets/xpertsystems/oil008-sample/drilling_sections.csv")
joined = actual.merge(planned, on=["well_id","md_ft"], suffixes=("_act","_plan"))

Reproducibility

All generation is deterministic via the integer seed parameter (seeds both random.seed() and np.random.seed()). A seed sweep across [42, 7, 123, 2024, 99, 1] confirms Grade A+ on every seed in this sample.


Honest disclosure of sample-scale limitations

This is a sample product calibrated for ML prototyping and trajectory research, not for live well planning. A few notes:

  1. Global-mean inclination is structurally lower than the generator's 72° target. The generator's section composition (~19% Vertical + ~21% Build + ~60% Lateral) mathematically averages to ~64° — Vertical at 4°, Build at 47°, Lateral at 88.5° — even though each individual section is correctly modeled. The scorecard validates the lateral- section inclination (88.5°, on target) and lateral section fraction (60%, on target) directly, which are the operationally meaningful quantities. Future generator v1.2 will rebalance section weights to bring the global mean closer to 72° per the file header intent.

  2. Each station has an aligned row across all 11 tables — the per-station tables (planned/actual/geosteering/collision/uncertainty/ sections/BHA/torque/QC/labels) are joinable by both well_id and station index. This is convenient for ML but slightly over-coupled relative to real-world data where uncertainty, BHA, and QC are typically sparser than the trajectory itself.

  3. Offset-well IDs in collision_monitoring.csv are synthetic — the offset_well_id field samples from a 10,000-well synthetic pool independently per station, so the same offset well will not appear in multiple collision rows. For graph-based anti-collision ML, treat each row as an independent (well, offset_well) pair rather than as evidence of shared offset structure.

  4. Section spacing is uniform at 100 ft in the sample. Real surveys are sparser in vertical sections (200-500 ft) and denser through build (50-100 ft). Future generator v1.2 will introduce non-uniform station spacing.

  5. Anomaly rate is 1.5% (anomaly_rate=0.015) injected as randomly-elevated DLS values. This is a controlled noise channel for QC model training; filter qc_score < 0.95 to remove the noisy stations.


Full product

The full OIL-008 dataset ships at 1,000 wells with full ISCWSA error model error-band stratification per survey tool type (MWD/gyro/ inertial), per-basin offset-well graph structure with realistic neighborhood density, and non-uniform station spacing matching field survey practice — licensed commercially. Contact XpertSystems.ai for licensing terms.

📧 pradeep@xpertsystems.ai 🌐 https://xpertsystems.ai


Citation

@dataset{xpertsystems_oil008_sample_2026,
  title  = {OIL-008: Synthetic Wellbore Trajectory Dataset (Sample)},
  author = {XpertSystems.ai},
  year   = {2026},
  url    = {https://huggingface.co/datasets/xpertsystems/oil008-sample}
}

Generation details

  • Generator version : 1.1-fixed
  • Sample version : 1.0.0
  • Random seed : 42
  • Generated : 2026-05-21 23:11:22 UTC
  • Wells : 200
  • Station spacing : 100 ft
  • Anomaly rate : 1.5%
  • Basins : 10 (Permian, Eagle Ford, Bakken, Marcellus, North Sea, Gulf of Mexico, Middle East Carbonates, Canadian Oil Sands, Brazil Pre-Salt, North Africa)
  • Well types : 4 (Horizontal, Extended Reach, J-Well, S-Well)
  • Survey method : Minimum curvature (Bourgoyne et al. 1986)
  • Calibration basis : SPE 67616, SPE 90408 (Williamson 2000), SPE 178215, ISCWSA error model, API SPEC 7, IADC Directional Drilling Manual, OWSG, Rystad Energy, Spears & Associates, Halliburton/SLB directional handbooks
  • Overall validation: 100.0/100 — Grade A+
Downloads last month
29