Dataset Viewer
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
C:\dev\sr_dev\simready_foundations\sample_content\common_assets\props_general\obs_joystick_a01\simre (... 34 chars omitted): struct<features_summary: struct<FET_000_MUJOCO: struct<dependencies: string, passed: bool, version: (... 1806 chars omitted)
child 0, features_summary: struct<FET_000_MUJOCO: struct<dependencies: string, passed: bool, version: string>, FET_000_NEWTON: (... 1735 chars omitted)
child 0, FET_000_MUJOCO: struct<dependencies: string, passed: bool, version: string>
child 0, dependencies: string
child 1, passed: bool
child 2, version: string
child 1, FET_000_NEWTON: struct<dependencies: string, passed: bool, version: string>
child 0, dependencies: string
child 1, passed: bool
child 2, version: string
child 2, FET_000_PHYSX: struct<dependencies: string, passed: bool, version: string>
child 0, dependencies: string
child 1, passed: bool
child 2, version: string
child 3, FET_000_STANDARD: struct<dependencies: string, passed: bool, version: string>
child 0, dependencies: string
child 1, passed: bool
child 2, version: string
child 4, FET_001_STANDARD: struct<dependencies: string, passed: bool, version: string>
child 0, dependencies: string
child 1, passed: bool
child 2, version: string
child 5, FET_003_MUJOCO: struct<dependencies: string, optional requirements: string, passed: bo
...
string
child 1, passed: bool
child 2, version: string
child 16, FET_007_STANDARD: struct<dependencies: string, passed: bool, version: string>
child 0, dependencies: string
child 1, passed: bool
child 2, version: string
child 17, FET_011_RTX: struct<dependencies: string, passed: bool, version: string>
child 0, dependencies: string
child 1, passed: bool
child 2, version: string
child 18, FET_011_STANDARD: struct<dependencies: string, passed: bool, version: string>
child 0, dependencies: string
child 1, passed: bool
child 2, version: string
child 19, FET_031_STANDARD: struct<dependencies: string, passed: bool, version: string>
child 0, dependencies: string
child 1, passed: bool
child 2, version: string
child 20, FET_033_STANDARD: struct<dependencies: string, failing requirements: string, passed: bool, requirement_messages: strin (... 19 chars omitted)
child 0, dependencies: string
child 1, failing requirements: string
child 2, passed: bool
child 3, requirement_messages: string
child 4, version: string
child 21, FET_046_STANDARD: struct<dependencies: string, passed: bool, version: string>
child 0, dependencies: string
child 1, passed: bool
child 2, version: string
child 1, profile_id: string
child 2, profile_version: string
to
{'C:\\dev\\sr_dev\\simready_foundations\\sample_content\\common_assets\\props_general\\gen_appliance_toaster_v01_01\\simready_usd\\sm_gen_appliance_toaster_v01_01.usd': {'features_summary': {'FET_000_MUJOCO': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_000_NEWTON': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_000_PHYSX': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_000_STANDARD': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_001_STANDARD': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_003_MUJOCO': {'dependencies': Value('string'), 'optional requirements': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_003_NEWTON': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_003_PHYSX': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_003_STANDARD': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_004_MUJOCO': {'dependencies': Value('string'), 'optional requirements': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_004_NEWTON': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_004_PHYSX': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_004_STANDARD': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_005_STANDARD': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_006_MDL': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_006_STANDARD': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_007_STANDARD': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_011_RTX': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_011_STANDARD': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_031_STANDARD': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_033_STANDARD': {'dependencies': Value('string'), 'failing requirements': Value('string'), 'passed': Value('bool'), 'requirement_messages': Value('string'), 'version': Value('string')}, 'FET_046_STANDARD': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}}, 'profile_id': Value('string'), 'profile_version': Value('string')}}
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
C:\dev\sr_dev\simready_foundations\sample_content\common_assets\props_general\obs_joystick_a01\simre (... 34 chars omitted): struct<features_summary: struct<FET_000_MUJOCO: struct<dependencies: string, passed: bool, version: (... 1806 chars omitted)
child 0, features_summary: struct<FET_000_MUJOCO: struct<dependencies: string, passed: bool, version: string>, FET_000_NEWTON: (... 1735 chars omitted)
child 0, FET_000_MUJOCO: struct<dependencies: string, passed: bool, version: string>
child 0, dependencies: string
child 1, passed: bool
child 2, version: string
child 1, FET_000_NEWTON: struct<dependencies: string, passed: bool, version: string>
child 0, dependencies: string
child 1, passed: bool
child 2, version: string
child 2, FET_000_PHYSX: struct<dependencies: string, passed: bool, version: string>
child 0, dependencies: string
child 1, passed: bool
child 2, version: string
child 3, FET_000_STANDARD: struct<dependencies: string, passed: bool, version: string>
child 0, dependencies: string
child 1, passed: bool
child 2, version: string
child 4, FET_001_STANDARD: struct<dependencies: string, passed: bool, version: string>
child 0, dependencies: string
child 1, passed: bool
child 2, version: string
child 5, FET_003_MUJOCO: struct<dependencies: string, optional requirements: string, passed: bo
...
string
child 1, passed: bool
child 2, version: string
child 16, FET_007_STANDARD: struct<dependencies: string, passed: bool, version: string>
child 0, dependencies: string
child 1, passed: bool
child 2, version: string
child 17, FET_011_RTX: struct<dependencies: string, passed: bool, version: string>
child 0, dependencies: string
child 1, passed: bool
child 2, version: string
child 18, FET_011_STANDARD: struct<dependencies: string, passed: bool, version: string>
child 0, dependencies: string
child 1, passed: bool
child 2, version: string
child 19, FET_031_STANDARD: struct<dependencies: string, passed: bool, version: string>
child 0, dependencies: string
child 1, passed: bool
child 2, version: string
child 20, FET_033_STANDARD: struct<dependencies: string, failing requirements: string, passed: bool, requirement_messages: strin (... 19 chars omitted)
child 0, dependencies: string
child 1, failing requirements: string
child 2, passed: bool
child 3, requirement_messages: string
child 4, version: string
child 21, FET_046_STANDARD: struct<dependencies: string, passed: bool, version: string>
child 0, dependencies: string
child 1, passed: bool
child 2, version: string
child 1, profile_id: string
child 2, profile_version: string
to
{'C:\\dev\\sr_dev\\simready_foundations\\sample_content\\common_assets\\props_general\\gen_appliance_toaster_v01_01\\simready_usd\\sm_gen_appliance_toaster_v01_01.usd': {'features_summary': {'FET_000_MUJOCO': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_000_NEWTON': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_000_PHYSX': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_000_STANDARD': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_001_STANDARD': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_003_MUJOCO': {'dependencies': Value('string'), 'optional requirements': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_003_NEWTON': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_003_PHYSX': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_003_STANDARD': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_004_MUJOCO': {'dependencies': Value('string'), 'optional requirements': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_004_NEWTON': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_004_PHYSX': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_004_STANDARD': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_005_STANDARD': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_006_MDL': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_006_STANDARD': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_007_STANDARD': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_011_RTX': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_011_STANDARD': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_031_STANDARD': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}, 'FET_033_STANDARD': {'dependencies': Value('string'), 'failing requirements': Value('string'), 'passed': Value('bool'), 'requirement_messages': Value('string'), 'version': Value('string')}, 'FET_046_STANDARD': {'dependencies': Value('string'), 'passed': Value('bool'), 'version': Value('string')}}, 'profile_id': Value('string'), 'profile_version': Value('string')}}
because column names don't matchNeed 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
- 47