Dataset Preview
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 28 new columns ({'9931547|1236072', '5779256|17325804', '15664727|17325804', '6391938|17325804', '29902|1940388', '6202265|1230643', '26706809|956843', '1482668|1230643', '1862414|1230643', '60691644|2835258', '705968|2835258', '9931547|17205659', '29902|7889189', '200115|14441987', '206257405|1230643', '14573688|1230643', '36033198|15300368', '20785815|1230643', '5207304|1230643', '46159657|1230643', '8267140|17516538', '11319668|6275330', '29024863|5972227', '1116542|206583375', '13912957|164835', '25188925|206583375', '7334713|6396569', '5779256|164835'}) and 1 missing columns ({'corpus_id'}). This happened while the json dataset builder was generating data using hf://datasets/LZYFirecn/surveydataset/edge/graph_10003728.jsonl (at revision 58394a9000cbcb5ee077e98c054cbbc531745ee4) 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 "/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 2240, in cast_table_to_schema raise CastError( datasets.table.CastError: Couldn't cast 26706809|956843: list<item: null> child 0, item: null 5207304|1230643: list<item: string> child 0, item: string 9931547|17205659: list<item: string> child 0, item: string 9931547|1236072: list<item: string> child 0, item: string 6202265|1230643: list<item: null> child 0, item: null 15664727|17325804: list<item: null> child 0, item: null 1862414|1230643: list<item: string> child 0, item: string 7334713|6396569: list<item: string> child 0, item: string 8267140|17516538: list<item: string> child 0, item: string 13912957|164835: list<item: string> child 0, item: string 1482668|1230643: list<item: string> child 0, item: string 14573688|1230643: list<item: string> child 0, item: string 25188925|206583375: list<item: string> child 0, item: string 705968|2835258: list<item: string> child 0, item: string 60691644|2835258: list<item: string> child 0, item: string 1116542|206583375: list<item: string> child 0, item: string 20785815|1230643: list<item: string> child 0, item: string 200115|14441987: list<item: string> child 0, item: string 29024863|5972227: list<item: string> child 0, item: string 5779256|17325804: list<item: null> child 0, item: null 5779256|164835: list<item: string> child 0, item: string 206257405|1230643: list<item: string> child 0, item: string 11319668|6275330: list<item: null> child 0, item: null 36033198|15300368: list<item: string> child 0, item: string 46159657|1230643: list<item: string> child 0, item: string 6391938|17325804: list<item: string> child 0, item: string 29902|7889189: list<item: string> child 0, item: string 29902|1940388: list<item: null> child 0, item: null to {'corpus_id': Value(dtype='string', id=None)} 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 1417, 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 1049, 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 1872, 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 28 new columns ({'9931547|1236072', '5779256|17325804', '15664727|17325804', '6391938|17325804', '29902|1940388', '6202265|1230643', '26706809|956843', '1482668|1230643', '1862414|1230643', '60691644|2835258', '705968|2835258', '9931547|17205659', '29902|7889189', '200115|14441987', '206257405|1230643', '14573688|1230643', '36033198|15300368', '20785815|1230643', '5207304|1230643', '46159657|1230643', '8267140|17516538', '11319668|6275330', '29024863|5972227', '1116542|206583375', '13912957|164835', '25188925|206583375', '7334713|6396569', '5779256|164835'}) and 1 missing columns ({'corpus_id'}). This happened while the json dataset builder was generating data using hf://datasets/LZYFirecn/surveydataset/edge/graph_10003728.jsonl (at revision 58394a9000cbcb5ee077e98c054cbbc531745ee4) 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.
corpus_id
string |
---|
3102406 |
6715284 |
34346400 |
1284732 |
164835 |
14969757 |
16356792 |
6391938 |
5207304 |
11212464 |
1482668 |
209399974 |
1761146 |
18270262 |
778856 |
9929537 |
1894555 |
8267140 |
528748 |
52807605 |
25188925 |
10473776 |
41308334 |
20855591 |
16387483 |
5779256 |
9931547 |
14573688 |
15099895 |
140636587 |
12258723 |
1204223 |
7873453 |
705968 |
18553456 |
625364 |
139047979 |
206257405 |
10238027 |
27200144 |
29201520 |
62767250 |
3494790 |
3985674 |
200115 |
34724360 |
26706809 |
60428683 |
12445783 |
15664727 |
7296816 |
7334713 |
17781729 |
18670437 |
27824164 |
8250981 |
2018208 |
10789593 |
44769759 |
252999 |
17144449 |
195883014 |
13912957 |
14223770 |
14483544 |
16726146 |
31318095 |
7611602 |
20785815 |
1116542 |
2796841 |
5634103 |
6202265 |
11319668 |
36033198 |
27741263 |
583916 |
46159657 |
18185742 |
38235036 |
6536614 |
15965918 |
16083558 |
16449822 |
10867615 |
132680 |
771769 |
29902 |
1513863 |
15514611 |
60691644 |
253231 |
36667206 |
8284926 |
2849350 |
16211563 |
111104541 |
27730352 |
26268416 |
1422661 |
End of preview.
YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/datasets-cards)
Survey dataset
- Downloads last month
- 28