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 11 new columns ({'core_length_ft', 'recovery_pct', 'core_type', 'formation_name', 'basin_name', 'acquisition_year', 'well_id', 'preservation_state', 'depth_bottom_ft', 'depth_top_ft', 'core_diameter_in'}) and 5 missing columns ({'pay_zone_flag', 'net_pay_thickness_ft', 'reservoir_quality_grade', 'hydrocarbon_type', 'label_id'}).
This happened while the csv dataset builder was generating data using
hf://datasets/xpertsystems/oil006-sample/cores_master.csv (at revision 73d296da29c935a39d5ba0675f30fad96dbecb3b), [/tmp/hf-datasets-cache/medium/datasets/37813488435803-config-parquet-and-info-xpertsystems-oil006-sampl-c18ade75/hub/datasets--xpertsystems--oil006-sample/snapshots/73d296da29c935a39d5ba0675f30fad96dbecb3b/core_labels.csv (origin=hf://datasets/xpertsystems/oil006-sample@73d296da29c935a39d5ba0675f30fad96dbecb3b/core_labels.csv), /tmp/hf-datasets-cache/medium/datasets/37813488435803-config-parquet-and-info-xpertsystems-oil006-sampl-c18ade75/hub/datasets--xpertsystems--oil006-sample/snapshots/73d296da29c935a39d5ba0675f30fad96dbecb3b/cores_master.csv (origin=hf://datasets/xpertsystems/oil006-sample@73d296da29c935a39d5ba0675f30fad96dbecb3b/cores_master.csv), /tmp/hf-datasets-cache/medium/datasets/37813488435803-config-parquet-and-info-xpertsystems-oil006-sampl-c18ade75/hub/datasets--xpertsystems--oil006-sample/snapshots/73d296da29c935a39d5ba0675f30fad96dbecb3b/fluid_saturations.csv (origin=hf://datasets/xpertsystems/oil006-sample@73d296da29c935a39d5ba0675f30fad96dbecb3b/fluid_saturations.csv), /tmp/hf-datasets-cache/medium/datasets/37813488435803-config-parquet-and-info-xpertsystems-oil006-sampl-c18ade75/hub/datasets--xpertsystems--oil006-sample/snapshots/73d296da29c935a39d5ba0675f30fad96dbecb3b/geomechanical_tests.csv (origin=hf://datasets/xpertsystems/oil006-sample@73d296da29c935a39d5ba0675f30fad96dbecb3b/geomechanical_tests.csv), /tmp/hf-datasets-cache/medium/datasets/37813488435803-config-parquet-and-info-xpertsystems-oil006-sampl-c18ade75/hub/datasets--xpertsystems--oil006-sample/snapshots/73d296da29c935a39d5ba0675f30fad96dbecb3b/lithology_descriptions.csv (origin=hf://datasets/xpertsystems/oil006-sample@73d296da29c935a39d5ba0675f30fad96dbecb3b/lithology_descriptions.csv), /tmp/hf-datasets-cache/medium/datasets/37813488435803-config-parquet-and-info-xpertsystems-oil006-sampl-c18ade75/hub/datasets--xpertsystems--oil006-sample/snapshots/73d296da29c935a39d5ba0675f30fad96dbecb3b/mercury_injection.csv (origin=hf://datasets/xpertsystems/oil006-sample@73d296da29c935a39d5ba0675f30fad96dbecb3b/mercury_injection.csv), /tmp/hf-datasets-cache/medium/datasets/37813488435803-config-parquet-and-info-xpertsystems-oil006-sampl-c18ade75/hub/datasets--xpertsystems--oil006-sample/snapshots/73d296da29c935a39d5ba0675f30fad96dbecb3b/plug_measurements.csv (origin=hf://datasets/xpertsystems/oil006-sample@73d296da29c935a39d5ba0675f30fad96dbecb3b/plug_measurements.csv), /tmp/hf-datasets-cache/medium/datasets/37813488435803-config-parquet-and-info-xpertsystems-oil006-sampl-c18ade75/hub/datasets--xpertsystems--oil006-sample/snapshots/73d296da29c935a39d5ba0675f30fad96dbecb3b/routine_core_analysis.csv (origin=hf://datasets/xpertsystems/oil006-sample@73d296da29c935a39d5ba0675f30fad96dbecb3b/routine_core_analysis.csv), /tmp/hf-datasets-cache/medium/datasets/37813488435803-config-parquet-and-info-xpertsystems-oil006-sampl-c18ade75/hub/datasets--xpertsystems--oil006-sample/snapshots/73d296da29c935a39d5ba0675f30fad96dbecb3b/special_core_analysis.csv (origin=hf://datasets/xpertsystems/oil006-sample@73d296da29c935a39d5ba0675f30fad96dbecb3b/special_core_analysis.csv), /tmp/hf-datasets-cache/medium/datasets/37813488435803-config-parquet-and-info-xpertsystems-oil006-sampl-c18ade75/hub/datasets--xpertsystems--oil006-sample/snapshots/73d296da29c935a39d5ba0675f30fad96dbecb3b/thin_section_petrography.csv (origin=hf://datasets/xpertsystems/oil006-sample@73d296da29c935a39d5ba0675f30fad96dbecb3b/thin_section_petrography.csv), /tmp/hf-datasets-cache/medium/datasets/37813488435803-config-parquet-and-info-xpertsystems-oil006-sampl-c18ade75/hub/datasets--xpertsystems--oil006-sample/snapshots/73d296da29c935a39d5ba0675f30fad96dbecb3b/xrd_xrf_analysis.csv (origin=hf://datasets/xpertsystems/oil006-sample@73d296da29c935a39d5ba0675f30fad96dbecb3b/xrd_xrf_analysis.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
core_id: string
well_id: string
basin_name: string
formation_name: string
depth_top_ft: double
depth_bottom_ft: double
core_length_ft: double
recovery_pct: double
core_diameter_in: double
preservation_state: string
core_type: string
acquisition_year: int64
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1763
to
{'label_id': Value('string'), 'core_id': Value('string'), 'reservoir_quality_grade': Value('string'), 'pay_zone_flag': Value('int64'), 'net_pay_thickness_ft': Value('float64'), 'hydrocarbon_type': Value('string')}
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 11 new columns ({'core_length_ft', 'recovery_pct', 'core_type', 'formation_name', 'basin_name', 'acquisition_year', 'well_id', 'preservation_state', 'depth_bottom_ft', 'depth_top_ft', 'core_diameter_in'}) and 5 missing columns ({'pay_zone_flag', 'net_pay_thickness_ft', 'reservoir_quality_grade', 'hydrocarbon_type', 'label_id'}).
This happened while the csv dataset builder was generating data using
hf://datasets/xpertsystems/oil006-sample/cores_master.csv (at revision 73d296da29c935a39d5ba0675f30fad96dbecb3b), [/tmp/hf-datasets-cache/medium/datasets/37813488435803-config-parquet-and-info-xpertsystems-oil006-sampl-c18ade75/hub/datasets--xpertsystems--oil006-sample/snapshots/73d296da29c935a39d5ba0675f30fad96dbecb3b/core_labels.csv (origin=hf://datasets/xpertsystems/oil006-sample@73d296da29c935a39d5ba0675f30fad96dbecb3b/core_labels.csv), /tmp/hf-datasets-cache/medium/datasets/37813488435803-config-parquet-and-info-xpertsystems-oil006-sampl-c18ade75/hub/datasets--xpertsystems--oil006-sample/snapshots/73d296da29c935a39d5ba0675f30fad96dbecb3b/cores_master.csv (origin=hf://datasets/xpertsystems/oil006-sample@73d296da29c935a39d5ba0675f30fad96dbecb3b/cores_master.csv), /tmp/hf-datasets-cache/medium/datasets/37813488435803-config-parquet-and-info-xpertsystems-oil006-sampl-c18ade75/hub/datasets--xpertsystems--oil006-sample/snapshots/73d296da29c935a39d5ba0675f30fad96dbecb3b/fluid_saturations.csv (origin=hf://datasets/xpertsystems/oil006-sample@73d296da29c935a39d5ba0675f30fad96dbecb3b/fluid_saturations.csv), /tmp/hf-datasets-cache/medium/datasets/37813488435803-config-parquet-and-info-xpertsystems-oil006-sampl-c18ade75/hub/datasets--xpertsystems--oil006-sample/snapshots/73d296da29c935a39d5ba0675f30fad96dbecb3b/geomechanical_tests.csv (origin=hf://datasets/xpertsystems/oil006-sample@73d296da29c935a39d5ba0675f30fad96dbecb3b/geomechanical_tests.csv), /tmp/hf-datasets-cache/medium/datasets/37813488435803-config-parquet-and-info-xpertsystems-oil006-sampl-c18ade75/hub/datasets--xpertsystems--oil006-sample/snapshots/73d296da29c935a39d5ba0675f30fad96dbecb3b/lithology_descriptions.csv (origin=hf://datasets/xpertsystems/oil006-sample@73d296da29c935a39d5ba0675f30fad96dbecb3b/lithology_descriptions.csv), /tmp/hf-datasets-cache/medium/datasets/37813488435803-config-parquet-and-info-xpertsystems-oil006-sampl-c18ade75/hub/datasets--xpertsystems--oil006-sample/snapshots/73d296da29c935a39d5ba0675f30fad96dbecb3b/mercury_injection.csv (origin=hf://datasets/xpertsystems/oil006-sample@73d296da29c935a39d5ba0675f30fad96dbecb3b/mercury_injection.csv), /tmp/hf-datasets-cache/medium/datasets/37813488435803-config-parquet-and-info-xpertsystems-oil006-sampl-c18ade75/hub/datasets--xpertsystems--oil006-sample/snapshots/73d296da29c935a39d5ba0675f30fad96dbecb3b/plug_measurements.csv (origin=hf://datasets/xpertsystems/oil006-sample@73d296da29c935a39d5ba0675f30fad96dbecb3b/plug_measurements.csv), /tmp/hf-datasets-cache/medium/datasets/37813488435803-config-parquet-and-info-xpertsystems-oil006-sampl-c18ade75/hub/datasets--xpertsystems--oil006-sample/snapshots/73d296da29c935a39d5ba0675f30fad96dbecb3b/routine_core_analysis.csv (origin=hf://datasets/xpertsystems/oil006-sample@73d296da29c935a39d5ba0675f30fad96dbecb3b/routine_core_analysis.csv), /tmp/hf-datasets-cache/medium/datasets/37813488435803-config-parquet-and-info-xpertsystems-oil006-sampl-c18ade75/hub/datasets--xpertsystems--oil006-sample/snapshots/73d296da29c935a39d5ba0675f30fad96dbecb3b/special_core_analysis.csv (origin=hf://datasets/xpertsystems/oil006-sample@73d296da29c935a39d5ba0675f30fad96dbecb3b/special_core_analysis.csv), /tmp/hf-datasets-cache/medium/datasets/37813488435803-config-parquet-and-info-xpertsystems-oil006-sampl-c18ade75/hub/datasets--xpertsystems--oil006-sample/snapshots/73d296da29c935a39d5ba0675f30fad96dbecb3b/thin_section_petrography.csv (origin=hf://datasets/xpertsystems/oil006-sample@73d296da29c935a39d5ba0675f30fad96dbecb3b/thin_section_petrography.csv), /tmp/hf-datasets-cache/medium/datasets/37813488435803-config-parquet-and-info-xpertsystems-oil006-sampl-c18ade75/hub/datasets--xpertsystems--oil006-sample/snapshots/73d296da29c935a39d5ba0675f30fad96dbecb3b/xrd_xrf_analysis.csv (origin=hf://datasets/xpertsystems/oil006-sample@73d296da29c935a39d5ba0675f30fad96dbecb3b/xrd_xrf_analysis.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.
label_id string | core_id string | reservoir_quality_grade string | pay_zone_flag int64 | net_pay_thickness_ft float64 | hydrocarbon_type string |
|---|---|---|---|---|---|
LABEL_0000000 | CORE_000000 | A | 1 | 52.29 | light_oil |
LABEL_0000001 | CORE_000001 | D | 0 | 2.15 | dry_gas |
LABEL_0000002 | CORE_000002 | B | 1 | 64.98 | medium_oil |
LABEL_0000003 | CORE_000003 | B | 1 | 15.52 | light_oil |
LABEL_0000004 | CORE_000004 | D | 1 | 33.08 | light_oil |
LABEL_0000005 | CORE_000005 | B | 1 | 25.93 | medium_oil |
LABEL_0000006 | CORE_000006 | A | 1 | 62.95 | medium_oil |
LABEL_0000007 | CORE_000007 | A | 1 | 45.51 | heavy_oil |
LABEL_0000008 | CORE_000008 | D | 1 | 60.89 | volatile_oil |
LABEL_0000009 | CORE_000009 | D | 0 | 0.43 | dry_gas |
LABEL_0000010 | CORE_000010 | D | 1 | 55.67 | light_oil |
LABEL_0000011 | CORE_000011 | B | 1 | 42.45 | light_oil |
LABEL_0000012 | CORE_000012 | A | 1 | 37.99 | gas_condensate |
LABEL_0000013 | CORE_000013 | A | 1 | 57.85 | heavy_oil |
LABEL_0000014 | CORE_000014 | D | 0 | 4.72 | wet_gas |
LABEL_0000015 | CORE_000015 | D | 0 | 0.13 | wet_gas |
LABEL_0000016 | CORE_000016 | A | 1 | 50.44 | light_oil |
LABEL_0000017 | CORE_000017 | D | 1 | 22.38 | volatile_oil |
LABEL_0000018 | CORE_000018 | A | 1 | 28.46 | heavy_oil |
LABEL_0000019 | CORE_000019 | A | 1 | 29.47 | light_oil |
LABEL_0000020 | CORE_000020 | B | 1 | 23.82 | medium_oil |
LABEL_0000021 | CORE_000021 | D | 0 | 4.07 | light_oil |
LABEL_0000022 | CORE_000022 | B | 1 | 42.88 | light_oil |
LABEL_0000023 | CORE_000023 | B | 1 | 29.22 | light_oil |
LABEL_0000024 | CORE_000024 | B | 1 | 28.55 | medium_oil |
LABEL_0000025 | CORE_000025 | D | 0 | 1.97 | wet_gas |
LABEL_0000026 | CORE_000026 | D | 0 | 3.22 | dry_gas |
LABEL_0000027 | CORE_000027 | D | 1 | 54.02 | light_oil |
LABEL_0000028 | CORE_000028 | D | 0 | 2.94 | dry_gas |
LABEL_0000029 | CORE_000029 | A | 1 | 33.71 | gas_condensate |
LABEL_0000030 | CORE_000030 | B | 1 | 27.29 | medium_oil |
LABEL_0000031 | CORE_000031 | B | 1 | 39.39 | light_oil |
LABEL_0000032 | CORE_000032 | D | 1 | 45.84 | volatile_oil |
LABEL_0000033 | CORE_000033 | D | 0 | 3.59 | light_oil |
LABEL_0000034 | CORE_000034 | D | 0 | 0.74 | dry_gas |
LABEL_0000035 | CORE_000035 | D | 0 | 3.34 | wet_gas |
LABEL_0000036 | CORE_000036 | D | 1 | 35.81 | volatile_oil |
LABEL_0000037 | CORE_000037 | D | 0 | 2.51 | dry_gas |
LABEL_0000038 | CORE_000038 | D | 0 | 4.88 | dry_gas |
LABEL_0000039 | CORE_000039 | A | 1 | 19.3 | gas_condensate |
LABEL_0000040 | CORE_000040 | D | 0 | 0.06 | dry_gas |
LABEL_0000041 | CORE_000041 | A | 1 | 53.39 | heavy_oil |
LABEL_0000042 | CORE_000042 | A | 1 | 39.01 | medium_oil |
LABEL_0000043 | CORE_000043 | D | 0 | 2.12 | light_oil |
LABEL_0000044 | CORE_000044 | A | 1 | 38.21 | heavy_oil |
LABEL_0000045 | CORE_000045 | A | 1 | 47.78 | heavy_oil |
LABEL_0000046 | CORE_000046 | D | 1 | 26.54 | light_oil |
LABEL_0000047 | CORE_000047 | D | 1 | 54.26 | light_oil |
LABEL_0000048 | CORE_000048 | A | 1 | 52.27 | medium_oil |
LABEL_0000049 | CORE_000049 | D | 1 | 43.47 | light_oil |
LABEL_0000050 | CORE_000050 | D | 0 | 1.49 | dry_gas |
LABEL_0000051 | CORE_000051 | D | 1 | 16.06 | light_oil |
LABEL_0000052 | CORE_000052 | A | 1 | 47.7 | heavy_oil |
LABEL_0000053 | CORE_000053 | A | 1 | 37.67 | medium_oil |
LABEL_0000054 | CORE_000054 | A | 1 | 56.19 | light_oil |
LABEL_0000055 | CORE_000055 | B | 1 | 52.93 | medium_oil |
LABEL_0000056 | CORE_000056 | D | 0 | 0.09 | dry_gas |
LABEL_0000057 | CORE_000057 | A | 1 | 19.08 | medium_oil |
LABEL_0000058 | CORE_000058 | D | 1 | 47.1 | light_oil |
LABEL_0000059 | CORE_000059 | D | 1 | 40.52 | volatile_oil |
LABEL_0000060 | CORE_000060 | A | 1 | 19.15 | medium_oil |
LABEL_0000061 | CORE_000061 | D | 0 | 0.59 | dry_gas |
LABEL_0000062 | CORE_000062 | A | 1 | 53.98 | light_oil |
LABEL_0000063 | CORE_000063 | A | 1 | 41.31 | light_oil |
LABEL_0000064 | CORE_000064 | A | 1 | 32.75 | light_oil |
LABEL_0000065 | CORE_000065 | A | 1 | 18.14 | gas_condensate |
LABEL_0000066 | CORE_000066 | A | 1 | 50.61 | light_oil |
LABEL_0000067 | CORE_000067 | D | 0 | 4.19 | volatile_oil |
LABEL_0000068 | CORE_000068 | D | 1 | 51.64 | volatile_oil |
LABEL_0000069 | CORE_000069 | D | 0 | 2.21 | dry_gas |
LABEL_0000070 | CORE_000070 | D | 0 | 2.18 | wet_gas |
LABEL_0000071 | CORE_000071 | D | 0 | 0.96 | dry_gas |
LABEL_0000072 | CORE_000072 | B | 1 | 22.07 | medium_oil |
LABEL_0000073 | CORE_000073 | D | 0 | 4.81 | dry_gas |
LABEL_0000074 | CORE_000074 | D | 1 | 42.96 | light_oil |
LABEL_0000075 | CORE_000075 | D | 0 | 1.38 | light_oil |
LABEL_0000076 | CORE_000076 | D | 0 | 1.72 | volatile_oil |
LABEL_0000077 | CORE_000077 | A | 1 | 51.24 | medium_oil |
LABEL_0000078 | CORE_000078 | A | 1 | 53.21 | gas_condensate |
LABEL_0000079 | CORE_000079 | A | 1 | 19.12 | light_oil |
LABEL_0000080 | CORE_000080 | A | 1 | 36.78 | medium_oil |
LABEL_0000081 | CORE_000081 | D | 0 | 2.35 | dry_gas |
LABEL_0000082 | CORE_000082 | A | 1 | 35.3 | heavy_oil |
LABEL_0000083 | CORE_000083 | D | 0 | 2.45 | wet_gas |
LABEL_0000084 | CORE_000084 | D | 1 | 52.63 | volatile_oil |
LABEL_0000085 | CORE_000085 | D | 1 | 39.8 | volatile_oil |
LABEL_0000086 | CORE_000086 | B | 1 | 44.11 | medium_oil |
LABEL_0000087 | CORE_000087 | D | 0 | 0.9 | dry_gas |
LABEL_0000088 | CORE_000088 | D | 0 | 0.61 | dry_gas |
LABEL_0000089 | CORE_000089 | D | 0 | 3.98 | wet_gas |
LABEL_0000090 | CORE_000090 | D | 0 | 3.07 | dry_gas |
LABEL_0000091 | CORE_000091 | B | 1 | 30.8 | light_oil |
LABEL_0000092 | CORE_000092 | D | 0 | 3.78 | wet_gas |
LABEL_0000093 | CORE_000093 | D | 0 | 0.3 | light_oil |
LABEL_0000094 | CORE_000094 | D | 1 | 56.88 | light_oil |
LABEL_0000095 | CORE_000095 | A | 1 | 28.67 | light_oil |
LABEL_0000096 | CORE_000096 | D | 0 | 4.66 | volatile_oil |
LABEL_0000097 | CORE_000097 | D | 1 | 54.56 | light_oil |
LABEL_0000098 | CORE_000098 | D | 1 | 18.37 | light_oil |
LABEL_0000099 | CORE_000099 | B | 1 | 44.99 | light_oil |
OIL-006 — Synthetic Core Sample Dataset (Sample)
SKU: OIL006-SAMPLE · Vertical: Oil & Gas / Upstream Core Analysis & Petrophysics
License: CC-BY-NC-4.0 (sample) · Schema version: oil006.v1
Generator version: 1.0.0 · Default seed: 42
A free, schema-identical preview of XpertSystems.ai's enterprise core-analysis dataset for petrophysics, SCAL, mineralogy, and geomechanics ML. The sample covers 500 cores across 10 global hydrocarbon basins with 37,398 plug measurements linked across 11 tables.
What's in the box
| File | Rows | Cols | Description |
|---|---|---|---|
cores_master.csv |
500 | 12 | Core spine: basin, formation, depth, recovery, preservation |
plug_measurements.csv |
37,398 | 10 | Plug-level rock physics: porosity, permeability, grain & bulk density, lithology |
routine_core_analysis.csv |
37,398 | 10 | RCA: helium φ, Klinkenberg k, Dean-Stark Sw/So/Sg, net overburden |
special_core_analysis.csv |
9,212 | 13 | SCAL: capillary pressure, relperm, Archie a/m/n, wettability, Swirr/Sor |
fluid_saturations.csv |
68,642 | 9 | Multi-state saturations (native / restored / cleaned) per plug |
lithology_descriptions.csv |
38,012 | 10 | Per-foot lithology: grain size, sorting, cement, bedding, mineralogy |
xrd_xrf_analysis.csv |
26,153 | 13 | Mineralogy: quartz/feldspar/clay/carbonate, illite/smectite/kaolinite/chlorite, TOC, kerogen, Ro |
thin_section_petrography.csv |
18,521 | 9 | Pore architecture: primary/secondary φ, throat radius, diagenesis, fabric |
mercury_injection.csv |
12,992 | 8 | MICP: entry pressure, median throat, displacement pressure, Swanson parameter |
geomechanical_tests.csv |
9,993 | 10 | Geomech: Young's modulus, Poisson, UCS, brittleness, tensile strength |
core_labels.csv |
500 | 6 | ML labels: reservoir quality A/B/C/D, pay zone flag, net pay, HC type |
Total: 259,321 rows across 11 CSVs, ~20.6 MB on disk.
Calibration: industry-anchored, honestly reported
Validation uses a 10-metric scorecard with targets sourced exclusively to named industry standards: API RP-40 (Recommended Practices for Core Analysis), Society of Core Analysts (SCA), SPWLA petrophysical conventions, Archie (1942), Anderson (1986) wettability survey (JPT), Kozeny-Carman, ASTM D934 (XRD), SPE Petroleum Engineering Handbook, SPE Geomechanics Handbook, and Chang et al. (2006) on E-UCS empirical correlation.
Sample run (seed 42, n_cores=500):
| # | Metric | Observed | Target | Tolerance | Status | Source |
|---|---|---|---|---|---|---|
| 1 | avg helium porosity pct | 14.3748 | 14.0 | ±4.0 | ✓ PASS | API RP-40 + SCA protocols — global mean helium porosity, mixed unconventional/conventional basin portfolio |
| 2 | avg grain density gcc | 2.7035 | 2.68 | ±0.08 | ✓ PASS | SPWLA Petrophysical Properties Reference — mixed mineralogy grain density (2.65 SS, 2.71 LS, 2.85 dolo) blended portfolio |
| 3 | avg water saturation pct | 31.7136 | 32.5 | ±8.0 | ✓ PASS | API RP-40 + SCA — Dean-Stark global mean water saturation, mixed reservoir portfolio |
| 4 | saturation mass balance pct | 100.0000 | 100.0 | ±1.0 | ✓ PASS | SCA / RP-40 — Sw + So + Sg sums to 100% within Dean-Stark measurement tolerance |
| 5 | log perm porosity correlation | 0.8164 | 0.75 | ±0.2 | ✓ PASS | Kozeny-Carman + SPE Petroleum Engineering Handbook — log(k) vs φ correlation, mixed-lithology core sample sets |
| 6 | mineralogy mass balance rate | 1.0000 | 0.99 | ±0.05 | ✓ PASS | ASTM D934 + SPWLA XRD/XRF protocols — mineralogy fractions sum to 100% within measurement uncertainty |
| 7 | avg archie m | 1.9514 | 2.0 | ±0.3 | ✓ PASS | Archie (1942) + SPWLA — cementation exponent m, global core analysis literature (typically 1.8-2.2) |
| 8 | avg wettability index | -0.1025 | -0.1 | ±0.3 | ✓ PASS | Amott-Harvey wettability index + Anderson (1986) JPT survey — mixed-to-oil-wet global portfolio mean |
| 9 | youngs ucs correlation | 0.9804 | 0.92 | ±0.1 | ✓ PASS | SPE Geomechanics Handbook + Chang et al. (2006) — static Young's modulus vs UCS empirical correlation |
| 10 | lithology diversity entropy | 0.9046 | 0.85 | ±0.15 | ✓ PASS | Global core analysis literature — 6-class lithology diversity benchmark (clean SS, shaly SS, tight SS, shale, carbonate, dolomite), normalized Shannon entropy |
Overall: 100.0/100 — Grade A+ (10 PASS · 0 MARGINAL · 0 FAIL of 10 metrics)
Schema highlights
plug_measurements.csv — the petrophysical spine, one row per plug.
Key columns: plug_id, core_id, plug_depth_ft, lithology
(6-class: clean_ss, shaly_ss, tight_ss, shale, carbonate, dolomite),
porosity_pct, permeability_md, grain_density_gcc, bulk_density_gcc.
Porosity-permeability follows a Kozeny-Carman-style relation per basin:
log(k) ≈ log(k_basin_mean) + 6.0·(φ − φ_basin_mean) + ε
with basin priors calibrated to industry-typical values: Permian Wolfcamp (φ̄ ≈ 8.5%, k̄ ≈ 0.08 mD), Marcellus (φ̄ ≈ 6.5%, k̄ ≈ 0.0003 mD), North Sea Sandstone (φ̄ ≈ 22%, k̄ ≈ 350 mD), GoM Deepwater (φ̄ ≈ 26%, k̄ ≈ 800 mD), Canadian Oil Sands (φ̄ ≈ 32%, k̄ ≈ 2500 mD), etc.
special_core_analysis.csv — Archie's law parameters per plug:
F = a / φᵐ (formation resistivity factor)
with a/m/n drawn from industry-typical ranges (a ≈ 1.0, m ≈ 1.95, n ≈ 2.0) matching the SPWLA conventions and the original Archie (1942) JPT paper.
xrd_xrf_analysis.csv — Dirichlet-sampled mineralogy guaranteeing
mass balance (quartz + feldspar + clay + carbonate = 100% per row), plus
clay sub-fractions (illite/smectite/kaolinite/chlorite), TOC, kerogen
type (I/II/II-S/III/IV), and vitrinite reflectance (oil window ~0.6-1.3%,
gas window >1.3%).
geomechanical_tests.csv — porosity-modulated elastic properties:
E_static ≈ 8e6 · (1 − 2.5·φ) + ε (psi) UCS ≈ E_static / 250 + ε (psi)
matching the Chang et al. (2006) empirical correlation for sedimentary rocks.
Suggested use cases
- Porosity-permeability regression — train ML estimators of permeability from porosity + lithology + grain density using the 37,398-plug spine.
- Reservoir quality classification — multi-class classifier on
reservoir_quality_grade(A/B/C/D) from petrophysical features. - Pay zone identification — binary classification on
pay_zone_flagfrom RCA + lithology + mineralogy features. - SCAL surrogate models — predict Archie m/n, wettability index, and relperm endpoints from petrophysical and mineralogical inputs (multi- output regression).
- Hydrocarbon type prediction — 7-class classifier on
hydrocarbon_typefrom basin, depth, and rock properties. - Multi-table relational ML — entity-resolution and graph-based
learning across the 11 joinable tables via
core_id/plug_id. - Mineralogy → petrophysics ML — predict porosity and permeability from XRD/XRF mineralogy (quartz/clay/carbonate/feldspar fractions).
- Geomechanical surrogates — predict Young's modulus, UCS, and brittleness from porosity + lithology for unconventional completion design.
Loading
from datasets import load_dataset
ds = load_dataset("xpertsystems/oil006-sample", data_files="plug_measurements.csv")
print(ds["train"][0])
Or with pandas:
import pandas as pd
cores = pd.read_csv("hf://datasets/xpertsystems/oil006-sample/cores_master.csv")
plugs = pd.read_csv("hf://datasets/xpertsystems/oil006-sample/plug_measurements.csv")
rca = pd.read_csv("hf://datasets/xpertsystems/oil006-sample/routine_core_analysis.csv")
scal = pd.read_csv("hf://datasets/xpertsystems/oil006-sample/special_core_analysis.csv")
joined = plugs.merge(rca, on="plug_id").merge(cores, on="core_id")
Reproducibility
All generation is deterministic via the integer seed parameter. The ID
conventions (CORE_{i:06d}, PLUG_{i:08d}, RCA_{i:08d}, etc.)
guarantee schema-stable joins across runs.
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 core-analysis research, not for live drilling or completion decisions. A few notes:
Permeability is heavy-tailed. The lognormal Kozeny-Carman model produces realistic but right-skewed permeability distributions (sample p90 ≈ 1100 mD, median ≈ 0.3 mD). Use log-transformed permeability for statistical work and
np.log10(permeability_md + 1e-5)for correlation analyses to match the φ-k coefficient reported in the scorecard.Basin / lithology coverage at sample scale — at 500 cores, each basin has 29-79 cores. All 6 lithologies are present but tight_ss and dolomite are under-represented (~10% and ~6% of plugs respectively). Full product (25,000 cores) gives 2,000-4,000 cores per basin and converges all lithology distributions.
2.8% controlled anomaly injection is present in
plug_measurements(anomaly_flagcolumn) androutine_core_analysis(anomaly_flagcolumn). This simulates stress-relief microfractures inflating permeability (plug level, 2-10× multipliers) and measurement repeatability artifacts (RCA helium porosity, ±1.5% noise). Use these flags as QC training targets or filter them out for clean regression baselines.Wettability index is sampled with a global mean of -0.10 (mixed-to- slightly-oil-wet), not stratified by basin wettability prior. The v1.1 generator will introduce basin-stratified wettability sampling for tighter calibration.
Full product
The full OIL-006 dataset ships at 25,000 cores with ~3.5M plug measurements, full per-basin wettability stratification, basin-conditioned TOC sampling, and complete petrophysics-SCAL-mineralogy-geomechanics relational schema — licensed commercially. Contact XpertSystems.ai for licensing terms.
📧 pradeep@xpertsystems.ai 🌐 https://xpertsystems.ai
Citation
@dataset{xpertsystems_oil006_sample_2026,
title = {OIL-006: Synthetic Core Sample Dataset (Sample)},
author = {XpertSystems.ai},
year = {2026},
url = {https://huggingface.co/datasets/xpertsystems/oil006-sample}
}
Generation details
- Generator version : 1.0.0
- Sample version : 1.0.0
- Random seed : 42
- Generated : 2026-05-21 22:43:24 UTC
- Cores : 500
- Plugs : 37,398
- Basins : 10 (Permian Wolfcamp, Eagle Ford, Bakken, Marcellus, North Sea Sandstone, GoM Deepwater, Middle East Carbonate, Canadian Oil Sands, Pre-Salt Brazil, North Africa Carbonate)
- Lithologies : 6 (clean SS, shaly SS, tight SS, shale, carbonate, dolomite)
- Calibration basis : API RP-40, SCA, SPWLA, Archie (1942), Anderson (1986), Kozeny-Carman, Chang et al. (2006), SPE PEH
- Overall validation: 100.0/100 — Grade A+
- Downloads last month
- 47