Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code: DatasetGenerationError
Exception: TypeError
Message: Couldn't cast array of type
struct<-|Britva: string, -|Human: string, -|Kamar: string, -|Undead: string, -|Vassikin: string, Alias: string, Box title: string, Crimes: string, Hobby: string, Image: string, Image size: string, Members: string, Occupation: string, Played by: string, Powers: string, Relatives / Members: string, SIZE: string, Size: string, Type of villain: string, abbreviation: string, abilities: string, abreviation: string, agents: string, alais: string, alias: string, allies: string, birthplace: string, caption: string, ccupation: string, chrimes: string, commanders: string, content: string, criems: string, crimes: string, dob: string, family: string, foundation: string, foundations: string, full name: string, full names: string, full_name: string, fullname: string, fullnamee: string, fullnames: string, fullnamev: string, gender: string, goal: string, goal s: string, goals: string, headquarters: string, hobbies: string, hobby: string, home / base_of_operations: string, home_/_base_of_operations: string, homeworld: string, image: string, image size: string, imagewidth: string, kill count: string, kills: string, leader: string, matriarch: string, members: string, name: string, names: string, occupation: string, occupation.: string, occupations: string, ocupation: string, origin: string, patriarch: string, powers: string, powers/skills: string, relatives: string, relatives_/_members: string, rivals: string, row7: string, significant members: string, sinze: string, sioze: string, sise: string, sixe: string, size: string, sizes: string, skill: string, skill s: string, skills: string, skils: string, soze: string, special abilities / weapons: string, star sign: string, status: string, tyoe of villain: string, type: string, type of hostile species: string, type of villain: string, type of villains: string, type_of_villain: string, type_of_villains: string, typeofvillain: string, voals: string, weaknesses: string, ype of villain: string, |abilities: string, |alias: string, |goals: string, |hobby: string, |image: string, |occupation: string, |skills: string>
to
{'': Value(dtype='string', id=None), '-| Current': Value(dtype='string', id=None), '-| Debut': Value(dtype='string', id=None), '-|11': Value(dtype='string', id=None), '-|17': Value(dtype='string', id=None), '-|8': Value(dtype='string', id=None), '-|Adult': Value(dtype='string', id=None), '-|Anne Weying': Value(dtype='string', id=None), '-|Aqua': Value(dtype='string', id=None), '-|Arkham Knight': Value(dtype='string', id=None), '-|Armor': Value(dtype='string', id=None), '-|B-Rabbit': Value(dtype='string', id=None), '-|BB': Value(dtype='string', id=None), '-|BBR': Value(dtype='string', id=None), '-|Batgirl': Value(dtype='string', id=None), '-|Bearers': Value(dtype='string', id=None), '-|Book': Value(dtype='string', id=None), '-|Books': Value(dtype='string', id=None), '-|Boruto': Value(dtype='string', id=None), '-|Child': Value(dtype='string', id=None), '-|Dawn Treader': Value(dtype='string', id=None), '-|Dead Reckoning Part One': Value(dtype='string', id=None), '-|Disguise': Value(dtype='string', id=None), '-|Eternal': Value(dtype='string', id=None), '-|Fallout': Value(dtype='string', id=None), '-|Fierce Battle': Value(dtype='string', id=None), '-|Film': Value(dtype='string', id=None), '-|Films': Value(dtype='string', id=None), '-|GDG (1-3)': Value(dtype='string', id=None), '-|GDG (4)': Value(dtype='string', id=None), '-|GP': Value(dtype='string', id=None), '-|GR': Value(dtype='string', id=None), '-|Garo': Value(dtype='string', id=None), '-|Ghost Protocol': Value(dtype='string'
...
, id=None), 'skill s': Value(dtype='string', id=None), 'skills': Value(dtype='string', id=None), 'special abilities / weapons': Value(dtype='string', id=None), 'special abilities/weapons': Value(dtype='string', id=None), 'speices': Value(dtype='string', id=None), 'statues': Value(dtype='string', id=None), 'tab1': Value(dtype='string', id=None), 'tab2': Value(dtype='string', id=None), 'tabber': Value(dtype='string', id=None), 'title': Value(dtype='string', id=None), 'title1': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None), 'type of Hero': Value(dtype='string', id=None), 'type of anti-hero': Value(dtype='string', id=None), 'type of friendly species': Value(dtype='string', id=None), 'type of herMolochro': Value(dtype='string', id=None), 'type of hero': Value(dtype='string', id=None), 'type of heroes': Value(dtype='string', id=None), 'type of heroic species': Value(dtype='string', id=None), 'type of hero|type of hero': Value(dtype='string', id=None), 'type of hostile species': Value(dtype='string', id=None), 'type of organization': Value(dtype='string', id=None), 'type of villain': Value(dtype='string', id=None), 'type_of_hero': Value(dtype='string', id=None), 'typeofhero': Value(dtype='string', id=None), 'virtues': Value(dtype='string', id=None), 'weapon': Value(dtype='string', id=None), '|alias': Value(dtype='string', id=None), '|enemies': Value(dtype='string', id=None), '|family': Value(dtype='string', id=None), '|image': Value(dtype='string', id=None)}
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 2261, in cast_table_to_schema
arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()]
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2261, in <listcomp>
arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()]
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in wrapper
return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in <listcomp>
return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2122, in cast_array_to_feature
raise TypeError(f"Couldn't cast array of type\n{_short_str(array.type)}\nto\n{_short_str(feature)}")
TypeError: Couldn't cast array of type
struct<-|Britva: string, -|Human: string, -|Kamar: string, -|Undead: string, -|Vassikin: string, Alias: string, Box title: string, Crimes: string, Hobby: string, Image: string, Image size: string, Members: string, Occupation: string, Played by: string, Powers: string, Relatives / Members: string, SIZE: string, Size: string, Type of villain: string, abbreviation: string, abilities: string, abreviation: string, agents: string, alais: string, alias: string, allies: string, birthplace: string, caption: string, ccupation: string, chrimes: string, commanders: string, content: string, criems: string, crimes: string, dob: string, family: string, foundation: string, foundations: string, full name: string, full names: string, full_name: string, fullname: string, fullnamee: string, fullnames: string, fullnamev: string, gender: string, goal: string, goal s: string, goals: string, headquarters: string, hobbies: string, hobby: string, home / base_of_operations: string, home_/_base_of_operations: string, homeworld: string, image: string, image size: string, imagewidth: string, kill count: string, kills: string, leader: string, matriarch: string, members: string, name: string, names: string, occupation: string, occupation.: string, occupations: string, ocupation: string, origin: string, patriarch: string, powers: string, powers/skills: string, relatives: string, relatives_/_members: string, rivals: string, row7: string, significant members: string, sinze: string, sioze: string, sise: string, sixe: string, size: string, sizes: string, skill: string, skill s: string, skills: string, skils: string, soze: string, special abilities / weapons: string, star sign: string, status: string, tyoe of villain: string, type: string, type of hostile species: string, type of villain: string, type of villains: string, type_of_villain: string, type_of_villains: string, typeofvillain: string, voals: string, weaknesses: string, ype of villain: string, |abilities: string, |alias: string, |goals: string, |hobby: string, |image: string, |occupation: string, |skills: string>
to
{'': Value(dtype='string', id=None), '-| Current': Value(dtype='string', id=None), '-| Debut': Value(dtype='string', id=None), '-|11': Value(dtype='string', id=None), '-|17': Value(dtype='string', id=None), '-|8': Value(dtype='string', id=None), '-|Adult': Value(dtype='string', id=None), '-|Anne Weying': Value(dtype='string', id=None), '-|Aqua': Value(dtype='string', id=None), '-|Arkham Knight': Value(dtype='string', id=None), '-|Armor': Value(dtype='string', id=None), '-|B-Rabbit': Value(dtype='string', id=None), '-|BB': Value(dtype='string', id=None), '-|BBR': Value(dtype='string', id=None), '-|Batgirl': Value(dtype='string', id=None), '-|Bearers': Value(dtype='string', id=None), '-|Book': Value(dtype='string', id=None), '-|Books': Value(dtype='string', id=None), '-|Boruto': Value(dtype='string', id=None), '-|Child': Value(dtype='string', id=None), '-|Dawn Treader': Value(dtype='string', id=None), '-|Dead Reckoning Part One': Value(dtype='string', id=None), '-|Disguise': Value(dtype='string', id=None), '-|Eternal': Value(dtype='string', id=None), '-|Fallout': Value(dtype='string', id=None), '-|Fierce Battle': Value(dtype='string', id=None), '-|Film': Value(dtype='string', id=None), '-|Films': Value(dtype='string', id=None), '-|GDG (1-3)': Value(dtype='string', id=None), '-|GDG (4)': Value(dtype='string', id=None), '-|GP': Value(dtype='string', id=None), '-|GR': Value(dtype='string', id=None), '-|Garo': Value(dtype='string', id=None), '-|Ghost Protocol': Value(dtype='string'
...
, id=None), 'skill s': Value(dtype='string', id=None), 'skills': Value(dtype='string', id=None), 'special abilities / weapons': Value(dtype='string', id=None), 'special abilities/weapons': Value(dtype='string', id=None), 'speices': Value(dtype='string', id=None), 'statues': Value(dtype='string', id=None), 'tab1': Value(dtype='string', id=None), 'tab2': Value(dtype='string', id=None), 'tabber': Value(dtype='string', id=None), 'title': Value(dtype='string', id=None), 'title1': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None), 'type of Hero': Value(dtype='string', id=None), 'type of anti-hero': Value(dtype='string', id=None), 'type of friendly species': Value(dtype='string', id=None), 'type of herMolochro': Value(dtype='string', id=None), 'type of hero': Value(dtype='string', id=None), 'type of heroes': Value(dtype='string', id=None), 'type of heroic species': Value(dtype='string', id=None), 'type of hero|type of hero': Value(dtype='string', id=None), 'type of hostile species': Value(dtype='string', id=None), 'type of organization': Value(dtype='string', id=None), 'type of villain': Value(dtype='string', id=None), 'type_of_hero': Value(dtype='string', id=None), 'typeofhero': Value(dtype='string', id=None), 'virtues': Value(dtype='string', id=None), 'weapon': Value(dtype='string', id=None), '|alias': Value(dtype='string', id=None), '|enemies': Value(dtype='string', id=None), '|family': Value(dtype='string', id=None), '|image': Value(dtype='string', id=None)}
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1529, 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 1154, 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 2038, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
parsed dict | origin string | title string |
|---|---|---|
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Wander Over Yonder'' | "Eat" Owner |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Sly Cooper: Thieves in Time'' | "Tennessee Kid" Cooper |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Cyborg 009'' | 00 Cyborgs |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Metroid: Other M'' | 07th Platoon |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''9'' | 1 |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Attack on Titan'' | 11th Commander |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Gorillaz'' | 2-D |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''9'' (2009) | 2 (9) |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''9'' | 3 & 4 |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''WarioWare, Inc: Mega Microgame$!'' | 4.1 and 4.2 |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''WarioWare: Twisted!'' | 5-Volt |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Strike Witches'' | 501st Joint Fighter Wing |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''9'' | 6 |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''9'' | 7 |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''9'' | 8 |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Valvrave the Liberator'' | A-drei |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Mega Man Star Force 3'' | A.C. Eos |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Star Trek: Enterprise'' episode ''First Flight'' | A.G. Robinson |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Kamen Rider Zero-One'' | A.I.M.S. |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Arrow'' | A.R.G.U.S. (Arrowverse) |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''{{w|Cells at Work! Code Black | AC1677 |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Metroid Fusion'' | ADAM |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Blaze and the Monster Machines'' | AJ (Blaze and the Monster Machines) |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''ALF'' | ALF (Gordon Shumway) |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Star Wars Rebels'' | AP-5 |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Portal 2'' | ATLAS and P-body |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Naruto: Shippuden'' | A (Naruto) |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''OK K.O! Let's Be Heroes'' | A Real Magic Skeleton |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Star Trek: Deep Space Nine'' episode ''Duet''. | Aamin Marritza |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''The Dragon Prince'' | Aanya |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''The Little Drummer Boy''<br>''The Little Drummer Boy Book II'' | Aaron (The Little Drummer Boy) |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''The Prince of Egypt'' | Aaron (The Prince of Egypt) |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Batman: Arkham Asylum'' | Aaron Cash (Arkhamverse) |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Spider-Man: Homecoming'' | Aaron Davis |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''The Mitchells vs. the Machines'' | Aaron Mitchell |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Star Wars 19: Twilight, Part 1'' | Aayla Secura |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Monster High'' | Abbey Bominable |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Grossology'' | Abby Archer |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Sesame Street'' | Abby Cadabby |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Chicken Little'' | Abby Mallard |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Turning Red'' | Abby Park |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | The Garfield Show | Abigail (The Garfield Show) |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Great Pretender'' <small>(2020)</small> | Abigail Jones |
{
"": null,
"-| Current": null,
"-| Debut": null,
"-|11": null,
"-|17": null,
"-|8": null,
"-|Adult": null,
"-|Anne Weying": null,
"-|Aqua": null,
"-|Arkham Knight": null,
"-|Armor": null,
"-|B-Rabbit": null,
"-|BB": null,
"-|BBR": null,
"-|Batgirl": null,
"-|Bearers": null,
"-|Book": ... | ''Codename: Kids Next Door'' | Abigail Lincoln |
End of preview.
No dataset card yet
- Downloads last month
- 3