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 25 new columns ({'demo_Black', 'demo_Town', 'type', 'demo_Economically_disadvantaged', 'questionID', 'subject', 'demo_Information_not_available', 'answer_key', 'contentArea', 'demo_Hispanic', 'options', 'demo_American_Indian_Alaska_Native', 'demo_Female', 'demo_Rural', 'demo_Not_economically_disadvantaged', 'demo_Suburb', 'demo_Two_or_more_races', 'difficulty', 'question_text', 'yearAsInt', 'gradeAsInt', 'demo_Asian_Pacific_Islander', 'demo_Male', 'demo_City', 'demo_White'}) and 16 missing columns ({'Gender', 'GroupId', 'DateOfBirth', 'QuestionId', 'UserId', 'Confidence', 'SchemeOfWorkId', 'IsCorrect', 'AnswerValue', 'CorrectAnswer', 'PremiumPupil', 'age', 'AnswerId', 'DateAnswered', 'QuizId', 'problem'}).

This happened while the csv dataset builder was generating data using

hf://datasets/NanaSomuah0233/Gender_Studies/naep_math_mc.csv (at revision a0a522a849fd53ad83675703689d01a9b1bf9419), [/tmp/hf-datasets-cache/medium/datasets/94053791337140-config-parquet-and-info-NanaSomuah0233-Gender_Stu-3b3df497/hub/datasets--NanaSomuah0233--Gender_Studies/snapshots/a0a522a849fd53ad83675703689d01a9b1bf9419/eedi_set_1.csv (origin=hf://datasets/NanaSomuah0233/Gender_Studies@a0a522a849fd53ad83675703689d01a9b1bf9419/eedi_set_1.csv), /tmp/hf-datasets-cache/medium/datasets/94053791337140-config-parquet-and-info-NanaSomuah0233-Gender_Stu-3b3df497/hub/datasets--NanaSomuah0233--Gender_Studies/snapshots/a0a522a849fd53ad83675703689d01a9b1bf9419/eedi_set_2.csv (origin=hf://datasets/NanaSomuah0233/Gender_Studies@a0a522a849fd53ad83675703689d01a9b1bf9419/eedi_set_2.csv), /tmp/hf-datasets-cache/medium/datasets/94053791337140-config-parquet-and-info-NanaSomuah0233-Gender_Stu-3b3df497/hub/datasets--NanaSomuah0233--Gender_Studies/snapshots/a0a522a849fd53ad83675703689d01a9b1bf9419/naep_math_mc.csv (origin=hf://datasets/NanaSomuah0233/Gender_Studies@a0a522a849fd53ad83675703689d01a9b1bf9419/naep_math_mc.csv), /tmp/hf-datasets-cache/medium/datasets/94053791337140-config-parquet-and-info-NanaSomuah0233-Gender_Stu-3b3df497/hub/datasets--NanaSomuah0233--Gender_Studies/snapshots/a0a522a849fd53ad83675703689d01a9b1bf9419/naep_reading_mc.csv (origin=hf://datasets/NanaSomuah0233/Gender_Studies@a0a522a849fd53ad83675703689d01a9b1bf9419/naep_reading_mc.csv), /tmp/hf-datasets-cache/medium/datasets/94053791337140-config-parquet-and-info-NanaSomuah0233-Gender_Stu-3b3df497/hub/datasets--NanaSomuah0233--Gender_Studies/snapshots/a0a522a849fd53ad83675703689d01a9b1bf9419/naep_science_mc.csv (origin=hf://datasets/NanaSomuah0233/Gender_Studies@a0a522a849fd53ad83675703689d01a9b1bf9419/naep_science_mc.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 1800, 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 2321, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              questionID: string
              question_text: string
              options: string
              answer_key: string
              type: string
              difficulty: string
              gradeAsInt: int64
              yearAsInt: int64
              contentArea: string
              subject: string
              demo_Female: string
              demo_Male: string
              demo_White: string
              demo_Black: string
              demo_Hispanic: string
              demo_Asian_Pacific_Islander: string
              demo_American_Indian_Alaska_Native: string
              demo_Two_or_more_races: string
              demo_Economically_disadvantaged: string
              demo_Not_economically_disadvantaged: string
              demo_Information_not_available: string
              demo_City: string
              demo_Suburb: string
              demo_Town: string
              demo_Rural: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 3479
              to
              {'QuestionId': Value('int64'), 'AnswerId': Value('int64'), 'UserId': Value('int64'), 'IsCorrect': Value('int64'), 'CorrectAnswer': Value('int64'), 'AnswerValue': Value('int64'), 'Gender': Value('int64'), 'DateOfBirth': Value('string'), 'PremiumPupil': Value('float64'), 'DateAnswered': Value('string'), 'Confidence': Value('float64'), 'GroupId': Value('int64'), 'QuizId': Value('int64'), 'SchemeOfWorkId': Value('float64'), 'age': Value('int64'), 'problem': 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 882, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, 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 1802, 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 25 new columns ({'demo_Black', 'demo_Town', 'type', 'demo_Economically_disadvantaged', 'questionID', 'subject', 'demo_Information_not_available', 'answer_key', 'contentArea', 'demo_Hispanic', 'options', 'demo_American_Indian_Alaska_Native', 'demo_Female', 'demo_Rural', 'demo_Not_economically_disadvantaged', 'demo_Suburb', 'demo_Two_or_more_races', 'difficulty', 'question_text', 'yearAsInt', 'gradeAsInt', 'demo_Asian_Pacific_Islander', 'demo_Male', 'demo_City', 'demo_White'}) and 16 missing columns ({'Gender', 'GroupId', 'DateOfBirth', 'QuestionId', 'UserId', 'Confidence', 'SchemeOfWorkId', 'IsCorrect', 'AnswerValue', 'CorrectAnswer', 'PremiumPupil', 'age', 'AnswerId', 'DateAnswered', 'QuizId', 'problem'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/NanaSomuah0233/Gender_Studies/naep_math_mc.csv (at revision a0a522a849fd53ad83675703689d01a9b1bf9419), [/tmp/hf-datasets-cache/medium/datasets/94053791337140-config-parquet-and-info-NanaSomuah0233-Gender_Stu-3b3df497/hub/datasets--NanaSomuah0233--Gender_Studies/snapshots/a0a522a849fd53ad83675703689d01a9b1bf9419/eedi_set_1.csv (origin=hf://datasets/NanaSomuah0233/Gender_Studies@a0a522a849fd53ad83675703689d01a9b1bf9419/eedi_set_1.csv), /tmp/hf-datasets-cache/medium/datasets/94053791337140-config-parquet-and-info-NanaSomuah0233-Gender_Stu-3b3df497/hub/datasets--NanaSomuah0233--Gender_Studies/snapshots/a0a522a849fd53ad83675703689d01a9b1bf9419/eedi_set_2.csv (origin=hf://datasets/NanaSomuah0233/Gender_Studies@a0a522a849fd53ad83675703689d01a9b1bf9419/eedi_set_2.csv), /tmp/hf-datasets-cache/medium/datasets/94053791337140-config-parquet-and-info-NanaSomuah0233-Gender_Stu-3b3df497/hub/datasets--NanaSomuah0233--Gender_Studies/snapshots/a0a522a849fd53ad83675703689d01a9b1bf9419/naep_math_mc.csv (origin=hf://datasets/NanaSomuah0233/Gender_Studies@a0a522a849fd53ad83675703689d01a9b1bf9419/naep_math_mc.csv), /tmp/hf-datasets-cache/medium/datasets/94053791337140-config-parquet-and-info-NanaSomuah0233-Gender_Stu-3b3df497/hub/datasets--NanaSomuah0233--Gender_Studies/snapshots/a0a522a849fd53ad83675703689d01a9b1bf9419/naep_reading_mc.csv (origin=hf://datasets/NanaSomuah0233/Gender_Studies@a0a522a849fd53ad83675703689d01a9b1bf9419/naep_reading_mc.csv), /tmp/hf-datasets-cache/medium/datasets/94053791337140-config-parquet-and-info-NanaSomuah0233-Gender_Stu-3b3df497/hub/datasets--NanaSomuah0233--Gender_Studies/snapshots/a0a522a849fd53ad83675703689d01a9b1bf9419/naep_science_mc.csv (origin=hf://datasets/NanaSomuah0233/Gender_Studies@a0a522a849fd53ad83675703689d01a9b1bf9419/naep_science_mc.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
AnswerId
int64
UserId
int64
IsCorrect
int64
CorrectAnswer
int64
AnswerValue
int64
Gender
int64
DateOfBirth
string
PremiumPupil
float64
DateAnswered
string
Confidence
float64
GroupId
int64
QuizId
int64
SchemeOfWorkId
float64
age
int64
problem
string
0
1,137,874
5
1
1
1
1
2008-06-01
0
2019-10-26 13:17:00
null
260
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
630,568
7
0
1
2
2
2007-09-01
1
2020-04-02 09:17:00
null
220
53
null
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,002,948
10
0
1
2
1
2008-02-01
1
2020-01-19 15:50:00
50
313
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,208,938
16
0
1
3
2
2007-09-01
0
2019-10-01 14:31:00
25
350
53
52,562
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,064,868
17
0
1
2
2
2007-11-01
0
2019-10-20 17:54:00
null
198
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
440,784
22
1
1
1
2
2008-03-01
0
2019-10-07 20:30:00
null
315
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
505,336
26
0
1
2
2
2007-10-01
0
2019-10-05 10:52:00
null
37
53
52,562
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
879,249
27
0
1
2
1
2008-01-01
1
2019-10-08 12:48:00
null
352
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
145,460
35
0
1
2
2
2007-12-01
1
2019-11-06 06:50:00
null
211
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
438,977
37
0
1
3
2
2008-01-01
1
2019-10-09 07:28:00
100
328
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,077,365
40
1
1
1
2
2007-09-01
0
2019-10-15 17:27:00
null
228
53
52,562
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
779,689
42
0
1
2
2
2007-09-01
0
2019-10-28 15:15:00
null
27
53
52,562
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,342,414
44
1
1
1
1
2007-10-01
1
2019-10-02 16:58:00
75
13
53
52,562
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
593,796
47
0
1
2
1
2008-04-01
0
2020-04-26 17:43:00
0
187
53
null
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,218,482
51
1
1
1
2
2008-01-01
0
2020-02-28 13:51:00
null
53
30
null
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
610,452
52
0
1
4
2
2008-04-01
0
2019-09-29 18:52:00
0
388
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
791,426
58
0
1
2
1
2008-06-01
0
2019-10-15 10:44:00
null
280
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
437,516
64
1
1
1
2
2007-10-01
0
2020-01-13 17:58:00
null
269
53
52,562
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
232,791
65
0
1
3
2
2008-04-01
0
2019-10-09 15:17:00
null
145
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,397,976
68
1
1
1
1
2007-09-01
0
2019-10-08 16:04:00
75
254
53
52,562
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
920,661
69
0
1
3
2
2007-12-01
0
2019-10-17 17:12:00
null
6
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
84,047
71
0
1
4
2
2007-12-01
1
2019-10-08 18:26:00
null
182
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,394,124
79
1
1
1
1
2007-11-01
0
2019-10-14 17:18:00
100
198
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
296,739
80
1
1
1
1
2008-01-01
0
2019-11-19 16:59:00
100
201
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
460,982
81
0
1
2
2
2007-12-01
null
2020-03-27 09:45:00
null
69
53
null
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
737,939
89
0
1
2
1
2008-06-01
0
2019-10-06 16:46:00
null
265
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,325,071
91
0
1
2
1
2008-05-01
0
2019-11-10 10:53:00
null
14
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
18,665
93
0
1
2
1
2008-06-01
0
2019-10-28 18:59:00
null
229
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,407,181
94
0
1
2
1
2008-01-01
0
2019-10-04 17:22:00
null
163
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
802,493
97
0
1
4
2
2007-10-01
1
2019-11-03 20:06:00
null
71
53
52,562
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,500,439
101
1
1
1
2
2007-12-01
0
2019-11-11 21:31:00
75
146
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,215,868
104
1
1
1
2
2008-06-01
1
2019-10-29 18:09:00
null
289
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
589,936
112
0
1
2
2
2007-10-01
0
2020-04-28 18:56:00
null
187
53
null
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,374,411
114
0
1
2
2
2008-05-01
null
2020-03-21 05:25:00
null
53
53
null
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
470,358
116
0
1
2
2
2008-02-01
0
2019-10-23 19:57:00
75
221
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
919,542
123
0
1
2
2
2007-09-01
0
2019-10-02 15:49:00
75
321
53
52,562
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
807,578
130
1
1
1
2
2007-12-01
null
2020-03-25 08:11:00
null
216
53
null
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
461,174
131
0
1
2
2
2008-06-01
0
2019-10-05 08:46:00
100
37
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
800,387
140
0
1
3
1
2007-10-01
0
2019-10-15 17:08:00
null
260
53
52,562
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
953,483
142
1
1
1
2
2008-05-01
0
2019-10-19 14:07:00
75
300
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,494,482
145
1
1
1
1
2008-06-01
0
2019-10-05 20:29:00
null
382
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,017,872
157
1
1
1
1
2008-06-01
0
2019-10-18 19:59:00
null
198
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,280,126
158
1
1
1
2
2007-11-01
0
2019-10-03 17:48:00
100
13
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
703,790
159
0
1
3
1
2007-10-01
0
2019-10-13 14:52:00
null
136
53
52,562
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
103,260
162
1
1
1
1
2007-09-01
0
2019-11-27 14:45:00
null
53
30
null
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
652,889
169
1
1
1
1
2008-07-01
0
2019-10-02 08:28:00
75
202
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
402,261
170
1
1
1
1
2008-05-01
0
2020-03-13 06:39:00
null
53
30
null
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,011,047
171
1
1
1
1
2008-08-01
1
2019-11-10 19:54:00
null
14
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
541,621
173
0
1
2
2
2008-01-01
1
2019-11-03 15:46:00
null
37
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,092,865
175
1
1
1
1
2008-05-01
0
2019-10-10 18:09:00
null
248
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,229,037
179
1
1
1
2
2008-05-01
1
2019-12-13 10:20:00
null
53
30
null
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,505,760
180
0
1
4
1
2008-02-01
0
2019-10-21 19:11:00
null
221
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,001,703
181
0
1
2
1
2008-05-01
0
2019-10-25 18:08:00
75
64
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
295,736
182
0
1
2
1
2008-07-01
0
2019-10-18 06:04:00
null
6
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,476,242
183
0
1
2
2
2008-06-01
0
2019-12-12 13:57:00
null
127
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
913,654
185
1
1
1
2
2008-07-01
0
2019-11-25 19:24:00
null
53
30
null
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
289,834
190
0
1
3
2
2007-12-01
0
2019-10-17 14:26:00
null
145
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
181,174
196
0
1
3
2
2008-04-01
0
2019-12-16 16:44:00
50
127
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
546,388
198
0
1
2
1
2008-08-01
1
2020-02-09 10:49:00
25
289
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
189,323
201
0
1
4
1
2008-02-01
null
2020-01-22 18:43:00
null
268
53
null
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,478,279
202
0
1
4
1
2008-08-01
1
2019-10-06 18:55:00
null
37
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,481,749
203
0
1
2
2
2007-12-01
0
2019-09-30 17:09:00
null
370
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
351,023
208
0
1
4
2
2008-03-01
0
2019-10-07 18:45:00
0
352
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
401,418
223
1
1
1
1
2007-11-01
0
2020-03-31 11:00:00
null
303
53
null
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,426,826
224
1
1
1
2
2007-11-01
0
2019-10-11 13:50:00
null
262
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
186,316
225
0
1
2
1
2007-11-01
0
2019-11-05 19:12:00
null
193
53
52,562
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
249,032
226
1
1
1
2
2008-04-01
0
2020-01-02 11:08:00
null
311
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,301,219
227
0
1
2
1
2007-10-01
1
2019-10-04 14:02:00
null
169
53
52,562
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,083,367
231
0
1
4
1
2008-01-01
0
2019-10-03 15:15:00
0
363
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
898,222
241
1
1
1
2
2008-02-01
1
2019-10-11 09:43:00
null
248
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
215,601
246
0
1
2
1
2008-05-01
0
2019-10-06 09:17:00
0
254
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,493,719
265
0
1
4
1
2008-07-01
0
2019-09-29 20:42:00
0
219
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
219,844
266
1
1
1
1
2007-09-01
0
2020-02-10 20:40:00
null
168
53
52,562
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
412,733
272
1
1
1
2
2006-10-01
0
2020-02-25 13:10:00
null
116
53
52,562
13
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,227,397
277
1
1
1
2
2008-07-01
0
2019-10-03 20:11:00
100
179
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,176,336
279
0
1
2
2
2008-06-01
0
2019-10-09 08:31:00
null
64
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
743,411
283
0
1
4
2
2008-01-01
0
2019-10-09 09:12:00
null
110
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
988,143
284
1
1
1
1
2008-01-01
1
2019-11-21 19:35:00
null
53
30
null
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,053,451
290
0
1
2
1
2008-06-01
0
2019-10-15 18:08:00
null
305
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
15,650
293
0
1
2
2
2007-11-01
0
2019-10-08 15:03:00
null
193
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
523,941
295
0
1
2
2
2008-07-01
1
2019-10-14 19:33:00
null
136
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
729,632
299
0
1
2
1
2007-10-01
0
2019-10-22 11:59:00
50
308
53
52,562
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,502,493
303
0
1
2
1
2007-10-01
0
2019-10-03 18:36:00
null
350
53
52,562
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
660,176
325
0
1
2
1
2008-03-01
0
2019-10-04 06:42:00
75
193
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
248,682
327
1
1
1
1
2007-10-01
0
2019-10-03 21:09:00
100
149
53
52,562
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
18,407
336
0
1
2
2
2008-01-01
1
2019-10-14 10:19:00
null
28
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,067,841
347
0
1
3
2
2008-04-01
1
2019-10-08 15:52:00
null
321
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
966,968
349
1
1
1
1
2007-11-01
0
2019-10-15 15:36:00
75
198
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,104,929
350
0
1
2
1
2007-10-01
0
2019-10-04 17:15:00
0
84
53
52,562
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,486,658
351
1
1
1
1
2008-03-01
0
2019-11-02 11:18:00
75
155
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
2,572
353
1
1
1
2
2007-11-01
0
2020-03-27 13:45:00
null
229
53
52,562
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
640,771
355
0
1
2
1
2007-10-01
0
2019-10-15 14:32:00
null
143
53
52,562
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
1,398,639
357
0
1
2
1
2008-01-01
1
2019-10-07 14:57:00
50
84
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
704,366
359
1
1
1
1
2008-05-01
0
2019-10-20 10:41:00
null
300
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
812,970
363
1
1
1
1
2008-06-01
0
2019-10-08 15:39:00
50
166
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
355,889
364
1
1
1
2
2008-07-01
0
2019-11-19 20:19:00
100
382
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
609,742
367
1
1
1
1
2007-09-01
0
2019-10-10 18:35:00
null
308
53
52,562
12
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
977,633
369
1
1
1
2
2008-05-01
1
2019-10-07 21:23:00
50
219
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
176,273
370
1
1
1
1
2008-04-01
0
2019-11-27 21:31:00
null
53
30
null
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
0
977,534
372
0
1
2
2
2007-12-01
0
2019-10-19 12:48:00
null
79
53
52,562
11
If you multiply a square number by 9, you get a square number. Is this statement: A. always true B. sometimes true C. never true D. impossible to say
End of preview.

No dataset card yet

Downloads last month
66