Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    TypeError
Message:      Couldn't cast array of type
struct<$schema: string, $id: string, title: string, description: string, type: string, definitions: struct<ABCStatus: struct<type: string, enum: list<item: string>>, ABCInventoryReceiveTransaction: struct<type: string, properties: struct<uid: struct<type: string>, timestamp: struct<type: string>, transactionType: struct<type: string, enum: list<item: string>>, transactionData: struct<type: string, properties: struct<lotNumber: struct<type: string>, materialNumberID: struct<type: string>, quantity: struct<type: string>, dateOfExpiry: struct<type: string, format: string>, dateOfManufacture: struct<type: string, format: string>, poNumber: struct<type: string>, statusID: struct<$ref: string>, locationID: struct<type: string>, cost: struct<type: string>, productID: struct<type: list<item: string>>, notes: struct<type: string>>, required: list<item: string>, additionalProperties: bool>, targetLotID: struct<type: string>>, required: list<item: string>, additionalProperties: bool>, ABCInventoryBuildTransaction: struct<type: string, properties: struct<uid: struct<type: string>, timestamp: struct<type: string>, transactionType: struct<type: string, enum: list<item: string>>, transactionData: struct<type: string, properties: struct<lotNumber: struct<type: string>, materialNumberID: struct<type: string>, quantity: struct<type: string>, dateOfExpiry: struct<type: string, format: string>, dateOfManufacture: struct<type: string, format: string>, poNumber: struct<type: string>, statusID: str
...
g, title: string, description: string, minLength: int64, pattern: string>, dependsOn: struct<allOf: list<item: struct<$ref: string, title: string, description: string>>>, name: struct<type: string, title: string, description: string, minLength: int64, pattern: string>>, title: string>>, exposeTypes: struct<title: string, description: string, type: string, items: struct<type: string, properties: struct<as: struct<type: string, title: string, description: string, minLength: int64, pattern: string>, name: struct<type: string, title: string, description: string, minLength: int64, pattern: string>>, title: string>>, name: struct<type: string, title: string, description: string, minLength: int64>>, title: string>>, options: struct<title: string, description: string, type: string, items: struct<allOf: list<item: struct<$ref: string, title: string>>>>, tags: struct<title: string, description: string, type: string, items: struct<type: string, title: string>>, types: struct<title: string, description: string, type: string, items: struct<type: string, properties: struct<name: struct<type: string, title: string, description: string, minLength: int64, pattern: string>, struct: struct<title: string, description: string, minItems: int64, type: string, items: struct<allOf: list<item: struct<$ref: string, title: string>>>>>, title: string>>>, title: string, description: string>, engine: struct<anyOf: list<item: struct<$ref: string>>>>, required: list<item: string>, additionalProperties: bool>
to
{'$schema': Value(dtype='string', id=None), '$id': Value(dtype='string', id=None), 'additionalProperties': Value(dtype='bool', id=None), 'description': Value(dtype='string', id=None), 'patternProperties': {'^[^ ]+$': {'title': Value(dtype='string', id=None), 'description': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None), 'required': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'properties': {'command': {'title': Value(dtype='string', id=None), 'description': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None), 'minLength': Value(dtype='int64', id=None), 'examples': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)}, 'confirm': {'title': Value(dtype='string', id=None), 'description': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None), 'default': Value(dtype='bool', id=None)}, 'confirmation_message': {'title': Value(dtype='string', id=None), 'description': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None), 'minLength': Value(dtype='int64', id=None), 'examples': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)}, 'conditional': {'title': Value(dtype='string', id=None), 'description': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None), 'minLength': Value(dtype='int64', id=None), 'examples': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)}, 'backout_seconds': {'title': Value(dtype='string', id=None), 'description': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None), 'minimum': Value(dtype='int64', id=None)}, 'unit_test': {'title': Value(dtype='string', id=None), 'description': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None), 'minLength': Value(dtype='int64', id=None), 'examples': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)}, 'quiet': {'title': Value(dtype='string', id=None), 'description': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None), 'default': Value(dtype='bool', id=None)}}, 'additionalProperties': Value(dtype='bool', id=None)}}, 'title': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None)}
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1870, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 622, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2292, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2245, in cast_table_to_schema
                  arrays = [
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2246, in <listcomp>
                  cast_array_to_feature(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1795, in wrapper
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1795, in <listcomp>
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2108, in cast_array_to_feature
                  raise TypeError(f"Couldn't cast array of type\n{_short_str(array.type)}\nto\n{_short_str(feature)}")
              TypeError: Couldn't cast array of type
              struct<$schema: string, $id: string, title: string, description: string, type: string, definitions: struct<ABCStatus: struct<type: string, enum: list<item: string>>, ABCInventoryReceiveTransaction: struct<type: string, properties: struct<uid: struct<type: string>, timestamp: struct<type: string>, transactionType: struct<type: string, enum: list<item: string>>, transactionData: struct<type: string, properties: struct<lotNumber: struct<type: string>, materialNumberID: struct<type: string>, quantity: struct<type: string>, dateOfExpiry: struct<type: string, format: string>, dateOfManufacture: struct<type: string, format: string>, poNumber: struct<type: string>, statusID: struct<$ref: string>, locationID: struct<type: string>, cost: struct<type: string>, productID: struct<type: list<item: string>>, notes: struct<type: string>>, required: list<item: string>, additionalProperties: bool>, targetLotID: struct<type: string>>, required: list<item: string>, additionalProperties: bool>, ABCInventoryBuildTransaction: struct<type: string, properties: struct<uid: struct<type: string>, timestamp: struct<type: string>, transactionType: struct<type: string, enum: list<item: string>>, transactionData: struct<type: string, properties: struct<lotNumber: struct<type: string>, materialNumberID: struct<type: string>, quantity: struct<type: string>, dateOfExpiry: struct<type: string, format: string>, dateOfManufacture: struct<type: string, format: string>, poNumber: struct<type: string>, statusID: str
              ...
              g, title: string, description: string, minLength: int64, pattern: string>, dependsOn: struct<allOf: list<item: struct<$ref: string, title: string, description: string>>>, name: struct<type: string, title: string, description: string, minLength: int64, pattern: string>>, title: string>>, exposeTypes: struct<title: string, description: string, type: string, items: struct<type: string, properties: struct<as: struct<type: string, title: string, description: string, minLength: int64, pattern: string>, name: struct<type: string, title: string, description: string, minLength: int64, pattern: string>>, title: string>>, name: struct<type: string, title: string, description: string, minLength: int64>>, title: string>>, options: struct<title: string, description: string, type: string, items: struct<allOf: list<item: struct<$ref: string, title: string>>>>, tags: struct<title: string, description: string, type: string, items: struct<type: string, title: string>>, types: struct<title: string, description: string, type: string, items: struct<type: string, properties: struct<name: struct<type: string, title: string, description: string, minLength: int64, pattern: string>, struct: struct<title: string, description: string, minItems: int64, type: string, items: struct<allOf: list<item: struct<$ref: string, title: string>>>>>, title: string>>>, title: string, description: string>, engine: struct<anyOf: list<item: struct<$ref: string>>>>, required: list<item: string>, additionalProperties: bool>
              to
              {'$schema': Value(dtype='string', id=None), '$id': Value(dtype='string', id=None), 'additionalProperties': Value(dtype='bool', id=None), 'description': Value(dtype='string', id=None), 'patternProperties': {'^[^ ]+$': {'title': Value(dtype='string', id=None), 'description': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None), 'required': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'properties': {'command': {'title': Value(dtype='string', id=None), 'description': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None), 'minLength': Value(dtype='int64', id=None), 'examples': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)}, 'confirm': {'title': Value(dtype='string', id=None), 'description': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None), 'default': Value(dtype='bool', id=None)}, 'confirmation_message': {'title': Value(dtype='string', id=None), 'description': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None), 'minLength': Value(dtype='int64', id=None), 'examples': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)}, 'conditional': {'title': Value(dtype='string', id=None), 'description': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None), 'minLength': Value(dtype='int64', id=None), 'examples': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)}, 'backout_seconds': {'title': Value(dtype='string', id=None), 'description': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None), 'minimum': Value(dtype='int64', id=None)}, 'unit_test': {'title': Value(dtype='string', id=None), 'description': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None), 'minLength': Value(dtype='int64', id=None), 'examples': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)}, 'quiet': {'title': Value(dtype='string', id=None), 'description': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None), 'default': Value(dtype='bool', id=None)}}, 'additionalProperties': Value(dtype='bool', id=None)}}, 'title': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None)}
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1438, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1050, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 924, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1000, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1741, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1897, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

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.

schema
dict
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://json.schemastore.org/aliases.json", "additionalProperties": false, "description": "An alias of the current directory\nhttps://github.com/sebglazebrook/aliases#usage", "patternProperties": { "^[^ ]+$": { "title": "alias", "...

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

test

Downloads last month
2