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 9 new columns ({'Unnamed: 0.1', 'right', 'T5_NS', 'T4_MQ', 'left', 'T3_GF', 'T1_ALR', 'T2_CL', 'Unnamed: 0'}) and 6 missing columns ({'AnswerValue', 'IsCorrect', 'CorrectAnswer', 'UserId', 'QuestionId', 'AnswerId'}).

This happened while the csv dataset builder was generating data using

hf://datasets/Lucy9999/NIPS34/test_data/quality_response_remapped_private.csv (at revision a002919e18ca38dc0e936d1731df55b8b3ef703e), ['hf://datasets/Lucy9999/NIPS34@a002919e18ca38dc0e936d1731df55b8b3ef703e/test_data/quality_response_remapped_private.csv', 'hf://datasets/Lucy9999/NIPS34@a002919e18ca38dc0e936d1731df55b8b3ef703e/test_data/quality_response_remapped_public.csv', 'hf://datasets/Lucy9999/NIPS34@a002919e18ca38dc0e936d1731df55b8b3ef703e/test_data/test_private_answers_task_1.csv', 'hf://datasets/Lucy9999/NIPS34@a002919e18ca38dc0e936d1731df55b8b3ef703e/test_data/test_private_answers_task_2.csv', 'hf://datasets/Lucy9999/NIPS34@a002919e18ca38dc0e936d1731df55b8b3ef703e/test_data/test_private_task_4.csv', 'hf://datasets/Lucy9999/NIPS34@a002919e18ca38dc0e936d1731df55b8b3ef703e/test_data/test_private_task_4_more_splits.csv', 'hf://datasets/Lucy9999/NIPS34@a002919e18ca38dc0e936d1731df55b8b3ef703e/test_data/test_public_answers_task_1.csv', 'hf://datasets/Lucy9999/NIPS34@a002919e18ca38dc0e936d1731df55b8b3ef703e/test_data/test_public_answers_task_2.csv', 'hf://datasets/Lucy9999/NIPS34@a002919e18ca38dc0e936d1731df55b8b3ef703e/test_data/test_public_task_4_more_splits.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 1893, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, 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
              Unnamed: 0.1: int64
              Unnamed: 0: int64
              left: int64
              right: int64
              T1_ALR: int64
              T2_CL: int64
              T3_GF: int64
              T4_MQ: double
              T5_NS: int64
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1251
              to
              {'QuestionId': Value('int64'), 'UserId': Value('int64'), 'AnswerId': Value('int64'), 'IsCorrect': Value('int64'), 'CorrectAnswer': Value('int64'), 'AnswerValue': 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 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 1895, 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 9 new columns ({'Unnamed: 0.1', 'right', 'T5_NS', 'T4_MQ', 'left', 'T3_GF', 'T1_ALR', 'T2_CL', 'Unnamed: 0'}) and 6 missing columns ({'AnswerValue', 'IsCorrect', 'CorrectAnswer', 'UserId', 'QuestionId', 'AnswerId'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/Lucy9999/NIPS34/test_data/quality_response_remapped_private.csv (at revision a002919e18ca38dc0e936d1731df55b8b3ef703e), ['hf://datasets/Lucy9999/NIPS34@a002919e18ca38dc0e936d1731df55b8b3ef703e/test_data/quality_response_remapped_private.csv', 'hf://datasets/Lucy9999/NIPS34@a002919e18ca38dc0e936d1731df55b8b3ef703e/test_data/quality_response_remapped_public.csv', 'hf://datasets/Lucy9999/NIPS34@a002919e18ca38dc0e936d1731df55b8b3ef703e/test_data/test_private_answers_task_1.csv', 'hf://datasets/Lucy9999/NIPS34@a002919e18ca38dc0e936d1731df55b8b3ef703e/test_data/test_private_answers_task_2.csv', 'hf://datasets/Lucy9999/NIPS34@a002919e18ca38dc0e936d1731df55b8b3ef703e/test_data/test_private_task_4.csv', 'hf://datasets/Lucy9999/NIPS34@a002919e18ca38dc0e936d1731df55b8b3ef703e/test_data/test_private_task_4_more_splits.csv', 'hf://datasets/Lucy9999/NIPS34@a002919e18ca38dc0e936d1731df55b8b3ef703e/test_data/test_public_answers_task_1.csv', 'hf://datasets/Lucy9999/NIPS34@a002919e18ca38dc0e936d1731df55b8b3ef703e/test_data/test_public_answers_task_2.csv', 'hf://datasets/Lucy9999/NIPS34@a002919e18ca38dc0e936d1731df55b8b3ef703e/test_data/test_public_task_4_more_splits.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.

QuestionId
int64
UserId
int64
AnswerId
int64
IsCorrect
int64
CorrectAnswer
int64
AnswerValue
int64
16,997
65,967
12,453,206
0
4
2
16,531
62,121
15,686,710
1
1
1
15,911
50,013
13,598,796
0
3
1
1,701
104,909
10,511,925
0
4
3
22,896
21,748
941,747
0
1
4
20,968
67,570
626,158
1
4
4
8,826
5,257
6,163,686
1
1
1
9,331
82,336
7,433,440
1
2
2
12,574
11,665
18,336,567
1
2
2
1,383
104,459
17,496,424
0
3
1
21,568
87,935
17,488,010
1
4
4
15,962
77,530
11,435,172
0
2
3
9,952
5,685
19,507,712
1
3
3
25,200
97,689
3,706,446
0
2
4
20,640
99,529
12,214,186
0
3
4
15,929
106,953
2,997,559
1
2
2
12,597
56,677
17,045,948
1
1
1
19,521
31,088
13,670,348
1
4
4
2,711
51,027
10,055,988
1
3
3
14,158
27,438
11,912,574
1
4
4
11,039
1,257
16,138,813
1
1
1
17,508
48,443
14,533,417
1
4
4
12,112
82,671
1,819,843
1
4
4
9,342
7,980
4,414,715
0
2
3
18,548
33,397
15,265,473
1
1
1
8,091
8,839
8,167,001
0
4
3
12,007
102,626
2,932,424
1
3
3
20,261
59,868
7,920,786
1
2
2
26,758
83,741
4,814,762
0
2
1
19,386
36,178
16,346,332
1
3
3
1,332
22,156
10,626,184
0
2
1
2,108
67,469
19,595,946
1
4
4
11,972
118,628
6,864,142
0
2
1
9,391
34,214
11,294,836
1
1
1
16,144
99,590
11,343,682
1
4
4
7,771
86,212
2,211,077
1
3
3
13,797
117,333
11,403,293
1
1
1
16,926
5,587
9,611,190
1
3
3
10,525
55,771
11,828,248
0
4
3
20,613
14,957
15,417,390
0
4
3
20,617
39,251
11,099,680
0
2
3
1,653
17,297
6,320,153
1
3
3
15,793
31,398
18,884,574
0
2
3
25,392
41,239
10,882,009
1
3
3
15,335
50,004
12,008,251
0
2
4
24,554
58,966
19,727,965
1
4
4
10,935
76,246
1,879,008
1
3
3
19,265
92,044
2,771,443
1
4
4
11,673
12,520
11,831,511
1
4
4
25,254
104,103
6,312,066
1
4
4
4,017
87,949
14,077,597
1
2
2
11,954
70,237
13,979,413
1
1
1
10,585
71,222
3,828,604
1
1
1
9,133
107,211
17,237,554
1
1
1
20,847
27,653
17,833,962
1
4
4
11,216
41,322
7,778,657
0
4
3
11,186
90,350
6,728,888
1
2
2
8,162
94,433
8,466,766
1
3
3
21,664
53,049
2,586,788
1
4
4
12,879
54,820
17,372,331
0
3
2
19,003
72,019
5,163,033
0
4
3
12,004
15,098
6,803,358
0
3
4
20,237
14,711
5,392,439
1
2
2
12,051
116,893
8,200,580
1
1
1
19,187
52,496
931,158
0
4
3
10,905
55,954
19,367,206
1
1
1
18,129
116,129
9,947,071
0
3
1
15,144
38,696
3,263,630
1
4
4
5,136
100,947
13,899,314
1
1
1
22,581
34,837
1,446,512
0
4
3
26,494
45,249
1,358,634
0
2
3
6,113
74,442
17,269,694
0
3
2
2,620
77,473
14,127,799
0
1
2
435
22,414
12,395,775
1
1
1
18,853
22,535
15,258,769
0
2
3
17,796
68,378
9,092,070
1
1
1
15,098
17,397
1,927,356
1
1
1
5,121
89,285
11,464,865
1
3
3
8,740
45,291
1,388,124
1
1
1
11,681
57,703
5,623,993
1
2
2
21,990
76,787
10,810,034
1
1
1
8,972
13,946
7,409,463
1
1
1
21,747
85,054
11,253,734
1
3
3
4,244
25,959
13,764,737
1
2
2
10,637
3,462
3,370,323
1
2
2
26,265
13,236
14,471,973
1
1
1
3,041
5,782
3,807,661
0
1
3
2,486
82,128
5,610,512
1
4
4
25,674
64,296
12,548,613
0
2
3
19,939
100,942
3,355,964
1
4
4
3,755
106,163
3,597,318
1
4
4
19,588
47,640
12,145,576
0
1
2
6,575
15,499
12,130,470
1
3
3
8,848
35,263
10,386,055
0
2
3
1,874
111,049
15,858,378
0
3
1
10,155
106,846
4,594,973
1
3
3
7,744
98,264
9,594,048
0
4
1
8,062
12,900
8,723,926
0
4
3
16,884
83,980
18,766,994
1
3
3
4,483
12,472
5,215,204
1
2
2
End of preview.
README.md exists but content is empty.
Downloads last month
1,510