Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    CastError
Message:      Couldn't cast
conservatives: struct<halo_cells: int64, time_integration: struct<integrator: string, CFL: double>, convective_flux (... 346 chars omitted)
  child 0, halo_cells: int64
  child 1, time_integration: struct<integrator: string, CFL: double>
      child 0, integrator: string
      child 1, CFL: double
  child 2, convective_fluxes: struct<convective_solver: string, godunov: struct<riemann_solver: string, signal_speed: string, reco (... 61 chars omitted)
      child 0, convective_solver: string
      child 1, godunov: struct<riemann_solver: string, signal_speed: string, reconstruction_stencil: string, reconstruction_ (... 17 chars omitted)
          child 0, riemann_solver: string
          child 1, signal_speed: string
          child 2, reconstruction_stencil: string
          child 3, reconstruction_variable: string
  child 3, positivity: struct<is_interpolation_limiter: bool>
      child 0, is_interpolation_limiter: bool
  child 4, dissipative_fluxes: struct<reconstruction_stencil: string, derivative_stencil_center: string, derivative_stencil_face: s (... 6 chars omitted)
      child 0, reconstruction_stencil: string
      child 1, derivative_stencil_center: string
      child 2, derivative_stencil_face: string
levelset: struct<halo_cells: int64, model: string, nozzle_geometry: struct<derivative_stencil_normal: string>, (... 421 chars omitted)
  child 0, halo_cells: int64
  child 1, model: string
  child 2, nozzle_geometry: struct<derivative_stencil_normal: string>
      child 
...
int64, range: list<item: double>, stretching: struct<type: string, parameters: list<it (... 83 chars omitted)
      child 0, cells: int64
      child 1, range: list<item: double>
          child 0, item: double
      child 2, stretching: struct<type: string, parameters: list<item: struct<type: string, lower_bound: double, upper_bound: d (... 22 chars omitted)
          child 0, type: string
          child 1, parameters: list<item: struct<type: string, lower_bound: double, upper_bound: double, cells: int64>>
              child 0, item: struct<type: string, lower_bound: double, upper_bound: double, cells: int64>
                  child 0, type: string
                  child 1, lower_bound: double
                  child 2, upper_bound: double
                  child 3, cells: int64
  child 2, z: struct<cells: int64, range: list<item: double>>
      child 0, cells: int64
      child 1, range: list<item: double>
          child 0, item: double
  child 3, decomposition: struct<split_x: int64, split_y: int64, split_z: int64>
      child 0, split_x: int64
      child 1, split_y: int64
      child 2, split_z: int64
material_properties: struct<equation_of_state: struct<model: string, specific_heat_ratio: double, specific_gas_constant:  (... 8 chars omitted)
  child 0, equation_of_state: struct<model: string, specific_heat_ratio: double, specific_gas_constant: double>
      child 0, model: string
      child 1, specific_heat_ratio: double
      child 2, specific_gas_constant: double
to
{'general': {'case_name': Value('string'), 'end_time': Value('float64'), 'save_path': Value('string'), 'save_dt': Value('float64')}, 'domain': {'x': {'cells': Value('int64'), 'range': List(Value('float64')), 'stretching': {'type': Value('string'), 'parameters': List({'type': Value('string'), 'lower_bound': Value('float64'), 'upper_bound': Value('float64'), 'cells': Value('int64')})}}, 'y': {'cells': Value('int64'), 'range': List(Value('float64')), 'stretching': {'type': Value('string'), 'parameters': List({'type': Value('string'), 'lower_bound': Value('float64'), 'upper_bound': Value('float64'), 'cells': Value('int64')})}}, 'z': {'cells': Value('int64'), 'range': List(Value('float64'))}, 'decomposition': {'split_x': Value('int64'), 'split_y': Value('int64'), 'split_z': Value('int64')}}, 'boundary_conditions': {'primitives': {'east': {'type': Value('string')}, 'west': List({'type': Value('string'), 'primitives_callable': {'rho': Value('float64'), 'u': Value('float64'), 'v': Value('float64'), 'w': Value('float64'), 'p': Value('float64')}, 'bounding_domain': Value('string')}), 'north': {'type': Value('string')}, 'south': {'type': Value('string')}, 'top': {'type': Value('string')}, 'bottom': {'type': Value('string')}}, 'levelset': {'east': {'type': Value('string')}, 'west': {'type': Value('string')}, 'north': {'type': Value('string')}, 'south': {'type': Value('string')}, 'top': {'type': Value('string')}, 'bottom': {'type': Value('string')}}}, 'initial_condition': {'primitives': {'rho': Value('float64'), 'u': Value('float64'), 'v': Value('float64'), 'w': Value('float64'), 'p': Value('float64')}, 'levelset': Value('string')}, 'material_properties': {'equation_of_state': {'model': Value('string'), 'specific_heat_ratio': Value('float64'), 'specific_gas_constant': Value('float64')}}, 'output': {'primitives': List(Value('string')), 'levelset': List(Value('string'))}}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 99, in get_rows_or_raise
                  return get_rows(
                         ^^^^^^^^^
                File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
                  return func(*args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/utils.py", line 77, in get_rows
                  rows_plus_one = list(itertools.islice(ds, rows_max_number + 1))
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2690, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2227, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2251, in _iter_arrow
                  for key, pa_table in self.ex_iterable._iter_arrow():
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 494, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 384, in _iter_arrow
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 289, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 124, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_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
              conservatives: struct<halo_cells: int64, time_integration: struct<integrator: string, CFL: double>, convective_flux (... 346 chars omitted)
                child 0, halo_cells: int64
                child 1, time_integration: struct<integrator: string, CFL: double>
                    child 0, integrator: string
                    child 1, CFL: double
                child 2, convective_fluxes: struct<convective_solver: string, godunov: struct<riemann_solver: string, signal_speed: string, reco (... 61 chars omitted)
                    child 0, convective_solver: string
                    child 1, godunov: struct<riemann_solver: string, signal_speed: string, reconstruction_stencil: string, reconstruction_ (... 17 chars omitted)
                        child 0, riemann_solver: string
                        child 1, signal_speed: string
                        child 2, reconstruction_stencil: string
                        child 3, reconstruction_variable: string
                child 3, positivity: struct<is_interpolation_limiter: bool>
                    child 0, is_interpolation_limiter: bool
                child 4, dissipative_fluxes: struct<reconstruction_stencil: string, derivative_stencil_center: string, derivative_stencil_face: s (... 6 chars omitted)
                    child 0, reconstruction_stencil: string
                    child 1, derivative_stencil_center: string
                    child 2, derivative_stencil_face: string
              levelset: struct<halo_cells: int64, model: string, nozzle_geometry: struct<derivative_stencil_normal: string>, (... 421 chars omitted)
                child 0, halo_cells: int64
                child 1, model: string
                child 2, nozzle_geometry: struct<derivative_stencil_normal: string>
                    child 
              ...
              int64, range: list<item: double>, stretching: struct<type: string, parameters: list<it (... 83 chars omitted)
                    child 0, cells: int64
                    child 1, range: list<item: double>
                        child 0, item: double
                    child 2, stretching: struct<type: string, parameters: list<item: struct<type: string, lower_bound: double, upper_bound: d (... 22 chars omitted)
                        child 0, type: string
                        child 1, parameters: list<item: struct<type: string, lower_bound: double, upper_bound: double, cells: int64>>
                            child 0, item: struct<type: string, lower_bound: double, upper_bound: double, cells: int64>
                                child 0, type: string
                                child 1, lower_bound: double
                                child 2, upper_bound: double
                                child 3, cells: int64
                child 2, z: struct<cells: int64, range: list<item: double>>
                    child 0, cells: int64
                    child 1, range: list<item: double>
                        child 0, item: double
                child 3, decomposition: struct<split_x: int64, split_y: int64, split_z: int64>
                    child 0, split_x: int64
                    child 1, split_y: int64
                    child 2, split_z: int64
              material_properties: struct<equation_of_state: struct<model: string, specific_heat_ratio: double, specific_gas_constant:  (... 8 chars omitted)
                child 0, equation_of_state: struct<model: string, specific_heat_ratio: double, specific_gas_constant: double>
                    child 0, model: string
                    child 1, specific_heat_ratio: double
                    child 2, specific_gas_constant: double
              to
              {'general': {'case_name': Value('string'), 'end_time': Value('float64'), 'save_path': Value('string'), 'save_dt': Value('float64')}, 'domain': {'x': {'cells': Value('int64'), 'range': List(Value('float64')), 'stretching': {'type': Value('string'), 'parameters': List({'type': Value('string'), 'lower_bound': Value('float64'), 'upper_bound': Value('float64'), 'cells': Value('int64')})}}, 'y': {'cells': Value('int64'), 'range': List(Value('float64')), 'stretching': {'type': Value('string'), 'parameters': List({'type': Value('string'), 'lower_bound': Value('float64'), 'upper_bound': Value('float64'), 'cells': Value('int64')})}}, 'z': {'cells': Value('int64'), 'range': List(Value('float64'))}, 'decomposition': {'split_x': Value('int64'), 'split_y': Value('int64'), 'split_z': Value('int64')}}, 'boundary_conditions': {'primitives': {'east': {'type': Value('string')}, 'west': List({'type': Value('string'), 'primitives_callable': {'rho': Value('float64'), 'u': Value('float64'), 'v': Value('float64'), 'w': Value('float64'), 'p': Value('float64')}, 'bounding_domain': Value('string')}), 'north': {'type': Value('string')}, 'south': {'type': Value('string')}, 'top': {'type': Value('string')}, 'bottom': {'type': Value('string')}}, 'levelset': {'east': {'type': Value('string')}, 'west': {'type': Value('string')}, 'north': {'type': Value('string')}, 'south': {'type': Value('string')}, 'top': {'type': Value('string')}, 'bottom': {'type': Value('string')}}}, 'initial_condition': {'primitives': {'rho': Value('float64'), 'u': Value('float64'), 'v': Value('float64'), 'w': Value('float64'), 'p': Value('float64')}, 'levelset': Value('string')}, 'material_properties': {'equation_of_state': {'model': Value('string'), 'specific_heat_ratio': Value('float64'), 'specific_gas_constant': Value('float64')}}, 'output': {'primitives': List(Value('string')), 'levelset': List(Value('string'))}}
              because column names don't match

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.

No dataset card yet

Downloads last month
1,962