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 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 1 new columns ({'349'}) and 1 missing columns ({'0'}).

This happened while the csv dataset builder was generating data using

gzip://valid.csv::hf://datasets/LIUWJ/GAD_Data@f0f152b60f46a6f8725f3f8434254e57cb399f6f/arxiv/split/time/valid.csv.gz, ['hf://datasets/LIUWJ/GAD_Data@f0f152b60f46a6f8725f3f8434254e57cb399f6f/arxiv/split/time/valid.csv.gz', 'hf://datasets/LIUWJ/GAD_Data@f0f152b60f46a6f8725f3f8434254e57cb399f6f/ogbn-arxiv/split/time/valid.csv.gz', 'hf://datasets/LIUWJ/GAD_Data@f0f152b60f46a6f8725f3f8434254e57cb399f6f/ogbn_arxiv/split/time/valid.csv.gz', 'hf://datasets/LIUWJ/GAD_Data@f0f152b60f46a6f8725f3f8434254e57cb399f6f/ogbn_products/split/sales_ranking/valid.csv.gz']

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 1887, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 674, 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
              349: int64
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 366
              to
              {'0': Value('int64')}
              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 1342, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 907, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1736, 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 1889, 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 1 new columns ({'349'}) and 1 missing columns ({'0'}).
              
              This happened while the csv dataset builder was generating data using
              
              gzip://valid.csv::hf://datasets/LIUWJ/GAD_Data@f0f152b60f46a6f8725f3f8434254e57cb399f6f/arxiv/split/time/valid.csv.gz, ['hf://datasets/LIUWJ/GAD_Data@f0f152b60f46a6f8725f3f8434254e57cb399f6f/arxiv/split/time/valid.csv.gz', 'hf://datasets/LIUWJ/GAD_Data@f0f152b60f46a6f8725f3f8434254e57cb399f6f/ogbn-arxiv/split/time/valid.csv.gz', 'hf://datasets/LIUWJ/GAD_Data@f0f152b60f46a6f8725f3f8434254e57cb399f6f/ogbn_arxiv/split/time/valid.csv.gz', 'hf://datasets/LIUWJ/GAD_Data@f0f152b60f46a6f8725f3f8434254e57cb399f6f/ogbn_products/split/sales_ranking/valid.csv.gz']
              
              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.

0
int64
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
End of preview.

No dataset card yet

Downloads last month
11