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
name: string
description: string
input_schema: struct<type: string, properties: struct<cells: struct<type: string, items: struct<type: string, prop (... 11508 chars omitted)
child 0, type: string
child 1, properties: struct<cells: struct<type: string, items: struct<type: string, properties: struct<table_id: struct<t (... 11416 chars omitted)
child 0, cells: struct<type: string, items: struct<type: string, properties: struct<table_id: struct<type: string, m (... 229 chars omitted)
child 0, type: string
child 1, items: struct<type: string, properties: struct<table_id: struct<type: string, minLength: int64>, row_id: st (... 147 chars omitted)
child 0, type: string
child 1, properties: struct<table_id: struct<type: string, minLength: int64>, row_id: struct<type: string, minLength: int (... 55 chars omitted)
child 0, table_id: struct<type: string, minLength: int64>
child 0, type: string
child 1, minLength: int64
child 1, row_id: struct<type: string, minLength: int64>
child 0, type: string
child 1, minLength: int64
child 2, column_id: struct<type: string, minLength: int64>
child 0, type: string
child 1, minLength: int64
child 2, required: list<item: string>
child 0, item: string
child 3, additiona
...
d 1, sha256: string
child 13, runtime/redebench/environment/references.py: struct<bytes: int64, sha256: string>
child 0, bytes: int64
child 1, sha256: string
child 14, runtime/redebench/environment/runtime.py: struct<bytes: int64, sha256: string>
child 0, bytes: int64
child 1, sha256: string
child 15, runtime/redebench/environment/sandbox.py: struct<bytes: int64, sha256: string>
child 0, bytes: int64
child 1, sha256: string
child 16, runtime/redebench/environment/schema.py: struct<bytes: int64, sha256: string>
child 0, bytes: int64
child 1, sha256: string
child 17, runtime/redebench/environment/table_measures.py: struct<bytes: int64, sha256: string>
child 0, bytes: int64
child 1, sha256: string
child 18, runtime/redebench/environment/table_numeric.py: struct<bytes: int64, sha256: string>
child 0, bytes: int64
child 1, sha256: string
child 19, runtime/redebench/environment/table_runtime.py: struct<bytes: int64, sha256: string>
child 0, bytes: int64
child 1, sha256: string
child 20, runtime/redebench/environment/tables.py: struct<bytes: int64, sha256: string>
child 0, bytes: int64
child 1, sha256: string
child 21, runtime/redebench/environment/weighted.py: struct<bytes: int64, sha256: string>
child 0, bytes: int64
child 1, sha256: string
child 22, tools.json: struct<bytes: int64, sha256: string>
child 0, bytes: int64
child 1, sha256: string
to
{'build': {'batch_size': Value('int64'), 'code_sha256': {'../characterize.py': Value('string'), '__init__.py': Value('string'), 'act_extraction.py': Value('string'), 'basis.py': Value('string'), 'build.py': Value('string'), 'catalog.py': Value('string'), 'cli.py': Value('string'), 'dates.py': Value('string'), 'domain.py': Value('string'), 'extract.py': Value('string'), 'numeric.py': Value('string'), 'passages.py': Value('string'), 'provisions.py': Value('string'), 'reference_runtime.py': Value('string'), 'references.py': Value('string'), 'runtime.py': Value('string'), 'sandbox.py': Value('string'), 'schema.py': Value('string'), 'table_measures.py': Value('string'), 'table_numeric.py': Value('string'), 'table_runtime.py': Value('string'), 'tables.py': Value('string'), 'weighted.py': Value('string')}, 'model_api_calls': Value('int64'), 'private_data_read': Value('bool'), 'runtime': {'pyarrow': Value('string'), 'python': Value('string'), 'sqlite': Value('string')}, 'workers': Value('int64')}, 'configuration': {'basis_policy': {'averaged_or_periodic_qualifier_requires_period': Value('bool'), 'currency_required_quantities': List(Value('string')), 'denominator_required_quantities': List(Value('string')), 'not_a_legal_or_temporal_compatibility_certificate': Value('bool'), 'period_optional_quantities': List(Value('string')), 'period_required_other_quantities': Value('bool'), 'present_bases_compared_exactly': Value('bool'), 'qualifier_optional_when_locally_not_stated': Value('bool'),
...
64'), 'sha256': Value('string')}, 'runtime/redebench/environment/passages.py': {'bytes': Value('int64'), 'sha256': Value('string')}, 'runtime/redebench/environment/reference_runtime.py': {'bytes': Value('int64'), 'sha256': Value('string')}, 'runtime/redebench/environment/references.py': {'bytes': Value('int64'), 'sha256': Value('string')}, 'runtime/redebench/environment/runtime.py': {'bytes': Value('int64'), 'sha256': Value('string')}, 'runtime/redebench/environment/sandbox.py': {'bytes': Value('int64'), 'sha256': Value('string')}, 'runtime/redebench/environment/schema.py': {'bytes': Value('int64'), 'sha256': Value('string')}, 'runtime/redebench/environment/table_measures.py': {'bytes': Value('int64'), 'sha256': Value('string')}, 'runtime/redebench/environment/table_numeric.py': {'bytes': Value('int64'), 'sha256': Value('string')}, 'runtime/redebench/environment/table_runtime.py': {'bytes': Value('int64'), 'sha256': Value('string')}, 'runtime/redebench/environment/tables.py': {'bytes': Value('int64'), 'sha256': Value('string')}, 'runtime/redebench/environment/weighted.py': {'bytes': Value('int64'), 'sha256': Value('string')}, 'tools.json': {'bytes': Value('int64'), 'sha256': Value('string')}}, 'ignored_unlisted_parquet_files': List(Value('null')), 'inputs': List({'bytes': Value('int64'), 'path': Value('string'), 'rows': Value('int64'), 'sha256': Value('string')}), 'raw_metadata_sha256': Value('string'), 'schema_version': Value('string'), 'snapshot_namespace': 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
name: string
description: string
input_schema: struct<type: string, properties: struct<cells: struct<type: string, items: struct<type: string, prop (... 11508 chars omitted)
child 0, type: string
child 1, properties: struct<cells: struct<type: string, items: struct<type: string, properties: struct<table_id: struct<t (... 11416 chars omitted)
child 0, cells: struct<type: string, items: struct<type: string, properties: struct<table_id: struct<type: string, m (... 229 chars omitted)
child 0, type: string
child 1, items: struct<type: string, properties: struct<table_id: struct<type: string, minLength: int64>, row_id: st (... 147 chars omitted)
child 0, type: string
child 1, properties: struct<table_id: struct<type: string, minLength: int64>, row_id: struct<type: string, minLength: int (... 55 chars omitted)
child 0, table_id: struct<type: string, minLength: int64>
child 0, type: string
child 1, minLength: int64
child 1, row_id: struct<type: string, minLength: int64>
child 0, type: string
child 1, minLength: int64
child 2, column_id: struct<type: string, minLength: int64>
child 0, type: string
child 1, minLength: int64
child 2, required: list<item: string>
child 0, item: string
child 3, additiona
...
d 1, sha256: string
child 13, runtime/redebench/environment/references.py: struct<bytes: int64, sha256: string>
child 0, bytes: int64
child 1, sha256: string
child 14, runtime/redebench/environment/runtime.py: struct<bytes: int64, sha256: string>
child 0, bytes: int64
child 1, sha256: string
child 15, runtime/redebench/environment/sandbox.py: struct<bytes: int64, sha256: string>
child 0, bytes: int64
child 1, sha256: string
child 16, runtime/redebench/environment/schema.py: struct<bytes: int64, sha256: string>
child 0, bytes: int64
child 1, sha256: string
child 17, runtime/redebench/environment/table_measures.py: struct<bytes: int64, sha256: string>
child 0, bytes: int64
child 1, sha256: string
child 18, runtime/redebench/environment/table_numeric.py: struct<bytes: int64, sha256: string>
child 0, bytes: int64
child 1, sha256: string
child 19, runtime/redebench/environment/table_runtime.py: struct<bytes: int64, sha256: string>
child 0, bytes: int64
child 1, sha256: string
child 20, runtime/redebench/environment/tables.py: struct<bytes: int64, sha256: string>
child 0, bytes: int64
child 1, sha256: string
child 21, runtime/redebench/environment/weighted.py: struct<bytes: int64, sha256: string>
child 0, bytes: int64
child 1, sha256: string
child 22, tools.json: struct<bytes: int64, sha256: string>
child 0, bytes: int64
child 1, sha256: string
to
{'build': {'batch_size': Value('int64'), 'code_sha256': {'../characterize.py': Value('string'), '__init__.py': Value('string'), 'act_extraction.py': Value('string'), 'basis.py': Value('string'), 'build.py': Value('string'), 'catalog.py': Value('string'), 'cli.py': Value('string'), 'dates.py': Value('string'), 'domain.py': Value('string'), 'extract.py': Value('string'), 'numeric.py': Value('string'), 'passages.py': Value('string'), 'provisions.py': Value('string'), 'reference_runtime.py': Value('string'), 'references.py': Value('string'), 'runtime.py': Value('string'), 'sandbox.py': Value('string'), 'schema.py': Value('string'), 'table_measures.py': Value('string'), 'table_numeric.py': Value('string'), 'table_runtime.py': Value('string'), 'tables.py': Value('string'), 'weighted.py': Value('string')}, 'model_api_calls': Value('int64'), 'private_data_read': Value('bool'), 'runtime': {'pyarrow': Value('string'), 'python': Value('string'), 'sqlite': Value('string')}, 'workers': Value('int64')}, 'configuration': {'basis_policy': {'averaged_or_periodic_qualifier_requires_period': Value('bool'), 'currency_required_quantities': List(Value('string')), 'denominator_required_quantities': List(Value('string')), 'not_a_legal_or_temporal_compatibility_certificate': Value('bool'), 'period_optional_quantities': List(Value('string')), 'period_required_other_quantities': Value('bool'), 'present_bases_compared_exactly': Value('bool'), 'qualifier_optional_when_locally_not_stated': Value('bool'),
...
64'), 'sha256': Value('string')}, 'runtime/redebench/environment/passages.py': {'bytes': Value('int64'), 'sha256': Value('string')}, 'runtime/redebench/environment/reference_runtime.py': {'bytes': Value('int64'), 'sha256': Value('string')}, 'runtime/redebench/environment/references.py': {'bytes': Value('int64'), 'sha256': Value('string')}, 'runtime/redebench/environment/runtime.py': {'bytes': Value('int64'), 'sha256': Value('string')}, 'runtime/redebench/environment/sandbox.py': {'bytes': Value('int64'), 'sha256': Value('string')}, 'runtime/redebench/environment/schema.py': {'bytes': Value('int64'), 'sha256': Value('string')}, 'runtime/redebench/environment/table_measures.py': {'bytes': Value('int64'), 'sha256': Value('string')}, 'runtime/redebench/environment/table_numeric.py': {'bytes': Value('int64'), 'sha256': Value('string')}, 'runtime/redebench/environment/table_runtime.py': {'bytes': Value('int64'), 'sha256': Value('string')}, 'runtime/redebench/environment/tables.py': {'bytes': Value('int64'), 'sha256': Value('string')}, 'runtime/redebench/environment/weighted.py': {'bytes': Value('int64'), 'sha256': Value('string')}, 'tools.json': {'bytes': Value('int64'), 'sha256': Value('string')}}, 'ignored_unlisted_parquet_files': List(Value('null')), 'inputs': List({'bytes': Value('int64'), 'path': Value('string'), 'rows': Value('int64'), 'sha256': Value('string')}), 'raw_metadata_sha256': Value('string'), 'schema_version': Value('string'), 'snapshot_namespace': 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
- 34