The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 4 new columns ({'source_acte', 'keyword_matched', 'source_article_id', 'target_acte'}) and 2 missing columns ({'article_id', 'acte_id'}).
This happened while the csv dataset builder was generating data using
hf://datasets/Maathis-com/ohada-actes-uniformes/edges/article_cross_references_acte.csv (at revision 990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8), [/tmp/hf-datasets-cache/medium/datasets/34856279200503-config-parquet-and-info-Maathis-com-ohada-actes-u-e47e5643/hub/datasets--Maathis-com--ohada-actes-uniformes/snapshots/990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/edges/article_belongs_to_acte.csv (origin=hf://datasets/Maathis-com/ohada-actes-uniformes@990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/edges/article_belongs_to_acte.csv), /tmp/hf-datasets-cache/medium/datasets/34856279200503-config-parquet-and-info-Maathis-com-ohada-actes-u-e47e5643/hub/datasets--Maathis-com--ohada-actes-uniformes/snapshots/990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/edges/article_cross_references_acte.csv (origin=hf://datasets/Maathis-com/ohada-actes-uniformes@990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/edges/article_cross_references_acte.csv), /tmp/hf-datasets-cache/medium/datasets/34856279200503-config-parquet-and-info-Maathis-com-ohada-actes-u-e47e5643/hub/datasets--Maathis-com--ohada-actes-uniformes/snapshots/990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/edges/article_references_article.csv (origin=hf://datasets/Maathis-com/ohada-actes-uniformes@990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/edges/article_references_article.csv), /tmp/hf-datasets-cache/medium/datasets/34856279200503-config-parquet-and-info-Maathis-com-ohada-actes-u-e47e5643/hub/datasets--Maathis-com--ohada-actes-uniformes/snapshots/990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/edges/case_applies_article.csv (origin=hf://datasets/Maathis-com/ohada-actes-uniformes@990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/edges/case_applies_article.csv), /tmp/hf-datasets-cache/medium/datasets/34856279200503-config-parquet-and-info-Maathis-com-ohada-actes-u-e47e5643/hub/datasets--Maathis-com--ohada-actes-uniformes/snapshots/990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/nodes/actes_uniformes.csv (origin=hf://datasets/Maathis-com/ohada-actes-uniformes@990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/nodes/actes_uniformes.csv), /tmp/hf-datasets-cache/medium/datasets/34856279200503-config-parquet-and-info-Maathis-com-ohada-actes-u-e47e5643/hub/datasets--Maathis-com--ohada-actes-uniformes/snapshots/990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/nodes/articles.csv (origin=hf://datasets/Maathis-com/ohada-actes-uniformes@990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/nodes/articles.csv), /tmp/hf-datasets-cache/medium/datasets/34856279200503-config-parquet-and-info-Maathis-com-ohada-actes-u-e47e5643/hub/datasets--Maathis-com--ohada-actes-uniformes/snapshots/990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/nodes/hierarchy.csv (origin=hf://datasets/Maathis-com/ohada-actes-uniformes@990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/nodes/hierarchy.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1890, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 760, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
source_article_id: string
source_acte: string
target_acte: string
keyword_matched: string
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 768
to
{'article_id': Value('string'), 'acte_id': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, 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 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1739, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1892, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 4 new columns ({'source_acte', 'keyword_matched', 'source_article_id', 'target_acte'}) and 2 missing columns ({'article_id', 'acte_id'}).
This happened while the csv dataset builder was generating data using
hf://datasets/Maathis-com/ohada-actes-uniformes/edges/article_cross_references_acte.csv (at revision 990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8), [/tmp/hf-datasets-cache/medium/datasets/34856279200503-config-parquet-and-info-Maathis-com-ohada-actes-u-e47e5643/hub/datasets--Maathis-com--ohada-actes-uniformes/snapshots/990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/edges/article_belongs_to_acte.csv (origin=hf://datasets/Maathis-com/ohada-actes-uniformes@990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/edges/article_belongs_to_acte.csv), /tmp/hf-datasets-cache/medium/datasets/34856279200503-config-parquet-and-info-Maathis-com-ohada-actes-u-e47e5643/hub/datasets--Maathis-com--ohada-actes-uniformes/snapshots/990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/edges/article_cross_references_acte.csv (origin=hf://datasets/Maathis-com/ohada-actes-uniformes@990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/edges/article_cross_references_acte.csv), /tmp/hf-datasets-cache/medium/datasets/34856279200503-config-parquet-and-info-Maathis-com-ohada-actes-u-e47e5643/hub/datasets--Maathis-com--ohada-actes-uniformes/snapshots/990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/edges/article_references_article.csv (origin=hf://datasets/Maathis-com/ohada-actes-uniformes@990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/edges/article_references_article.csv), /tmp/hf-datasets-cache/medium/datasets/34856279200503-config-parquet-and-info-Maathis-com-ohada-actes-u-e47e5643/hub/datasets--Maathis-com--ohada-actes-uniformes/snapshots/990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/edges/case_applies_article.csv (origin=hf://datasets/Maathis-com/ohada-actes-uniformes@990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/edges/case_applies_article.csv), /tmp/hf-datasets-cache/medium/datasets/34856279200503-config-parquet-and-info-Maathis-com-ohada-actes-u-e47e5643/hub/datasets--Maathis-com--ohada-actes-uniformes/snapshots/990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/nodes/actes_uniformes.csv (origin=hf://datasets/Maathis-com/ohada-actes-uniformes@990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/nodes/actes_uniformes.csv), /tmp/hf-datasets-cache/medium/datasets/34856279200503-config-parquet-and-info-Maathis-com-ohada-actes-u-e47e5643/hub/datasets--Maathis-com--ohada-actes-uniformes/snapshots/990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/nodes/articles.csv (origin=hf://datasets/Maathis-com/ohada-actes-uniformes@990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/nodes/articles.csv), /tmp/hf-datasets-cache/medium/datasets/34856279200503-config-parquet-and-info-Maathis-com-ohada-actes-u-e47e5643/hub/datasets--Maathis-com--ohada-actes-uniformes/snapshots/990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/nodes/hierarchy.csv (origin=hf://datasets/Maathis-com/ohada-actes-uniformes@990d2c6fe0af8c8793dd2e6a48e92ae54d06b4d8/nodes/hierarchy.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)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.
article_id string | acte_id string |
|---|---|
AUSCGIE-Art1 | AUSCGIE |
AUSCGIE-Art2 | AUSCGIE |
AUSCGIE-Art2-1 | AUSCGIE |
AUSCGIE-Art3 | AUSCGIE |
AUSCGIE-Art10 | AUSCGIE |
AUSCGIE-Art11 | AUSCGIE |
AUSCGIE-Art5 | AUSCGIE |
AUSCGIE-Art6 | AUSCGIE |
AUSCGIE-Art12 | AUSCGIE |
AUSCGIE-Art13 | AUSCGIE |
AUSCGIE-Art7 | AUSCGIE |
AUSCGIE-Art10 | AUSCGIE |
AUSCGIE-Art11 | AUSCGIE |
AUSCGIE-Art12 | AUSCGIE |
AUSCGIE-Art13 | AUSCGIE |
AUSCGIE-Art23 | AUSCGIE |
AUSCGIE-Art24 | AUSCGIE |
AUSCGIE-Art14 | AUSCGIE |
AUSCGIE-Art26 | AUSCGIE |
AUSCGIE-Art27 | AUSCGIE |
AUSCGIE-Art17 | AUSCGIE |
AUSCGIE-Art28 | AUSCGIE |
AUSCGIE-Art29 | AUSCGIE |
AUSCGIE-Art30 | AUSCGIE |
AUSCGIE-Art31 | AUSCGIE |
AUSCGIE-Art22 | AUSCGIE |
AUSCGIE-Art32 | AUSCGIE |
AUSCGIE-Art23 | AUSCGIE |
AUSCGIE-Art24 | AUSCGIE |
AUSCGIE-Art25 | AUSCGIE |
AUSCGIE-Art26 | AUSCGIE |
AUSCGIE-Art27 | AUSCGIE |
AUSCGIE-Art28 | AUSCGIE |
AUSCGIE-Art29 | AUSCGIE |
AUSCGIE-Art30 | AUSCGIE |
AUSCGIE-Art31 | AUSCGIE |
AUSCGIE-Art32 | AUSCGIE |
AUSCGIE-Art42 | AUSCGIE |
AUSCGIE-Art43 | AUSCGIE |
AUSCGIE-Art44 | AUSCGIE |
AUSCGIE-Art45 | AUSCGIE |
AUSCGIE-Art46 | AUSCGIE |
AUSCGIE-Art47 | AUSCGIE |
AUSCGIE-Art48 | AUSCGIE |
AUSCGIE-Art49 | AUSCGIE |
AUSCGIE-Art41 | AUSCGIE |
AUSCGIE-Art42 | AUSCGIE |
AUSCGIE-Art43 | AUSCGIE |
AUSCGIE-Art44 | AUSCGIE |
AUSCGIE-Art45 | AUSCGIE |
AUSCGIE-Art46 | AUSCGIE |
AUSCGIE-Art47 | AUSCGIE |
AUSCGIE-Art48 | AUSCGIE |
AUSCGIE-Art49 | AUSCGIE |
AUSCGIE-Art50 | AUSCGIE |
AUSCGIE-Art50-1 | AUSCGIE |
AUSCGIE-Art54 | AUSCGIE |
AUSCGIE-Art55 | AUSCGIE |
AUSCGIE-Art56 | AUSCGIE |
AUSCGIE-Art57 | AUSCGIE |
AUSCGIE-Art58 | AUSCGIE |
AUSCGIE-Art59 | AUSCGIE |
AUSCGIE-Art60 | AUSCGIE |
AUSCGIE-Art54 | AUSCGIE |
AUSCGIE-Art55 | AUSCGIE |
AUSCGIE-Art56 | AUSCGIE |
AUSCGIE-Art57 | AUSCGIE |
AUSCGIE-Art58 | AUSCGIE |
AUSCGIE-Art59 | AUSCGIE |
AUSCGIE-Art60 | AUSCGIE |
AUSCGIE-Art68 | AUSCGIE |
AUSCGIE-Art69 | AUSCGIE |
AUSCGIE-Art61 | AUSCGIE |
AUSCGIE-Art62 | AUSCGIE |
AUSCGIE-Art63 | AUSCGIE |
AUSCGIE-Art72 | AUSCGIE |
AUSCGIE-Art64 | AUSCGIE |
AUSCGIE-Art73 | AUSCGIE |
AUSCGIE-Art66 | AUSCGIE |
AUSCGIE-Art67 | AUSCGIE |
AUSCGIE-Art68 | AUSCGIE |
AUSCGIE-Art69 | AUSCGIE |
AUSCGIE-Art61 | AUSCGIE |
AUSCGIE-Art62 | AUSCGIE |
AUSCGIE-Art63 | AUSCGIE |
AUSCGIE-Art72 | AUSCGIE |
AUSCGIE-Art64 | AUSCGIE |
AUSCGIE-Art73 | AUSCGIE |
AUSCGIE-Art66 | AUSCGIE |
AUSCGIE-Art67 | AUSCGIE |
AUSCGIE-Art74-1 | AUSCGIE |
AUSCGIE-Art81-1 | AUSCGIE |
AUSCGIE-Art75 | AUSCGIE |
AUSCGIE-Art81-2 | AUSCGIE |
AUSCGIE-Art81-3 | AUSCGIE |
AUSCGIE-Art80 | AUSCGIE |
AUSCGIE-Art82 | AUSCGIE |
AUSCGIE-Art81-1 | AUSCGIE |
AUSCGIE-Art81-2 | AUSCGIE |
AUSCGIE-Art81-3 | AUSCGIE |
End of preview.