Dataset Preview
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 20 new columns ({'psd_method', 'grid_resolution', 'severity', 'geometry_parameters', 'correlation_length_x', 'method', 'physical_dimensions', 'manufacturing_process', 'orientation', 'is_anisotropic', 'ra_actual', 'correlation_length_y', 'anisotropy_ratio', 'generation_timestamp', 'sample_id', 'curvature_statistics', 'hybrid_parameters', 'geometry_type', 'rq_target', 'rq_actual'}) and 8 missing columns ({'total_samples', 'start_time', 'severity_counts', 'process_counts', 'geometry_counts', 'successful_samples', 'end_time', 'failed_samples'}).
This happened while the json dataset builder was generating data using
hf://datasets/cmialab/nloplearning2/metadata/complex_airfoil/sample_000005.json (at revision 797a81702225328fe51055d48400e5fe4486bee2)
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 1831, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 714, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
sample_id: int64
geometry_type: string
geometry_parameters: struct<type: string, profile: string, chord: double, thickness_scale: double>
child 0, type: string
child 1, profile: string
child 2, chord: double
child 3, thickness_scale: double
rq_target: double
rq_actual: double
ra_actual: double
severity: string
is_anisotropic: bool
psd_method: string
manufacturing_process: string
method: string
grid_resolution: list<item: int64>
child 0, item: int64
physical_dimensions: list<item: double>
child 0, item: double
curvature_statistics: struct<mean_slope: double, max_slope: double, height_range: double, mean_height: double, std_height: (... 8 chars omitted)
child 0, mean_slope: double
child 1, max_slope: double
child 2, height_range: double
child 3, mean_height: double
child 4, std_height: double
generation_timestamp: string
correlation_length_x: double
correlation_length_y: double
orientation: double
anisotropy_ratio: double
hybrid_parameters: struct<w_psd: double, w_perlin: double, w_fractal: double, perlin_octaves: int64, perlin_persistence (... 81 chars omitted)
child 0, w_psd: double
child 1, w_perlin: double
child 2, w_fractal: double
child 3, perlin_octaves: int64
child 4, perlin_persistence: double
child 5, perlin_lacunarity: double
child 6, fractal_hurst: double
child 7, fractal_modes: int64
to
{'total_samples': Value('int64'), 'successful_samples': Value('int64'), 'failed_samples': Value('int64'), 'geometry_counts': {'naca_airfoil': Value('int64'), 'simple_spline': Value('int64'), 'complex_airfoil': Value('int64'), 'cone': Value('int64'), 'ellipsoid': Value('int64'), 'nurbs': Value('int64'), 'sphere': Value('int64'), 'flat': Value('int64'), 'cylinder': Value('int64')}, 'process_counts': {'combined_mechanisms': Value('int64'), 'extreme_pitting_coalescence': Value('int64'), 'structural_degradation': Value('int64'), 'random': Value('int64'), 'end_of_life_corrosion': Value('int64'), 'catastrophic_leading_edge': Value('int64')}, 'severity_counts': {'high_corrosion': Value('int64')}, 'start_time': Value('string'), 'end_time': Value('null')}
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 1450, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 993, in stream_convert_to_parquet
builder._prepare_split(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1702, 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 1833, 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 20 new columns ({'psd_method', 'grid_resolution', 'severity', 'geometry_parameters', 'correlation_length_x', 'method', 'physical_dimensions', 'manufacturing_process', 'orientation', 'is_anisotropic', 'ra_actual', 'correlation_length_y', 'anisotropy_ratio', 'generation_timestamp', 'sample_id', 'curvature_statistics', 'hybrid_parameters', 'geometry_type', 'rq_target', 'rq_actual'}) and 8 missing columns ({'total_samples', 'start_time', 'severity_counts', 'process_counts', 'geometry_counts', 'successful_samples', 'end_time', 'failed_samples'}).
This happened while the json dataset builder was generating data using
hf://datasets/cmialab/nloplearning2/metadata/complex_airfoil/sample_000005.json (at revision 797a81702225328fe51055d48400e5fe4486bee2)
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.
total_samples
int64 | successful_samples
int64 | failed_samples
int64 | geometry_counts
dict | process_counts
dict | severity_counts
dict | start_time
string | end_time
null |
|---|---|---|---|---|---|---|---|
50
| 50
| 0
|
{
"naca_airfoil": 17,
"simple_spline": 7,
"complex_airfoil": 12,
"cone": 1,
"ellipsoid": 3,
"nurbs": 3,
"sphere": 5,
"flat": 1,
"cylinder": 1
}
|
{
"combined_mechanisms": 6,
"extreme_pitting_coalescence": 4,
"structural_degradation": 8,
"random": 26,
"end_of_life_corrosion": 5,
"catastrophic_leading_edge": 1
}
|
{
"high_corrosion": 50
}
|
2025-11-08 02:23:25.976197
| null |
100
| 100
| 0
|
{
"naca_airfoil": 32,
"simple_spline": 17,
"complex_airfoil": 21,
"cone": 2,
"ellipsoid": 4,
"nurbs": 11,
"sphere": 5,
"flat": 3,
"cylinder": 5
}
|
{
"combined_mechanisms": 12,
"extreme_pitting_coalescence": 7,
"structural_degradation": 17,
"random": 49,
"end_of_life_corrosion": 8,
"catastrophic_leading_edge": 7
}
|
{
"high_corrosion": 100
}
|
2025-11-08 02:23:25.976197
| null |
150
| 150
| 0
|
{
"naca_airfoil": 48,
"simple_spline": 24,
"complex_airfoil": 27,
"cone": 4,
"ellipsoid": 5,
"nurbs": 19,
"sphere": 9,
"flat": 6,
"cylinder": 8
}
|
{
"combined_mechanisms": 16,
"extreme_pitting_coalescence": 17,
"structural_degradation": 22,
"random": 67,
"end_of_life_corrosion": 11,
"catastrophic_leading_edge": 17
}
|
{
"high_corrosion": 150
}
|
2025-11-08 02:23:25.976197
| null |
200
| 200
| 0
|
{
"naca_airfoil": 63,
"simple_spline": 36,
"complex_airfoil": 37,
"cone": 7,
"ellipsoid": 5,
"nurbs": 25,
"sphere": 10,
"flat": 6,
"cylinder": 11
}
|
{
"combined_mechanisms": 21,
"extreme_pitting_coalescence": 21,
"structural_degradation": 27,
"random": 84,
"end_of_life_corrosion": 21,
"catastrophic_leading_edge": 26
}
|
{
"high_corrosion": 200
}
|
2025-11-08 02:23:25.976197
| null |
250
| 250
| 0
|
{
"naca_airfoil": 79,
"simple_spline": 43,
"complex_airfoil": 44,
"cone": 11,
"ellipsoid": 6,
"nurbs": 32,
"sphere": 14,
"flat": 8,
"cylinder": 13
}
|
{
"combined_mechanisms": 24,
"extreme_pitting_coalescence": 29,
"structural_degradation": 32,
"random": 104,
"end_of_life_corrosion": 25,
"catastrophic_leading_edge": 36
}
|
{
"high_corrosion": 250
}
|
2025-11-08 02:23:25.976197
| null |
300
| 300
| 0
|
{
"naca_airfoil": 95,
"simple_spline": 52,
"complex_airfoil": 49,
"cone": 15,
"ellipsoid": 7,
"nurbs": 38,
"sphere": 16,
"flat": 12,
"cylinder": 16
}
|
{
"combined_mechanisms": 30,
"extreme_pitting_coalescence": 38,
"structural_degradation": 38,
"random": 126,
"end_of_life_corrosion": 28,
"catastrophic_leading_edge": 40
}
|
{
"high_corrosion": 300
}
|
2025-11-08 02:23:25.976197
| null |
350
| 350
| 0
|
{
"naca_airfoil": 106,
"simple_spline": 56,
"complex_airfoil": 59,
"cone": 19,
"ellipsoid": 9,
"nurbs": 41,
"sphere": 18,
"flat": 18,
"cylinder": 24
}
|
{
"combined_mechanisms": 33,
"extreme_pitting_coalescence": 41,
"structural_degradation": 48,
"random": 149,
"end_of_life_corrosion": 32,
"catastrophic_leading_edge": 47
}
|
{
"high_corrosion": 350
}
|
2025-11-08 02:23:25.976197
| null |
400
| 400
| 0
|
{
"naca_airfoil": 118,
"simple_spline": 67,
"complex_airfoil": 65,
"cone": 20,
"ellipsoid": 9,
"nurbs": 45,
"sphere": 22,
"flat": 23,
"cylinder": 31
}
|
{
"combined_mechanisms": 36,
"extreme_pitting_coalescence": 44,
"structural_degradation": 59,
"random": 173,
"end_of_life_corrosion": 36,
"catastrophic_leading_edge": 52
}
|
{
"high_corrosion": 400
}
|
2025-11-08 02:23:25.976197
| null |
450
| 450
| 0
|
{
"naca_airfoil": 132,
"simple_spline": 71,
"complex_airfoil": 73,
"cone": 22,
"ellipsoid": 9,
"nurbs": 58,
"sphere": 24,
"flat": 24,
"cylinder": 37
}
|
{
"combined_mechanisms": 39,
"extreme_pitting_coalescence": 46,
"structural_degradation": 66,
"random": 196,
"end_of_life_corrosion": 42,
"catastrophic_leading_edge": 61
}
|
{
"high_corrosion": 450
}
|
2025-11-08 02:23:25.976197
| null |
500
| 500
| 0
|
{
"naca_airfoil": 144,
"simple_spline": 79,
"complex_airfoil": 80,
"cone": 24,
"ellipsoid": 12,
"nurbs": 63,
"sphere": 27,
"flat": 28,
"cylinder": 43
}
|
{
"combined_mechanisms": 43,
"extreme_pitting_coalescence": 55,
"structural_degradation": 72,
"random": 216,
"end_of_life_corrosion": 46,
"catastrophic_leading_edge": 68
}
|
{
"high_corrosion": 500
}
|
2025-11-08 02:23:25.976197
| null |
550
| 550
| 0
|
{
"naca_airfoil": 155,
"simple_spline": 85,
"complex_airfoil": 89,
"cone": 25,
"ellipsoid": 12,
"nurbs": 74,
"sphere": 32,
"flat": 29,
"cylinder": 49
}
|
{
"combined_mechanisms": 48,
"extreme_pitting_coalescence": 62,
"structural_degradation": 76,
"random": 235,
"end_of_life_corrosion": 53,
"catastrophic_leading_edge": 76
}
|
{
"high_corrosion": 550
}
|
2025-11-08 02:23:25.976197
| null |
600
| 600
| 0
|
{
"naca_airfoil": 168,
"simple_spline": 92,
"complex_airfoil": 94,
"cone": 25,
"ellipsoid": 16,
"nurbs": 83,
"sphere": 36,
"flat": 33,
"cylinder": 53
}
|
{
"combined_mechanisms": 56,
"extreme_pitting_coalescence": 68,
"structural_degradation": 80,
"random": 251,
"end_of_life_corrosion": 57,
"catastrophic_leading_edge": 88
}
|
{
"high_corrosion": 600
}
|
2025-11-08 02:23:25.976197
| null |
650
| 650
| 0
|
{
"naca_airfoil": 183,
"simple_spline": 99,
"complex_airfoil": 102,
"cone": 27,
"ellipsoid": 18,
"nurbs": 87,
"sphere": 41,
"flat": 36,
"cylinder": 57
}
|
{
"combined_mechanisms": 62,
"extreme_pitting_coalescence": 73,
"structural_degradation": 87,
"random": 266,
"end_of_life_corrosion": 66,
"catastrophic_leading_edge": 96
}
|
{
"high_corrosion": 650
}
|
2025-11-08 02:23:25.976197
| null |
700
| 700
| 0
|
{
"naca_airfoil": 196,
"simple_spline": 109,
"complex_airfoil": 110,
"cone": 29,
"ellipsoid": 18,
"nurbs": 95,
"sphere": 42,
"flat": 40,
"cylinder": 61
}
|
{
"combined_mechanisms": 66,
"extreme_pitting_coalescence": 81,
"structural_degradation": 91,
"random": 284,
"end_of_life_corrosion": 73,
"catastrophic_leading_edge": 105
}
|
{
"high_corrosion": 700
}
|
2025-11-08 02:23:25.976197
| null |
750
| 750
| 0
|
{
"naca_airfoil": 208,
"simple_spline": 119,
"complex_airfoil": 115,
"cone": 31,
"ellipsoid": 18,
"nurbs": 105,
"sphere": 42,
"flat": 41,
"cylinder": 71
}
|
{
"combined_mechanisms": 72,
"extreme_pitting_coalescence": 86,
"structural_degradation": 98,
"random": 300,
"end_of_life_corrosion": 79,
"catastrophic_leading_edge": 115
}
|
{
"high_corrosion": 750
}
|
2025-11-08 02:23:25.976197
| null |
800
| 800
| 0
|
{
"naca_airfoil": 220,
"simple_spline": 128,
"complex_airfoil": 121,
"cone": 32,
"ellipsoid": 18,
"nurbs": 112,
"sphere": 45,
"flat": 46,
"cylinder": 78
}
|
{
"combined_mechanisms": 79,
"extreme_pitting_coalescence": 99,
"structural_degradation": 101,
"random": 313,
"end_of_life_corrosion": 90,
"catastrophic_leading_edge": 118
}
|
{
"high_corrosion": 800
}
|
2025-11-08 02:23:25.976197
| null |
850
| 850
| 0
|
{
"naca_airfoil": 235,
"simple_spline": 135,
"complex_airfoil": 128,
"cone": 34,
"ellipsoid": 18,
"nurbs": 119,
"sphere": 45,
"flat": 49,
"cylinder": 87
}
|
{
"combined_mechanisms": 84,
"extreme_pitting_coalescence": 101,
"structural_degradation": 113,
"random": 331,
"end_of_life_corrosion": 99,
"catastrophic_leading_edge": 122
}
|
{
"high_corrosion": 850
}
|
2025-11-08 02:23:25.976197
| null |
900
| 900
| 0
|
{
"naca_airfoil": 243,
"simple_spline": 145,
"complex_airfoil": 134,
"cone": 38,
"ellipsoid": 19,
"nurbs": 124,
"sphere": 47,
"flat": 56,
"cylinder": 94
}
|
{
"combined_mechanisms": 89,
"extreme_pitting_coalescence": 108,
"structural_degradation": 119,
"random": 345,
"end_of_life_corrosion": 106,
"catastrophic_leading_edge": 133
}
|
{
"high_corrosion": 900
}
|
2025-11-08 02:23:25.976197
| null |
950
| 950
| 0
|
{
"naca_airfoil": 259,
"simple_spline": 152,
"complex_airfoil": 137,
"cone": 39,
"ellipsoid": 22,
"nurbs": 132,
"sphere": 50,
"flat": 59,
"cylinder": 100
}
|
{
"combined_mechanisms": 94,
"extreme_pitting_coalescence": 114,
"structural_degradation": 124,
"random": 365,
"end_of_life_corrosion": 112,
"catastrophic_leading_edge": 141
}
|
{
"high_corrosion": 950
}
|
2025-11-08 02:23:25.976197
| null |
1,000
| 1,000
| 0
|
{
"naca_airfoil": 272,
"simple_spline": 160,
"complex_airfoil": 142,
"cone": 42,
"ellipsoid": 24,
"nurbs": 137,
"sphere": 52,
"flat": 62,
"cylinder": 109
}
|
{
"combined_mechanisms": 97,
"extreme_pitting_coalescence": 121,
"structural_degradation": 127,
"random": 390,
"end_of_life_corrosion": 114,
"catastrophic_leading_edge": 151
}
|
{
"high_corrosion": 1000
}
|
2025-11-08 02:23:25.976197
| null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null |
End of preview.
No dataset card yet
- Downloads last month
- 489