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
url: string
media_iteration: string
physics: struct<admissible: bool, horizon_seconds: double, samples: int64, maxima: struct<acceleration: doubl (... 405 chars omitted)
  child 0, admissible: bool
  child 1, horizon_seconds: double
  child 2, samples: int64
  child 3, maxima: struct<acceleration: double, angular: double, displacement: double, penetration: double, velocity: d (... 6 chars omitted)
      child 0, acceleration: double
      child 1, angular: double
      child 2, displacement: double
      child 3, penetration: double
      child 4, velocity: double
  child 4, tolerances: struct<acceleration: double, angular: double, displacement: double, penetration: double, velocity: d (... 6 chars omitted)
      child 0, acceleration: double
      child 1, angular: double
      child 2, displacement: double
      child 3, penetration: double
      child 4, velocity: double
  child 5, motion_and_collider_gates_passed: bool
  child 6, target_support_certified: bool
  child 7, support_failures: struct<cardboard_box_01->banana_01: struct<failed_samples: int64, first_step: int64>>
      child 0, cardboard_box_01->banana_01: struct<failed_samples: int64, first_step: int64>
          child 0, failed_samples: int64
          child 1, first_step: int64
  child 8, full_mesh_certified: bool
media_key: string
before_sha256: string
stage: string
updated_at: timestamp[s]
before_label: string
certification: string
current_iteration: string
explanations: string
image_renderer: string
to
{'before_sha256': Value('string'), 'before_label': Value('string'), 'current_iteration': Value('string'), 'stage': Value('string'), 'media_iteration': Value('string'), 'image_renderer': Value('string'), 'certification': Value('string'), 'media_key': Value('string'), 'physics': {'admissible': Value('bool'), 'horizon_seconds': Value('float64'), 'samples': Value('int64'), 'maxima': {'acceleration': Value('float64'), 'angular': Value('float64'), 'displacement': Value('float64'), 'penetration': Value('float64'), 'velocity': Value('float64')}, 'tolerances': {'acceleration': Value('float64'), 'angular': Value('float64'), 'displacement': Value('float64'), 'penetration': Value('float64'), 'velocity': Value('float64')}, 'motion_and_collider_gates_passed': Value('bool'), 'target_support_certified': Value('bool'), 'support_failures': {'cardboard_box_01->banana_01': {'failed_samples': Value('int64'), 'first_step': Value('int64')}}, 'full_mesh_certified': Value('bool')}, 'explanations': Value('string'), 'updated_at': Value('timestamp[s]')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 147, in get_rows_or_raise
                  return get_rows(
                      dataset=dataset,
                  ...<4 lines>...
                      column_names=column_names,
                  )
                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 127, in get_rows
                  rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
                File "/src/services/worker/src/worker/utils.py", line 483, in safe_iter
                  yield from ds.decode(False) if ds.features else ds
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2840, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2373, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2398, in _iter_arrow
                  for key, pa_table in self.ex_iterable._iter_arrow():
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                                       ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              url: string
              media_iteration: string
              physics: struct<admissible: bool, horizon_seconds: double, samples: int64, maxima: struct<acceleration: doubl (... 405 chars omitted)
                child 0, admissible: bool
                child 1, horizon_seconds: double
                child 2, samples: int64
                child 3, maxima: struct<acceleration: double, angular: double, displacement: double, penetration: double, velocity: d (... 6 chars omitted)
                    child 0, acceleration: double
                    child 1, angular: double
                    child 2, displacement: double
                    child 3, penetration: double
                    child 4, velocity: double
                child 4, tolerances: struct<acceleration: double, angular: double, displacement: double, penetration: double, velocity: d (... 6 chars omitted)
                    child 0, acceleration: double
                    child 1, angular: double
                    child 2, displacement: double
                    child 3, penetration: double
                    child 4, velocity: double
                child 5, motion_and_collider_gates_passed: bool
                child 6, target_support_certified: bool
                child 7, support_failures: struct<cardboard_box_01->banana_01: struct<failed_samples: int64, first_step: int64>>
                    child 0, cardboard_box_01->banana_01: struct<failed_samples: int64, first_step: int64>
                        child 0, failed_samples: int64
                        child 1, first_step: int64
                child 8, full_mesh_certified: bool
              media_key: string
              before_sha256: string
              stage: string
              updated_at: timestamp[s]
              before_label: string
              certification: string
              current_iteration: string
              explanations: string
              image_renderer: string
              to
              {'before_sha256': Value('string'), 'before_label': Value('string'), 'current_iteration': Value('string'), 'stage': Value('string'), 'media_iteration': Value('string'), 'image_renderer': Value('string'), 'certification': Value('string'), 'media_key': Value('string'), 'physics': {'admissible': Value('bool'), 'horizon_seconds': Value('float64'), 'samples': Value('int64'), 'maxima': {'acceleration': Value('float64'), 'angular': Value('float64'), 'displacement': Value('float64'), 'penetration': Value('float64'), 'velocity': Value('float64')}, 'tolerances': {'acceleration': Value('float64'), 'angular': Value('float64'), 'displacement': Value('float64'), 'penetration': Value('float64'), 'velocity': Value('float64')}, 'motion_and_collider_gates_passed': Value('bool'), 'target_support_certified': Value('bool'), 'support_failures': {'cardboard_box_01->banana_01': {'failed_samples': Value('int64'), 'first_step': Value('int64')}}, 'full_mesh_certified': Value('bool')}, 'explanations': Value('string'), 'updated_at': Value('timestamp[s]')}
              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
2,550

Space using ismarou/inverseworlds-live-media 1