Dataset Preview
Viewer
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 47 new columns ({'n_users', 'self-harm', 'other-pregnancy', 'violence', 'religious-discrimination', 'racism', 'abortion', 'warnings_coarse_open', 'child-abuse', 'other-aggression', 'homophobia', 'other-abuse', 'log_hits', 'pornography', 'users', 'log_kudos', 'sexism', 'blood-gore', 'collective-violence', 'animal-abuse', 'log_users', 'abuse', 'n_kudos', 'warnings_fine_closed', 'other-medical', 'sexual-abuse', 'death', 'suicide', 'dysmorphia', 'ableism', 'body-shaming', 'incest', 'transphobia', 'abusive-language', 'procedures', 'miscarriage', 'mental-illness', 'warnings_fine_open', 'kidnapping', 'other-discrimination', 'childbirth', 'classism', 'warnings_coarse_closed', 'n_hits', 'other-sexual', 'addiction', 'other-mental-health'}) and 1 missing columns ({'user_id'}).

This happened while the csv dataset builder was generating data using

hf://datasets/sdeangroup/NavigatingSensitivity/ao3_sensitivity_table.csv (at revision dc9d1892b06760942c89478a544ce5dd0bdd5822)

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 2011, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, 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 2302, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              Unnamed: 0: int64
              work_id: int64
              n_hits: int64
              n_kudos: int64
              warnings_fine_open: string
              warnings_fine_closed: string
              warnings_coarse_open: string
              warnings_coarse_closed: string
              users: string
              n_users: int64
              log_hits: double
              log_users: double
              log_kudos: double
              other-mental-health: int64
              child-abuse: int64
              abuse: int64
              pornography: int64
              other-medical: int64
              abusive-language: int64
              other-sexual: int64
              violence: int64
              sexual-abuse: int64
              death: int64
              suicide: int64
              other-aggression: int64
              mental-illness: int64
              childbirth: int64
              homophobia: int64
              other-pregnancy: int64
              self-harm: int64
              blood-gore: int64
              other-discrimination: int64
              ableism: int64
              procedures: int64
              addiction: int64
              collective-violence: int64
              sexism: int64
              kidnapping: int64
              classism: int64
              other-abuse: int64
              abortion: int64
              racism: int64
              incest: int64
              dysmorphia: int64
              animal-abuse: int64
              transphobia: int64
              miscarriage: int64
              religious-discrimination: int64
              body-shaming: int64
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 6145
              to
              {'Unnamed: 0': Value(dtype='int64', id=None), 'user_id': Value(dtype='int64', id=None), 'work_id': Value(dtype='int64', 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 1324, 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 938, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, 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 1882, 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 2013, 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 47 new columns ({'n_users', 'self-harm', 'other-pregnancy', 'violence', 'religious-discrimination', 'racism', 'abortion', 'warnings_coarse_open', 'child-abuse', 'other-aggression', 'homophobia', 'other-abuse', 'log_hits', 'pornography', 'users', 'log_kudos', 'sexism', 'blood-gore', 'collective-violence', 'animal-abuse', 'log_users', 'abuse', 'n_kudos', 'warnings_fine_closed', 'other-medical', 'sexual-abuse', 'death', 'suicide', 'dysmorphia', 'ableism', 'body-shaming', 'incest', 'transphobia', 'abusive-language', 'procedures', 'miscarriage', 'mental-illness', 'warnings_fine_open', 'kidnapping', 'other-discrimination', 'childbirth', 'classism', 'warnings_coarse_closed', 'n_hits', 'other-sexual', 'addiction', 'other-mental-health'}) and 1 missing columns ({'user_id'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/sdeangroup/NavigatingSensitivity/ao3_sensitivity_table.csv (at revision dc9d1892b06760942c89478a544ce5dd0bdd5822)
              
              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? Open a discussion for direct support.

Unnamed: 0
int64
user_id
int64
work_id
int64
0
334,361
4,232,937
1
791,624
4,232,937
2
892,985
4,232,937
3
1,182,546
4,232,937
4
378,286
4,232,937
5
877,258
4,232,937
6
1,058,284
4,232,937
7
28,379
4,232,937
8
1,035,508
4,232,937
9
358,867
4,232,937
10
412,590
4,232,937
11
68,675
4,232,937
12
921,632
4,232,937
13
600,401
4,232,937
14
450,592
4,232,937
15
817,537
4,232,937
16
1,293,667
4,232,937
17
190,943
4,232,937
18
1,040,982
4,232,937
19
1,101,189
4,232,937
20
42,434
4,232,937
21
352,721
4,232,937
22
88,293
4,232,937
23
675,261
4,232,937
24
604,569
4,232,937
25
538,378
4,232,937
26
498,474
4,232,937
27
613,442
4,232,937
28
304,919
4,232,937
29
164,147
4,232,937
30
272,727
4,232,937
31
659,621
4,232,937
32
493,411
4,232,937
33
414,731
4,232,937
34
1,206,522
4,232,937
35
1,057,243
4,232,937
36
948,657
4,232,937
37
527,889
4,232,937
38
658,358
4,232,937
39
1,065,434
4,232,937
40
854,905
4,232,937
41
1,242,266
4,232,937
42
366,254
4,232,937
43
1,223,513
4,232,937
44
590,249
4,232,937
45
390,322
4,232,937
46
448,869
4,232,937
47
337,809
4,232,937
48
192,480
4,232,937
49
480,266
4,232,937
50
767,626
4,232,937
51
153,101
4,232,937
52
100,854
4,232,937
53
670,369
4,232,937
54
519,506
4,232,937
55
927,376
4,232,937
56
1,149,045
4,232,937
57
1,218,163
4,232,937
58
95,693
4,232,937
59
242,196
4,232,937
60
832,264
4,232,937
61
711,000
4,232,937
62
387,474
4,232,937
63
247,108
4,232,937
64
131,071
4,232,937
65
839,482
4,232,937
66
16,873
4,232,937
67
1,026,119
4,232,937
68
1,264,681
4,232,937
69
461,930
4,232,937
70
857,525
4,232,937
71
1,068,694
4,232,937
72
580,962
4,232,937
73
17,549
4,232,937
74
973,900
4,232,937
75
137,198
4,232,937
76
349,157
4,232,937
77
362,764
4,232,937
78
740,641
4,232,937
79
360,332
4,232,937
80
503,914
4,232,937
81
941,062
4,232,937
82
980,471
4,232,937
83
519,201
4,232,937
84
621,901
4,232,937
85
11,417
4,232,937
86
983,229
4,232,937
87
935,930
4,232,937
88
635,619
4,232,937
89
150,027
4,232,937
90
434,736
4,232,937
91
351,009
4,232,937
92
1,046,409
4,232,937
93
860,347
4,232,937
94
1,061,918
4,232,937
95
999,766
4,232,937
96
330,053
4,232,937
97
136,170
4,232,937
98
478,932
4,232,937
99
616,101
4,232,937
End of preview.

No dataset card yet

New: Create and edit this dataset card directly on the website!

Contribute a Dataset Card
Downloads last month
0