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 6 new columns ({'manufacturer_class', 'bit_type', 'bit_size_in', 'bit_id', 'blade_count', 'cutter_count'}) and 6 missing columns ({'run_id', 'bearing_wear_pct', 'wear_id', 'dull_grade', 'seal_failure_probability', 'cutter_wear_pct'}).
This happened while the csv dataset builder was generating data using
hf://datasets/xpertsystems/oil010-sample/bits_master.csv (at revision 732d5ec87807a8784388f85d9122bb03afa406a8), [/tmp/hf-datasets-cache/medium/datasets/15566185929496-config-parquet-and-info-xpertsystems-oil010-sampl-5306daf4/hub/datasets--xpertsystems--oil010-sample/snapshots/732d5ec87807a8784388f85d9122bb03afa406a8/bit_wear_logs.csv (origin=hf://datasets/xpertsystems/oil010-sample@732d5ec87807a8784388f85d9122bb03afa406a8/bit_wear_logs.csv), /tmp/hf-datasets-cache/medium/datasets/15566185929496-config-parquet-and-info-xpertsystems-oil010-sampl-5306daf4/hub/datasets--xpertsystems--oil010-sample/snapshots/732d5ec87807a8784388f85d9122bb03afa406a8/bits_master.csv (origin=hf://datasets/xpertsystems/oil010-sample@732d5ec87807a8784388f85d9122bb03afa406a8/bits_master.csv), /tmp/hf-datasets-cache/medium/datasets/15566185929496-config-parquet-and-info-xpertsystems-oil010-sampl-5306daf4/hub/datasets--xpertsystems--oil010-sample/snapshots/732d5ec87807a8784388f85d9122bb03afa406a8/drillbit_labels.csv (origin=hf://datasets/xpertsystems/oil010-sample@732d5ec87807a8784388f85d9122bb03afa406a8/drillbit_labels.csv), /tmp/hf-datasets-cache/medium/datasets/15566185929496-config-parquet-and-info-xpertsystems-oil010-sampl-5306daf4/hub/datasets--xpertsystems--oil010-sample/snapshots/732d5ec87807a8784388f85d9122bb03afa406a8/drilling_parameters.csv (origin=hf://datasets/xpertsystems/oil010-sample@732d5ec87807a8784388f85d9122bb03afa406a8/drilling_parameters.csv), /tmp/hf-datasets-cache/medium/datasets/15566185929496-config-parquet-and-info-xpertsystems-oil010-sampl-5306daf4/hub/datasets--xpertsystems--oil010-sample/snapshots/732d5ec87807a8784388f85d9122bb03afa406a8/drilling_runs.csv (origin=hf://datasets/xpertsystems/oil010-sample@732d5ec87807a8784388f85d9122bb03afa406a8/drilling_runs.csv), /tmp/hf-datasets-cache/medium/datasets/15566185929496-config-parquet-and-info-xpertsystems-oil010-sampl-5306daf4/hub/datasets--xpertsystems--oil010-sample/snapshots/732d5ec87807a8784388f85d9122bb03afa406a8/dysfunction_events.csv (origin=hf://datasets/xpertsystems/oil010-sample@732d5ec87807a8784388f85d9122bb03afa406a8/dysfunction_events.csv), /tmp/hf-datasets-cache/medium/datasets/15566185929496-config-parquet-and-info-xpertsystems-oil010-sampl-5306daf4/hub/datasets--xpertsystems--oil010-sample/snapshots/732d5ec87807a8784388f85d9122bb03afa406a8/hydraulic_performance.csv (origin=hf://datasets/xpertsystems/oil010-sample@732d5ec87807a8784388f85d9122bb03afa406a8/hydraulic_performance.csv), /tmp/hf-datasets-cache/medium/datasets/15566185929496-config-parquet-and-info-xpertsystems-oil010-sampl-5306daf4/hub/datasets--xpertsystems--oil010-sample/snapshots/732d5ec87807a8784388f85d9122bb03afa406a8/thermal_profiles.csv (origin=hf://datasets/xpertsystems/oil010-sample@732d5ec87807a8784388f85d9122bb03afa406a8/thermal_profiles.csv), /tmp/hf-datasets-cache/medium/datasets/15566185929496-config-parquet-and-info-xpertsystems-oil010-sampl-5306daf4/hub/datasets--xpertsystems--oil010-sample/snapshots/732d5ec87807a8784388f85d9122bb03afa406a8/vibration_measurements.csv (origin=hf://datasets/xpertsystems/oil010-sample@732d5ec87807a8784388f85d9122bb03afa406a8/vibration_measurements.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
bit_id: string
bit_type: string
manufacturer_class: string
bit_size_in: double
cutter_count: int64
blade_count: int64
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 989
to
{'wear_id': Value('string'), 'run_id': Value('string'), 'dull_grade': Value('string'), 'cutter_wear_pct': Value('float64'), 'bearing_wear_pct': Value('float64'), 'seal_failure_probability': 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 6 new columns ({'manufacturer_class', 'bit_type', 'bit_size_in', 'bit_id', 'blade_count', 'cutter_count'}) and 6 missing columns ({'run_id', 'bearing_wear_pct', 'wear_id', 'dull_grade', 'seal_failure_probability', 'cutter_wear_pct'}).
This happened while the csv dataset builder was generating data using
hf://datasets/xpertsystems/oil010-sample/bits_master.csv (at revision 732d5ec87807a8784388f85d9122bb03afa406a8), [/tmp/hf-datasets-cache/medium/datasets/15566185929496-config-parquet-and-info-xpertsystems-oil010-sampl-5306daf4/hub/datasets--xpertsystems--oil010-sample/snapshots/732d5ec87807a8784388f85d9122bb03afa406a8/bit_wear_logs.csv (origin=hf://datasets/xpertsystems/oil010-sample@732d5ec87807a8784388f85d9122bb03afa406a8/bit_wear_logs.csv), /tmp/hf-datasets-cache/medium/datasets/15566185929496-config-parquet-and-info-xpertsystems-oil010-sampl-5306daf4/hub/datasets--xpertsystems--oil010-sample/snapshots/732d5ec87807a8784388f85d9122bb03afa406a8/bits_master.csv (origin=hf://datasets/xpertsystems/oil010-sample@732d5ec87807a8784388f85d9122bb03afa406a8/bits_master.csv), /tmp/hf-datasets-cache/medium/datasets/15566185929496-config-parquet-and-info-xpertsystems-oil010-sampl-5306daf4/hub/datasets--xpertsystems--oil010-sample/snapshots/732d5ec87807a8784388f85d9122bb03afa406a8/drillbit_labels.csv (origin=hf://datasets/xpertsystems/oil010-sample@732d5ec87807a8784388f85d9122bb03afa406a8/drillbit_labels.csv), /tmp/hf-datasets-cache/medium/datasets/15566185929496-config-parquet-and-info-xpertsystems-oil010-sampl-5306daf4/hub/datasets--xpertsystems--oil010-sample/snapshots/732d5ec87807a8784388f85d9122bb03afa406a8/drilling_parameters.csv (origin=hf://datasets/xpertsystems/oil010-sample@732d5ec87807a8784388f85d9122bb03afa406a8/drilling_parameters.csv), /tmp/hf-datasets-cache/medium/datasets/15566185929496-config-parquet-and-info-xpertsystems-oil010-sampl-5306daf4/hub/datasets--xpertsystems--oil010-sample/snapshots/732d5ec87807a8784388f85d9122bb03afa406a8/drilling_runs.csv (origin=hf://datasets/xpertsystems/oil010-sample@732d5ec87807a8784388f85d9122bb03afa406a8/drilling_runs.csv), /tmp/hf-datasets-cache/medium/datasets/15566185929496-config-parquet-and-info-xpertsystems-oil010-sampl-5306daf4/hub/datasets--xpertsystems--oil010-sample/snapshots/732d5ec87807a8784388f85d9122bb03afa406a8/dysfunction_events.csv (origin=hf://datasets/xpertsystems/oil010-sample@732d5ec87807a8784388f85d9122bb03afa406a8/dysfunction_events.csv), /tmp/hf-datasets-cache/medium/datasets/15566185929496-config-parquet-and-info-xpertsystems-oil010-sampl-5306daf4/hub/datasets--xpertsystems--oil010-sample/snapshots/732d5ec87807a8784388f85d9122bb03afa406a8/hydraulic_performance.csv (origin=hf://datasets/xpertsystems/oil010-sample@732d5ec87807a8784388f85d9122bb03afa406a8/hydraulic_performance.csv), /tmp/hf-datasets-cache/medium/datasets/15566185929496-config-parquet-and-info-xpertsystems-oil010-sampl-5306daf4/hub/datasets--xpertsystems--oil010-sample/snapshots/732d5ec87807a8784388f85d9122bb03afa406a8/thermal_profiles.csv (origin=hf://datasets/xpertsystems/oil010-sample@732d5ec87807a8784388f85d9122bb03afa406a8/thermal_profiles.csv), /tmp/hf-datasets-cache/medium/datasets/15566185929496-config-parquet-and-info-xpertsystems-oil010-sampl-5306daf4/hub/datasets--xpertsystems--oil010-sample/snapshots/732d5ec87807a8784388f85d9122bb03afa406a8/vibration_measurements.csv (origin=hf://datasets/xpertsystems/oil010-sample@732d5ec87807a8784388f85d9122bb03afa406a8/vibration_measurements.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.
wear_id string | run_id string | dull_grade string | cutter_wear_pct float64 | bearing_wear_pct float64 | seal_failure_probability float64 |
|---|---|---|---|---|---|
WEAR_000000000 | RUN_00000000 | 1-1-WT | 17.62 | 19.15 | 0.1696 |
WEAR_000000001 | RUN_00000001 | 2-2-BT | 51 | 12.75 | 0.6777 |
WEAR_000000002 | RUN_00000002 | 2-2-BT | 40.81 | 19.43 | 0.24 |
WEAR_000000003 | RUN_00000003 | 1-1-WT | 45.39 | 41.16 | 0.5483 |
WEAR_000000004 | RUN_00000004 | 3-3-ER | 73.1 | 39.93 | 0.1684 |
WEAR_000000005 | RUN_00000005 | 3-3-ER | 54.03 | 47.78 | 0.2416 |
WEAR_000000006 | RUN_00000006 | 2-2-BT | 45.2 | 42.32 | 0.9617 |
WEAR_000000007 | RUN_00000007 | 2-2-BT | 46.51 | 49.03 | 0.4358 |
WEAR_000000008 | RUN_00000008 | 2-2-BT | 28.6 | 8.61 | 0.6025 |
WEAR_000000009 | RUN_00000009 | 3-3-ER | 38.63 | 6.88 | 0.9974 |
WEAR_000000010 | RUN_00000010 | 1-1-WT | 37.75 | 36.03 | 0.3448 |
WEAR_000000011 | RUN_00000011 | 3-3-ER | 37.51 | 17.4 | 0.5205 |
WEAR_000000012 | RUN_00000012 | 4-4-BH | 67.94 | 25.03 | 0.4339 |
WEAR_000000013 | RUN_00000013 | 1-1-WT | 39.75 | 29.45 | 0.5106 |
WEAR_000000014 | RUN_00000014 | 1-1-WT | 62.83 | 41.9 | 0.655 |
WEAR_000000015 | RUN_00000015 | 4-4-BH | 52.28 | 49.83 | 0.3041 |
WEAR_000000016 | RUN_00000016 | 4-4-BH | 29.01 | 19.76 | 0.5273 |
WEAR_000000017 | RUN_00000017 | 3-3-ER | 43.12 | 34.43 | 0.1744 |
WEAR_000000018 | RUN_00000018 | 1-1-WT | 52.71 | 37.19 | 0.5486 |
WEAR_000000019 | RUN_00000019 | 1-1-WT | 46.11 | 43.61 | 0.1082 |
WEAR_000000020 | RUN_00000020 | 4-4-BH | 41.99 | 51.11 | 0.24 |
WEAR_000000021 | RUN_00000021 | 2-2-BT | 33.05 | 33.07 | 0.0218 |
WEAR_000000022 | RUN_00000022 | 1-1-WT | 63.9 | 35.21 | 0.2402 |
WEAR_000000023 | RUN_00000023 | 4-4-BH | 35.85 | 37.64 | 0.748 |
WEAR_000000024 | RUN_00000024 | 4-4-BH | 59.57 | 36.2 | 0.9325 |
WEAR_000000025 | RUN_00000025 | 4-4-BH | 39.03 | 42.65 | 0.2386 |
WEAR_000000026 | RUN_00000026 | 3-3-ER | 38.81 | 27.4 | 0.7912 |
WEAR_000000027 | RUN_00000027 | 3-3-ER | 52.59 | 34.93 | 0.5538 |
WEAR_000000028 | RUN_00000028 | 3-3-ER | 44.39 | 33.13 | 0.3914 |
WEAR_000000029 | RUN_00000029 | 2-2-BT | 60.24 | 35.55 | 0.6751 |
WEAR_000000030 | RUN_00000030 | 4-4-BH | 47.99 | 42.17 | 0.5032 |
WEAR_000000031 | RUN_00000031 | 1-1-WT | 57.71 | 18.77 | 0.7998 |
WEAR_000000032 | RUN_00000032 | 4-4-BH | 25.18 | 55.13 | 0.0224 |
WEAR_000000033 | RUN_00000033 | 1-1-WT | 51.21 | 43.98 | 0.6574 |
WEAR_000000034 | RUN_00000034 | 2-2-BT | 18.08 | 42.47 | 0.9399 |
WEAR_000000035 | RUN_00000035 | 3-3-ER | 24.01 | 37.55 | 0.7373 |
WEAR_000000036 | RUN_00000036 | 2-2-BT | 27.67 | 15.7 | 0.0108 |
WEAR_000000037 | RUN_00000037 | 3-3-ER | 61.12 | 19.95 | 0.1644 |
WEAR_000000038 | RUN_00000038 | 3-3-ER | 47.41 | 33.41 | 0.7907 |
WEAR_000000039 | RUN_00000039 | 2-2-BT | 23.28 | 54.62 | 0.8096 |
WEAR_000000040 | RUN_00000040 | 1-1-WT | 52.48 | 28.25 | 0.3329 |
WEAR_000000041 | RUN_00000041 | 2-2-BT | 27.51 | 43.78 | 0.0241 |
WEAR_000000042 | RUN_00000042 | 3-3-ER | 47.58 | 51.2 | 0.5378 |
WEAR_000000043 | RUN_00000043 | 1-1-WT | 55.88 | 41.08 | 0.9458 |
WEAR_000000044 | RUN_00000044 | 2-2-BT | 67.12 | 44.29 | 0.4478 |
WEAR_000000045 | RUN_00000045 | 2-2-BT | 25.2 | 41.12 | 0.094 |
WEAR_000000046 | RUN_00000046 | 2-2-BT | 54.54 | 39.17 | 0.2047 |
WEAR_000000047 | RUN_00000047 | 1-1-WT | 47.54 | 26.81 | 0.1657 |
WEAR_000000048 | RUN_00000048 | 4-4-BH | 54.24 | 56.58 | 0.7167 |
WEAR_000000049 | RUN_00000049 | 1-1-WT | 49.32 | 12.88 | 0.0667 |
WEAR_000000050 | RUN_00000050 | 3-3-ER | 51.06 | 28.67 | 0.551 |
WEAR_000000051 | RUN_00000051 | 3-3-ER | 51.08 | 36.12 | 0.2116 |
WEAR_000000052 | RUN_00000052 | 1-1-WT | 43.11 | 52.86 | 0.3497 |
WEAR_000000053 | RUN_00000053 | 2-2-BT | 70.07 | 52.27 | 0.237 |
WEAR_000000054 | RUN_00000054 | 4-4-BH | 37.23 | 60.91 | 0.2146 |
WEAR_000000055 | RUN_00000055 | 3-3-ER | 33.34 | 5.39 | 0.3314 |
WEAR_000000056 | RUN_00000056 | 1-1-WT | 58.07 | 32.56 | 0.1907 |
WEAR_000000057 | RUN_00000057 | 4-4-BH | 37.62 | 33.55 | 0.9276 |
WEAR_000000058 | RUN_00000058 | 2-2-BT | 26.55 | 34.46 | 0.4555 |
WEAR_000000059 | RUN_00000059 | 2-2-BT | 58.69 | 46.61 | 0.4485 |
WEAR_000000060 | RUN_00000060 | 4-4-BH | 49.04 | 49.56 | 0.1966 |
WEAR_000000061 | RUN_00000061 | 4-4-BH | 23.62 | 20.23 | 0.8866 |
WEAR_000000062 | RUN_00000062 | 4-4-BH | 54.16 | 29.92 | 0.9038 |
WEAR_000000063 | RUN_00000063 | 4-4-BH | 40.45 | 44.62 | 0.9429 |
WEAR_000000064 | RUN_00000064 | 4-4-BH | 61.71 | 41.37 | 0.7703 |
WEAR_000000065 | RUN_00000065 | 2-2-BT | 44.12 | 32.18 | 0.3906 |
WEAR_000000066 | RUN_00000066 | 3-3-ER | 33.58 | 32.19 | 0.7849 |
WEAR_000000067 | RUN_00000067 | 3-3-ER | 51.16 | 18.91 | 0.7725 |
WEAR_000000068 | RUN_00000068 | 4-4-BH | 76.82 | 33.69 | 0.2762 |
WEAR_000000069 | RUN_00000069 | 3-3-ER | 55.31 | 28.38 | 0.7645 |
WEAR_000000070 | RUN_00000070 | 3-3-ER | 65.87 | 31.98 | 0.1466 |
WEAR_000000071 | RUN_00000071 | 1-1-WT | 56.32 | 32.55 | 0.5066 |
WEAR_000000072 | RUN_00000072 | 4-4-BH | 56.6 | 19.42 | 0.8074 |
WEAR_000000073 | RUN_00000073 | 4-4-BH | 32.99 | 33.56 | 0.3224 |
WEAR_000000074 | RUN_00000074 | 1-1-WT | 63.08 | 39.7 | 0.8284 |
WEAR_000000075 | RUN_00000075 | 2-2-BT | 34.15 | 31.44 | 0.7163 |
WEAR_000000076 | RUN_00000076 | 2-2-BT | 70.49 | 39.79 | 0.959 |
WEAR_000000077 | RUN_00000077 | 1-1-WT | 32.5 | 25.02 | 0.9139 |
WEAR_000000078 | RUN_00000078 | 2-2-BT | 46.88 | 20.11 | 0.7757 |
WEAR_000000079 | RUN_00000079 | 3-3-ER | 31.01 | 21 | 0.9099 |
WEAR_000000080 | RUN_00000080 | 4-4-BH | 33.23 | 25.82 | 0.9826 |
WEAR_000000081 | RUN_00000081 | 2-2-BT | 42.96 | 16.12 | 0.1281 |
WEAR_000000082 | RUN_00000082 | 3-3-ER | 15.12 | 45.67 | 0.7798 |
WEAR_000000083 | RUN_00000083 | 3-3-ER | 62.52 | 51.66 | 0.4913 |
WEAR_000000084 | RUN_00000084 | 2-2-BT | 53.42 | 41.35 | 0.576 |
WEAR_000000085 | RUN_00000085 | 2-2-BT | 39.31 | 12.56 | 0.4557 |
WEAR_000000086 | RUN_00000086 | 4-4-BH | 52.71 | 33.86 | 0.1015 |
WEAR_000000087 | RUN_00000087 | 3-3-ER | 39.9 | 27 | 0.2505 |
WEAR_000000088 | RUN_00000088 | 2-2-BT | 34.71 | 49.89 | 0.0976 |
WEAR_000000089 | RUN_00000089 | 2-2-BT | 56.97 | 27.53 | 0.4797 |
WEAR_000000090 | RUN_00000090 | 1-1-WT | 45.76 | 34.33 | 0.0202 |
WEAR_000000091 | RUN_00000091 | 4-4-BH | 44.07 | 21.21 | 0.6329 |
WEAR_000000092 | RUN_00000092 | 3-3-ER | 46.83 | 42.36 | 0.9916 |
WEAR_000000093 | RUN_00000093 | 1-1-WT | 43.65 | 37.3 | 0.2173 |
WEAR_000000094 | RUN_00000094 | 4-4-BH | 59.5 | 25.7 | 0.8216 |
WEAR_000000095 | RUN_00000095 | 3-3-ER | 55.17 | 29.89 | 0.3052 |
WEAR_000000096 | RUN_00000096 | 4-4-BH | 22.93 | 39.79 | 0.1111 |
WEAR_000000097 | RUN_00000097 | 2-2-BT | 46.13 | 45.35 | 0.4473 |
WEAR_000000098 | RUN_00000098 | 4-4-BH | 54.83 | 12.11 | 0.8685 |
WEAR_000000099 | RUN_00000099 | 4-4-BH | 50.31 | 8.49 | 0.8346 |
OIL-010 — Synthetic Drill Bit Performance Dataset (Sample)
SKU: OIL010-SAMPLE · Vertical: Oil & Gas / Upstream Bit Performance
License: CC-BY-NC-4.0 (sample) · Schema version: oil010.v1
Sample version: 1.0.0 · Default seed: 42
A free, schema-identical preview of XpertSystems.ai's enterprise drill-bit performance dataset for bit-selection ML, dysfunction detection, wear prediction, and bit-economics analytics. The sample covers 3,000 bits across 4 bit types (PDC, Roller Cone, Hybrid, Diamond Impregnated) and 5 formation classes, with 15,000 drilling runs linked across 9 tables.
What's in the box
| File | Rows | Cols | Description |
|---|---|---|---|
bits_master.csv |
3,000 | 6 | Bit catalog: type, manufacturer class, size, cutter & blade counts |
drilling_runs.csv |
15,000 | 8 | Run spine: formation, depth interval, bit life, average ROP |
drilling_parameters.csv |
142,002 | 7 | 5-15 WOB/RPM/torque/ROP samples per run + MSE efficiency |
bit_wear_logs.csv |
15,000 | 6 | IADC dull grades + cutter/bearing wear % + seal failure probability |
vibration_measurements.csv |
15,000 | 6 | Axial / torsional / lateral g + whirl index per run |
hydraulic_performance.csv |
15,000 | 6 | Flow, pressure drop, HSI, hydraulic efficiency |
thermal_profiles.csv |
15,000 | 5 | Bottomhole / cutter temperature + thermal cycles |
dysfunction_events.csv |
5,204 | 5 | ~35% of runs: 5-class dysfunction (stick-slip, whirl, bounce, balling, thermal overload) |
drillbit_labels.csv |
15,000 | 5 | ML labels: ROP efficiency grade (A/B/C/D), optimal-bit flag, failure risk score |
Total: 240,206 rows across 9 CSVs, ~13.6 MB on disk.
Calibration: industry-anchored, honestly reported
Validation uses a 10-metric scorecard with targets sourced exclusively to named industry standards: SPE 21943 (Pessier MSE foundational paper), SPE 96652 (Dupriest & Koederitz MSE optimization), SPE 178850, SPE 178215, API RP-7G drill stem design, API RP-13D drilling-fluid hydraulics, ISO 13503-5, IADC dull grading taxonomy, IADC Drilling Manual, Spears & Associates bit market intelligence, Rystad Energy unconventional drilling analytics.
Sample run (seed 42, n_bits=3,000):
| # | Metric | Observed | Target | Tolerance | Status | Source |
|---|---|---|---|---|---|---|
| 1 | avg rop fph | 72.0094 | 72.0 | ±18.0 | ✓ PASS | SPE 178850 + Rystad Energy unconventional drilling analytics — global mean ROP across mixed bit-type / formation portfolio |
| 2 | avg bit life hours | 115.3312 | 115.0 | ±30.0 | ✓ PASS | Spears & Associates bit market intelligence + IADC Drilling Manual — modern PDC/RC bit life expectancy across mixed formation portfolio |
| 3 | avg wob klbs | 38.0037 | 38.0 | ±10.0 | ✓ PASS | API RP-7G + SPE Drilling Engineering Handbook — global mean WOB across PDC/RC mixed bit portfolio |
| 4 | avg rpm | 144.9325 | 145.0 | ±30.0 | ✓ PASS | API RP-7G + SPE 178850 — global mean surface RPM across mixed top-drive / rotary-table drilling portfolio |
| 5 | avg hsi hp per in2 | 1.5986 | 1.6 | ±0.5 | ✓ PASS | API RP-13D + ISO 13503-5 drilling-fluid hydraulics — global mean HSI (hydraulic horsepower per square inch of bit area) for modern PDC bits (target 1.5-3.0 HSI) |
| 6 | avg bottomhole temp f | 244.8281 | 245.0 | ±60.0 | ✓ PASS | API + SPE thermal-drilling literature — global mean bottomhole circulating temperature across mixed onshore/offshore/HPHT drilling portfolio |
| 7 | dysfunction event rate | 0.3469 | 0.35 | ±0.1 | ✓ PASS | SPE 178215 + IADC Drilling Manual — fraction of bit runs exhibiting at least one named dysfunction event (stick-slip, whirl, bounce, balling, thermal overload) |
| 8 | avg mse efficiency | 0.8799 | 0.88 | ±0.1 | ✓ PASS | SPE 21943 (Pessier MSE) + SPE 96652 (Dupriest & Koederitz) — mean MSE drilling efficiency factor (UCS / MSE ratio) under properly-trimmed drilling parameters |
| 9 | bit type diversity entropy | 0.9997 | 0.95 | ±0.05 | ✓ PASS | Spears & Associates + IADC bit market reports — 4-class bit-type diversity benchmark (PDC, Roller Cone, Hybrid, Diamond Impregnated), normalized Shannon entropy (uniform sampling expected for ML training portfolios) |
| 10 | formation diversity entropy | 0.9999 | 0.95 | ±0.05 | ✓ PASS | Rystad Energy global drilling activity tracker + IADC — 5-class formation diversity benchmark (Permian shale, carbonate, abrasive sandstone, deepwater turbidite, geothermal hard rock), normalized Shannon entropy |
Overall: 100.0/100 — Grade A+ (10 PASS · 0 MARGINAL · 0 FAIL of 10 metrics)
Schema highlights
bits_master.csv — the bit catalog spine, one row per bit.
4 bit types (PDC, Roller Cone, Hybrid, Diamond Impregnated), 3 manufacturer
classes (Premium, Mid-Tier, Budget), bit size 6-18 inches, blade count 4-8,
cutter count from N(45, 12).
drilling_runs.csv — 5 runs per bit on average. Each run carries
formation context (5-class: Permian shale, carbonate, abrasive sandstone,
deepwater turbidite, geothermal hard rock), depth interval, bit life in
hours, and the average ROP for that run. The avg_rop_fph column is
the seed for downstream drilling_parameters ROP samples (each per-stand
ROP sample is N(run_avg_rop, 8)).
drilling_parameters.csv — 5-15 WOB/RPM/torque/ROP/MSE-efficiency
samples per run. WOB N(38 klbs, 8), RPM N(145, 25), Torque N(18,500 ft-lb,
3,500), MSE efficiency N(0.88, 0.04).
bit_wear_logs.csv — IADC dull grade taxonomy (1-1-WT worn-teeth,
2-2-BT broken-teeth, 3-3-ER edge-rounded, 4-4-BH balled-up-with-heat),
plus cutter wear % (N(46, 12)) and bearing wear % (N(35, 15)).
vibration_measurements.csv — three-axis g-force measurements
matching modern downhole accelerometer ranges: axial N(1.8 g, 0.6),
torsional N(2.1 g, 0.7), lateral N(1.5 g, 0.5), whirl index N(0.18, 0.04).
hydraulic_performance.csv — flow rate N(650 gpm, 120), pressure
drop N(2,200 psi, 300), HSI (hydraulic horsepower per square inch of bit
area) N(1.6 hp/in², 0.25), hydraulic efficiency N(0.91, 0.03).
thermal_profiles.csv — bottomhole temperature N(245°F, 30), cutter
temperature N(380°F, 45), thermal cycles U(20, 400).
dysfunction_events.csv — sparse table, only ~35% of runs have a
dysfunction event (per the 0.35 trigger probability). 5-class dysfunction
taxonomy: stick-slip, bit whirl, bounce, balling, thermal overload.
Severity 0-1, downtime 5-300 minutes.
drillbit_labels.csv — three ML targets:
rop_efficiency_grade(A/B/C/D) computed fromavg_rop_fph / 72thresholds (≥1.1=A, ≥0.95=B, ≥0.8=C, else D)optimal_bit_flag(binary, 1 when efficiency > 1.0)failure_risk_score(continuous, 0-1)
Suggested use cases
- Bit-type selection ML — multi-class classifier on
bit_typefrom formation + depth + manufacturer-class features, trained against ROP-grade target. - ROP-grade classification — train classifiers on
rop_efficiency_grade(A/B/C/D) using drilling parameters, hydraulics, vibration, and bit spec features. - Bit wear regression — predict
cutter_wear_pctandbearing_wear_pctfrom run depth, formation, drilling parameters, and thermal exposure. - Dysfunction detection — binary classifier on whether a run
experiences a dysfunction event (join
dysfunction_eventsto runs; ~35% positive rate). Then a 5-class secondary classifier on which dysfunction type given an event. - MSE optimization — regress
mse_efficiencyfrom WOB, RPM, torque, ROP using the 142,002-row drilling-parameters spine (5-15 samples per run for distribution-aware training). - Hydraulic efficiency prediction — predict
hydraulic_efficiencyfrom flow rate, pressure drop, HSI, and bit size. - Thermal overload risk — binary classifier predicting thermal-overload dysfunction from BH temperature, cutter temperature, and thermal cycles.
- Multi-table relational ML — entity-resolution and graph-based
learning across the 9 joinable tables via
bit_idandrun_id.
Loading
from datasets import load_dataset
ds = load_dataset("xpertsystems/oil010-sample", data_files="drilling_runs.csv")
print(ds["train"][0])
Or with pandas:
import pandas as pd
bits = pd.read_csv("hf://datasets/xpertsystems/oil010-sample/bits_master.csv")
runs = pd.read_csv("hf://datasets/xpertsystems/oil010-sample/drilling_runs.csv")
params = pd.read_csv("hf://datasets/xpertsystems/oil010-sample/drilling_parameters.csv")
wear = pd.read_csv("hf://datasets/xpertsystems/oil010-sample/bit_wear_logs.csv")
joined = runs.merge(bits, on="bit_id").merge(wear, on="run_id")
Reproducibility
All generation is deterministic via the integer seed parameter (driving
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 bit- performance research, not for live bit-selection decisions. The generator is a direct-sampling design (independent Gaussian draws around industry-anchored target means) — fast to validate and easy to extend, but with several limitations users should know about:
No cross-feature physics coupling. Each table is sampled independently of the others — WOB and torque are not correlated, vibration and dysfunction events are uncoupled, and thermal exposure does not drive wear progression. ML models trained on this sample will learn marginal distributions but will not learn realistic cross-feature relationships. The full OIL-010 product (v1.1 roadmap) will introduce physics coupling via shared latent factors (UCS-driven ROP, WOB-driven torque, thermal-driven cutter wear, vibration-driven dysfunction).
Formation and dysfunction are uniformly sampled, not conditioned. In real drilling data, geothermal hard rock has very different dysfunction profiles (thermal overload dominant) than Permian shale (stick-slip dominant). The sample uses uniform 5-class draws for both; treat the joint distribution as ML-balanced rather than field-realistic.
Three CSVs listed in the generator docstring are not generated in this version:
lithology_transitions.csv,directional_performance.csv, andeconomics_metrics.csv. These will ship in OIL-010 v1.1. Current product is 9 CSVs.Long-tail cutter-count outliers. Cutter counts are drawn from N(45, 12), so a small fraction of bits (~0.1%) have unrealistically low cutter counts (<5). PDC bits in practice have 30-80 cutters; filter
cutter_count >= 20if you need clean PDC training data.MSE efficiency is sampled, not computed. The
mse_efficiencycolumn is a direct Gaussian draw N(0.88, 0.04), not derived from the Pessier MSE formulation (MSE = WOB/A + 120·π·N·T / (A·ROP)). For physically-consistent MSE labels, use OIL-007 (Drilling Parameters), which implements the full Teale/Pessier MSE physics with bit-size-aware area.All non-bit-master tables use uniform/Gaussian random IDs. The
well_idfield indrilling_runs.csvsamples from a 50,000-well synthetic pool independently per run, so the same well will not typically appear in multiple runs in the sample. For ML that requires well-level grouping, the full product introduces realistic well clustering.
Full product
The full OIL-010 dataset ships at 5,000 bits / 25,000 runs, with the v1.1 roadmap adding cross-feature physics coupling, the three missing tables (lithology_transitions, directional_performance, economics_metrics), and basin-conditioned dysfunction priors — licensed commercially. Contact XpertSystems.ai for licensing terms.
📧 pradeep@xpertsystems.ai 🌐 https://xpertsystems.ai
Citation
@dataset{xpertsystems_oil010_sample_2026,
title = {OIL-010: Synthetic Drill Bit Performance Dataset (Sample)},
author = {XpertSystems.ai},
year = {2026},
url = {https://huggingface.co/datasets/xpertsystems/oil010-sample}
}
Generation details
- Sample version : 1.0.0
- Random seed : 42
- Generated : 2026-05-21 23:33:12 UTC
- Bits : 3,000
- Runs : 15,000 (5 runs per bit on average)
- Bit types : 4 (PDC, Roller Cone, Hybrid, Diamond Impregnated)
- Formations : 5 (Permian shale, carbonate, abrasive sandstone, deepwater turbidite, geothermal hard rock)
- Dysfunction types : 5 (stick-slip, bit whirl, bounce, balling, thermal overload)
- Calibration basis : SPE 21943 (Pessier MSE), SPE 96652 (Dupriest), SPE 178850, SPE 178215, API RP-7G, API RP-13D, ISO 13503-5, IADC dull grading, IADC Drilling Manual, Spears & Associates, Rystad Energy
- Overall validation: 100.0/100 — Grade A+
- Downloads last month
- 50