Dataset Preview
Viewer
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:    DatasetGenerationError
Message:      An error occurred while generating the dataset
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, 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 2302, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2261, in cast_table_to_schema
                  arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()]
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2261, in <listcomp>
                  arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()]
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, 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 1802, 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 2122, 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<139: string, 30: string, 119: string, 29: string, 144: string, 163: string, 166: string, 51: string, 105: string, 60: string, 15: string, 158: string, 135: string, 45: string, 68: string, 85: string, 24: string, 109: string, 75: string, 108: string, 19: string, 16: string, 31: string, 18: string, 12: string, 9: string, 82: string, 98: string, 76: string, 55: string, 42: string, 56: string, 150: string, 111: string>
              to
              {'69': Value(dtype='string', id=None), '138': Value(dtype='string', id=None), '2': Value(dtype='string', id=None), '93': Value(dtype='string', id=None), '136': Value(dtype='string', id=None), '156': Value(dtype='string', id=None), '90': Value(dtype='string', id=None), '114': Value(dtype='string', id=None), '26': Value(dtype='string', id=None), '146': Value(dtype='string', id=None), '137': Value(dtype='string', id=None), '97': Value(dtype='string', id=None), '65': Value(dtype='string', id=None), '36': Value(dtype='string', id=None), '126': Value(dtype='string', id=None), '22': Value(dtype='string', id=None), '101': Value(dtype='string', id=None), '161': Value(dtype='string', id=None), '96': Value(dtype='string', id=None), '11': Value(dtype='string', id=None), '67': Value(dtype='string', id=None), '133': Value(dtype='string', id=None), '6': Value(dtype='string', id=None), '27': Value(dtype='string', id=None), '78': Value(dtype='string', id=None), '147': Value(dtype='string', id=None), '38': Value(dtype='string', id=None), '41': Value(dtype='string', id=None), '4': Value(dtype='string', id=None), '143': Value(dtype='string', id=None), '32': Value(dtype='string', id=None), '66': Value(dtype='string', id=None), '127': Value(dtype='string', id=None), '95': Value(dtype='string', id=None), '10': Value(dtype='string', id=None), '100': Value(dtype='string', id=None), '115': Value(dtype='string', id=None), '0': Value(dtype='string', id=None), '125': Value(dtype='string', id=None), '117'
              ...
               '131': Value(dtype='string', id=None), '17': Value(dtype='string', id=None), '72': Value(dtype='string', id=None), '148': Value(dtype='string', id=None), '134': Value(dtype='string', id=None), '141': Value(dtype='string', id=None), '155': Value(dtype='string', id=None), '63': Value(dtype='string', id=None), '54': Value(dtype='string', id=None), '107': Value(dtype='string', id=None), '50': Value(dtype='string', id=None), '167': Value(dtype='string', id=None), '58': Value(dtype='string', id=None), '48': Value(dtype='string', id=None), '88': Value(dtype='string', id=None), '21': Value(dtype='string', id=None), '57': Value(dtype='string', id=None), '164': Value(dtype='string', id=None), '129': Value(dtype='string', id=None), '37': Value(dtype='string', id=None), '160': Value(dtype='string', id=None), '1': Value(dtype='string', id=None), '52': Value(dtype='string', id=None), '149': Value(dtype='string', id=None), '130': Value(dtype='string', id=None), '151': Value(dtype='string', id=None), '103': Value(dtype='string', id=None), '99': Value(dtype='string', id=None), '116': Value(dtype='string', id=None), '87': Value(dtype='string', id=None), '74': Value(dtype='string', id=None), '121': Value(dtype='string', id=None), '169': Value(dtype='string', id=None), '20': Value(dtype='string', id=None), '71': Value(dtype='string', id=None), '106': Value(dtype='string', id=None), '14': Value(dtype='string', id=None), '92': Value(dtype='string', id=None), '102': 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 1321, 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 935, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, 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 1882, 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 2038, 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? Open a discussion for direct support.

Title
dict
Text
dict
Summary
dict
{"69":"Draft Industrial Relations (Tamil Nadu) Rules, 2022","138":"National List of Essential Assist(...TRUNCATED)
{"69":"Ex-III 1(a)-(215)[ 1 ]TAMIL NADUGOVERNMENT GAZETTEEXTRAORDINARY PUBLISHED BY AUTHORITY [Reg(...TRUNCATED)
{"69":"The State Government of Tamil Nadu has proposed the Draft Industrial Relations (Tamil Nadu) R(...TRUNCATED)
README.md exists but content is empty. Use the Edit dataset card button to edit it.
Downloads last month
0
Edit dataset card