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 string to null
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1766, in _prepare_split_single
writer.write(example, key)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 500, in write
self.write_examples_on_file()
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 458, in write_examples_on_file
self.write_batch(batch_examples=batch_examples)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 568, in write_batch
arrays.append(pa.array(typed_sequence))
File "pyarrow/array.pxi", line 247, in pyarrow.lib.array
File "pyarrow/array.pxi", line 112, in pyarrow.lib._handle_arrow_array_protocol
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 208, in __arrow_array__
out = cast_array_to_feature(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
return func(array, *args, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2020, in cast_array_to_feature
arrays = [_c(array.field(name), subfeature) for name, subfeature in feature.items()]
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2020, in <listcomp>
arrays = [_c(array.field(name), subfeature) for name, subfeature in feature.items()]
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
return func(array, *args, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2020, in cast_array_to_feature
arrays = [_c(array.field(name), subfeature) for name, subfeature in feature.items()]
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2020, in <listcomp>
arrays = [_c(array.field(name), subfeature) for name, subfeature in feature.items()]
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
return func(array, *args, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2116, in cast_array_to_feature
return array_cast(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
return func(array, *args, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1962, in array_cast
raise TypeError(f"Couldn't cast array of type {_short_str(array.type)} to {_short_str(pa_type)}")
TypeError: Couldn't cast array of type string to null
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1775, in _prepare_split_single
num_examples, num_bytes = writer.finalize()
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 599, in finalize
self.write_examples_on_file()
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 458, in write_examples_on_file
self.write_batch(batch_examples=batch_examples)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 568, in write_batch
arrays.append(pa.array(typed_sequence))
File "pyarrow/array.pxi", line 247, in pyarrow.lib.array
File "pyarrow/array.pxi", line 112, in pyarrow.lib._handle_arrow_array_protocol
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 208, in __arrow_array__
out = cast_array_to_feature(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
return func(array, *args, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2020, in cast_array_to_feature
arrays = [_c(array.field(name), subfeature) for name, subfeature in feature.items()]
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2020, in <listcomp>
arrays = [_c(array.field(name), subfeature) for name, subfeature in feature.items()]
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
return func(array, *args, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2020, in cast_array_to_feature
arrays = [_c(array.field(name), subfeature) for name, subfeature in feature.items()]
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2020, in <listcomp>
arrays = [_c(array.field(name), subfeature) for name, subfeature in feature.items()]
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
return func(array, *args, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2116, in cast_array_to_feature
return array_cast(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
return func(array, *args, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1962, in array_cast
raise TypeError(f"Couldn't cast array of type {_short_str(array.type)} to {_short_str(pa_type)}")
TypeError: Couldn't cast array of type string to null
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 1789, in _download_and_prepare
super()._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 1627, 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 1784, 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.
__key__ string | __url__ string | json dict |
|---|---|---|
infos/59915487873 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "누군가의 이야기"
}
],
"authors": [
{
"name": "Ir-Sang",
"author_id": null,
"type": "Author"
},
{
"name": "Ir-Sang",
"author_id": null,
"type": "Artist"
}
],
"bayesian_r... |
infos/48860725820 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Welcome Back"
},
{
"title": "おかえり"
}
],
"authors": [
{
"name": "HEAVEN-11",
"author_id": 65778288393,
"type": "Author"
},
{
"name": "HEAVEN-11",
"author_id": 657... |
infos/34654588092 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "A Meal Is Made on Sunday, for a Cat"
},
{
"title": "日曜日は、ネコごはん"
}
],
"authors": [
{
"name": "YAMAMOTO Yoshiko",
"author_id": 27067696465,
"type": "Author"
},
{
"name":... |
infos/2272943559 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "熱雷の音が聞こえる"
}
],
"authors": [
{
"name": "RANMA Nekokichi",
"author_id": 22189395178,
"type": "Author"
},
{
"name": "RANMA Nekokichi",
"author_id": 22189395178,
"type": "A... |
infos/65981077546 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Do You Want to Clean Up, Leon?"
},
{
"title": "청소하실, 레옹?"
}
],
"authors": [
{
"name": "Lee Jung-sook",
"author_id": 41833018125,
"type": "Author"
},
{
"name": "The Lon... |
infos/56241642900 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Love Etcetera (SAKURANO Nayuna)"
},
{
"title": "Love, ♥ etc"
},
{
"title": "ラブ・エトセトラ (桜野なゆな)"
}
],
"authors": [
{
"name": "SAKURANO Nayuna",
"author_id": 55511334692,
... |
infos/49534326223 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "閉じた記憶夜に鳴く鳥"
}
],
"authors": [
{
"name": "MIKUNI Saho",
"author_id": 7026217298,
"type": "Author"
},
{
"name": "MIKUNI Saho",
"author_id": 7026217298,
"type": "Artist"
... |
infos/75025506803 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "One Piece dj - Huxley no Shisuu"
},
{
"title": "ワンピース dj - ハクスレイの指数"
}
],
"authors": [
{
"name": "Hachimaru (SARUYA Hachi)",
"author_id": 55813263944,
"type": "Author"
},
{
... |
infos/15207206016 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "凌辱都市"
}
],
"authors": [
{
"name": "MARO",
"author_id": 23843920580,
"type": "Author"
},
{
"name": "MARO",
"author_id": 23843920580,
"type": "Artist"
}
],
"bayesi... |
infos/58259181837 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "ครัวแม่ดาชา"
}
],
"authors": [
{
"name": "Attachai Dadee",
"author_id": null,
"type": "Author"
},
{
"name": "Attachai Dadee",
"author_id": null,
"type": "Artist"
}
... |
infos/18144782708 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "ザ・フールワールド"
}
],
"authors": [
{
"name": "Michibata",
"author_id": 36629087152,
"type": "Author"
},
{
"name": "Michibata",
"author_id": 36629087152,
"type": "Artist"
}... |
infos/24059038281 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "お湯で割ってやろうか"
}
],
"authors": [
{
"name": "Yomichi (Shirasu)",
"author_id": 61412334997,
"type": "Author"
},
{
"name": "Yomichi (Shirasu)",
"author_id": 61412334997,
"type... |
infos/29880452694 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Microman"
},
{
"title": "ミクロマン"
},
{
"title": "小さな巨人ミクロマン"
}
],
"authors": [
{
"name": "MATSUMOTO Hisashi",
"author_id": 14283520446,
"type": "Author"
},
{
... |
infos/55166986772 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "ハピハピ"
}
],
"authors": [
{
"name": "Tsukimiya An",
"author_id": 22913125135,
"type": "Author"
},
{
"name": "Tsukimiya An",
"author_id": 22913125135,
"type": "Artist"
... |
infos/46514365359 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Go Happii Mania"
},
{
"title": "GO! HAPPY MANIA"
},
{
"title": "Happy Mania After"
},
{
"title": "後ハッピーマニア"
}
],
"authors": [
{
"name": "ANNO Moyoco",
"author_... |
infos/52402978188 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "やわらかな飼育"
}
],
"authors": [
{
"name": "OYUKAKE Gohan",
"author_id": 36986305951,
"type": "Author"
},
{
"name": "OYUKAKE Gohan",
"author_id": 36986305951,
"type": "Artist"... |
infos/3214698831 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "スパイス・オブ・ライフ"
}
],
"authors": [
{
"name": "YOMOTO Shimako",
"author_id": 17453098699,
"type": "Author"
},
{
"name": "YOMOTO Shimako",
"author_id": 17453098699,
"type": "A... |
infos/13426891577 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Tales of Zestiria dj - That's Because Nobody Taught Me"
},
{
"title": "テイルズオブゼスティリア dj - だって誰も教えてくれない"
}
],
"authors": [
{
"name": "DearMyFriends (Yukako)",
"author_id": 27783768762,... |
infos/61215958931 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "A Young Lady's Dog"
},
{
"title": "Ojousama no Inu"
},
{
"title": "Princess & I"
},
{
"title": "Teman Sang Puteri"
},
{
"title": "お嬢様の犬"
}
],
"authors":... |
infos/58653106505 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "The Dream in the Game Becomes Reality"
},
{
"title": "게임 속 기연이 현실로"
}
],
"authors": [
{
"name": "Eojjeoda",
"author_id": 59457445550,
"type": "Author"
},
{
"name": "Ho... |
infos/54911382832 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Cobweb"
},
{
"title": "Spider Silk"
},
{
"title": "蜘蛛の糸 (KRE)"
},
{
"title": "蜘蛛丝"
},
{
"title": "거미줄"
}
],
"authors": [
{
"name": "KRE",
"author... |
infos/18159221956 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "輪舞"
}
],
"authors": [
{
"name": "MIZUNO Hideko",
"author_id": 29391366672,
"type": "Author"
},
{
"name": "MIZUNO Hideko",
"author_id": 29391366672,
"type": "Artist"
... |
infos/56233208022 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Custodio Angel"
}
],
"authors": [
{
"name": "KITAKAMI Ryou",
"author_id": 16576234925,
"type": "Author"
},
{
"name": "KITAKAMI Ryou",
"author_id": 16576234925,
"type": "... |
infos/52983777837 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Wジャッジ"
}
],
"authors": [
{
"name": "KUJOU Aoi",
"author_id": 44504335581,
"type": "Author"
},
{
"name": "KUJOU Aoi",
"author_id": 44504335581,
"type": "Artist"
}
]... |
infos/3816337721 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "It Was Bad!"
},
{
"title": "Let's Play Penis After School"
},
{
"title": "Muicha Imashita!"
},
{
"title": "むいちゃいました!"
}
],
"authors": [
{
"name": "Unou",
... |
infos/50558166013 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "籠姫ノ淫欲(かごめのいんよく) - After School Lady"
},
{
"title": "籠姫ノ淫欲(かごめのいんよく)-After School Lady-"
}
],
"authors": [
{
"name": "RED-RUM",
"author_id": 56155263354,
"type": "Author"
},
... |
infos/15758341696 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [],
"authors": [
{
"name": "Moomon",
"author_id": null,
"type": "Author"
},
{
"name": "MUGEN FACTORY",
"author_id": null,
"type": "Artist"
}
],
"bayesian_rating": 0,
"categories": [],
"ca... |
infos/75879925154 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Creuler Than Dead (SAIMURA Tsukasa)"
},
{
"title": "クルエラー ザン デッド"
}
],
"authors": [
{
"name": "SAIMURA Tsukasa",
"author_id": 69435657246,
"type": "Author"
},
{
"name"... |
infos/2332160258 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [],
"authors": [
{
"name": "WATANABE Asia",
"author_id": 41125893626,
"type": "Author"
},
{
"name": "WATANABE Asia",
"author_id": 41125893626,
"type": "Artist"
}
],
"bayesian_rating": 7,
"c... |
infos/65059691134 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "コーヒーガールズ攻略バイブル"
}
],
"authors": [
{
"name": "NAKAI Yukari",
"author_id": 3095121828,
"type": "Author"
}
],
"bayesian_rating": null,
"categories": [],
"category_recommendations": [],
... |
infos/39572482514 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "昨日のキスは忘れていいよ"
}
],
"authors": [
{
"name": "UGA Miyuki",
"author_id": 36222343166,
"type": "Author"
},
{
"name": "UGA Miyuki",
"author_id": 36222343166,
"type": "Artist"
... |
infos/29725825293 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Cậu ấy nhỏ hơn một tuổi"
},
{
"title": "한살연하 유혹하기"
}
],
"authors": [
{
"name": "HWANG Mi-Ri",
"author_id": 40792077397,
"type": "Author"
},
{
"name": "HWANG Mi-Ri",
... |
infos/63158406130 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "You in Fantasy"
},
{
"title": "환상 속의 그대"
}
],
"authors": [
{
"name": "Khun",
"author_id": null,
"type": "Author"
},
{
"name": "Khun",
"author_id": null,
"t... |
infos/20676672135 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Panic Capsule"
},
{
"title": "パニック母子関係"
}
],
"authors": [
{
"name": "SONE Fumiko",
"author_id": 51565877924,
"type": "Author"
},
{
"name": "SONE Fumiko",
"author... |
infos/25465561965 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [],
"authors": [
{
"name": "MOMOYA Chika",
"author_id": 75193647556,
"type": "Author"
},
{
"name": "Yawaragi Bin",
"author_id": 75193647556,
"type": "Author"
},
{
"name": "MOMOYA Chika"... |
infos/56417777912 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Ecchi Sketch One Touch"
},
{
"title": "Ecchi Sketch One Touch: Boku ga Oshikko ni Mezameru made"
},
{
"title": "H Sketch One Touch"
},
{
"title": "えっちすけっちわんたっち"
}
],
"authors"... |
infos/30147295070 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "My Nephew and Otaku"
},
{
"title": "甥とオタク いつの間にか小学生グループに入れられてしまう叔父さん"
}
],
"authors": [
{
"name": "Fakkuma",
"author_id": 58201794440,
"type": "Author"
},
{
"name": "F... |
infos/24233731640 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Let’s調教タイム"
}
],
"authors": [
{
"name": "Tonkou",
"author_id": 21114796644,
"type": "Author"
},
{
"name": "Tonkou",
"author_id": 21114796644,
"type": "Artist"
}
],... |
infos/34502039206 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "ハンター×ハンター dj - Friendship"
}
],
"authors": [
{
"name": "Kurikomi (ADACHI Himiko)",
"author_id": 35221458581,
"type": "Author"
},
{
"name": "Kurikomi (ADACHI Himiko)",
"author_... |
infos/23025869865 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Sheets no Shita ni Juu Futatsu (Novel)"
},
{
"title": "シーツの下に銃ふたつ"
}
],
"authors": [
{
"name": "HOSHII Nanaoku",
"author_id": 40693125383,
"type": "Author"
},
{
"name"... |
infos/74274644775 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "ママは恋人"
}
],
"authors": [
{
"name": "NINJIN San",
"author_id": 11307895818,
"type": "Author"
},
{
"name": "NINJIN San",
"author_id": 11307895818,
"type": "Artist"
}
... |
infos/44134516381 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Touhou Project dj - If I Were to Die Today"
},
{
"title": "東方Project dj - もし今日私が死んだなら"
}
],
"authors": [
{
"name": "ForestRest",
"author_id": 38761341479,
"type": "Author"
},
... |
infos/36576744563 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "早春賦"
}
],
"authors": [
{
"name": "FUKUHARA Hiroko",
"author_id": 29491362828,
"type": "Author"
},
{
"name": "FUKUHARA Hiroko",
"author_id": 29491362828,
"type": "Artist"... |
infos/64617548406 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "JoJo's Bizarre Adventure dj - About the Night"
},
{
"title": "ジョジョの奇妙な冒険 dj - 夜について"
}
],
"authors": [
{
"name": "Apartment (YANAGISAWA Yukio)",
"author_id": 50827883885,
"type... |
infos/18035697122 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "河童"
}
],
"authors": [
{
"name": "AKUTAGAWA Ryuunosuke",
"author_id": 60475331460,
"type": "Author"
},
{
"name": "SAITOU Eiichi",
"author_id": 42667614548,
"type": "Artis... |
infos/77989154860 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Kkochbat e Sol"
},
{
"title": "Sol in the Field of Flowers"
},
{
"title": "Соль в цветнике"
},
{
"title": "꽃밭에솔"
}
],
"authors": [
{
"name": "209",
"author_id"... |
infos/3568797721 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "おまえにチェックイン!"
}
],
"authors": [],
"bayesian_rating": null,
"categories": [],
"category_recommendations": [],
"completed": false,
"description": "",
"forum_id": 76519826462,
"genres": [],
"image": {
... |
infos/25247588056 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "黄色いウサギ"
}
],
"authors": [
{
"name": "SHIBATA Masahiro",
"author_id": 33293649787,
"type": "Author"
},
{
"name": "SHIBATA Masahiro",
"author_id": 33293649787,
"type": "Ar... |
infos/6798864739 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "デッド・ゲーム"
}
],
"authors": [
{
"name": "YAMAMOTO Kenji",
"author_id": 7164690139,
"type": "Author"
},
{
"name": "YAMAMOTO Kenji",
"author_id": 7164690139,
"type": "Artist"... |
infos/7363777498 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "真夜中の掟"
}
],
"authors": [
{
"name": "ARINO Hiroshi",
"author_id": 21893994403,
"type": "Author"
},
{
"name": "ARINO Hiroshi",
"author_id": 21893994403,
"type": "Artist"
... |
infos/30845614154 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "The Cat Is Always Capricious"
},
{
"title": "ネコなんていつも気まぐれ"
}
],
"authors": [
{
"name": "MURAKAMI Sachi",
"author_id": 5737083848,
"type": "Author"
},
{
"name": "MURAKA... |
infos/67285493690 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "濡れ刃に花びら"
}
],
"authors": [
{
"name": "TAKEKAWA Tsugu",
"author_id": 9367193349,
"type": "Author"
},
{
"name": "TAKEKAWA Tsugu",
"author_id": 9367193349,
"type": "Artist"... |
infos/8450821194 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "ヘタリア dj - ペーパー漫画"
}
],
"authors": [
{
"name": "Corolla (R)",
"author_id": 68612942882,
"type": "Author"
},
{
"name": "Corolla (R)",
"author_id": 68612942882,
"type": "Ar... |
infos/70638997538 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "It's about time to talk about your house."
},
{
"title": "そろそろ家の話をしましょう。"
}
],
"authors": [
{
"name": "NISHIMOTO Hideo",
"author_id": 68237499599,
"type": "Author"
},
{... |
infos/26904028951 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Black Butler dj - Akumade Seba Cie desu Kara"
},
{
"title": "黒執事 dj - あくまでセバシエですから"
}
],
"authors": [
{
"name": "CoLoBoCs (FUJIMIYA Midori)",
"author_id": 77384768052,
"type": "Auth... |
infos/16814663641 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "従順な獣になってよ。"
}
],
"authors": [
{
"name": "OOTSUKI Kurumi",
"author_id": 7430214724,
"type": "Author"
},
{
"name": "OOTSUKI Kurumi",
"author_id": 7430214724,
"type": "Arti... |
infos/43238556786 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "WHO I AM ~これが自分だ!という輝き~"
},
{
"title": "WHO I AM ―これが自分だ!という輝き―"
},
{
"title": "WHO I AM ~これが自分だ!という輝き~"
}
],
"authors": [
{
"name": "WOWOW",
"author_id": null,
"type"... |
infos/35533266050 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Oshikiri Rensuke Sakuhinshuu"
},
{
"title": "The Sweet Refreshments of Ghost"
},
{
"title": "おばけのおやつ"
},
{
"title": "妖怪的点心"
}
],
"authors": [
{
"name": "OSHIKIRI Ren... |
infos/41675027530 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Ota demo Nai Joshi ga Comiket 4-kkame ni Asobi ni Yattekita in Tora"
},
{
"title": "Ota demo Nai Joshi ga Comiket Mikkame ni Circle Sanka de Asobi ni Yattekita"
},
{
"title": "Ota Demonai Joshi ga ... |
infos/71169378282 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "MSW Sou Dan shitsu, Natsumi desu"
},
{
"title": "MSW Soudan shitsu, Natsumi desu"
},
{
"title": "MSW Soudanshitsu, Natsumi desu"
},
{
"title": "MSW相談室、ナツミです。"
},
{
"titl... |
infos/66382456933 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Seiichi Hayashi: Gold Pollen and Other Stories"
},
{
"title": "黄金花粉"
}
],
"authors": [
{
"name": "HAYASHI Seiichi",
"author_id": 33256404347,
"type": "Author"
},
{
"na... |
infos/37590540895 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Kono Koi ni Kiduite"
},
{
"title": "Notice This Love"
},
{
"title": "Обрати внимание на эту любовь"
},
{
"title": "この恋に気づいて"
}
],
"authors": [
{
"name": "Danimaru",
... |
infos/63169833388 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "シャトル・プリンセス"
}
],
"authors": [
{
"name": "SAKI Kaori",
"author_id": 21091098517,
"type": "Author"
},
{
"name": "SAKI Kaori",
"author_id": 21091098517,
"type": "Artist"
... |
infos/17273556473 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Gannibaru"
},
{
"title": "Ґаннібал"
},
{
"title": "ガンニバル"
},
{
"title": "간니발"
}
],
"authors": [
{
"name": "NINOMIYA Masaaki",
"author_id": 21349981109,
"... |
infos/65588120623 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "こじらせ彼の溺愛が重すぎます! 10年越しのとろ甘えっち試してみる?"
}
],
"authors": [
{
"name": "KOGA Tekko",
"author_id": 14219406049,
"type": "Author"
},
{
"name": "KOGA Tekko",
"author_id": 14219406049,
... |
infos/29154840478 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "柔肌母娘"
}
],
"authors": [
{
"name": "Bijogi Junction",
"author_id": 35532230829,
"type": "Author"
},
{
"name": "Bijogi Junction",
"author_id": 35532230829,
"type": "Artist... |
infos/23578041018 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [],
"authors": [
{
"name": "TAMATSUU",
"author_id": 62741529899,
"type": "Author"
},
{
"name": "TAMATSUU",
"author_id": 62741529899,
"type": "Artist"
}
],
"bayesian_rating": 6.22,
"categori... |
infos/41359914717 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Otagai Sukoshi Zutsu Kawatteiku Kyouikugakari to Shinnyuushain"
},
{
"title": "एक सल्लाहकार र एक नयाँ कर्मचारी जो बिस्तारै एक अर्कामा परिवर्तन ल्याउँछन्"
},
{
"title": "お互い少しずつ変わっていく教育係と新入社員"
}... |
infos/60907599482 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "エメラルドの魅緑"
}
],
"authors": [
{
"name": "IMARI Sumiko",
"author_id": 32553703309,
"type": "Author"
},
{
"name": "IMARI Sumiko",
"author_id": 32553703309,
"type": "Artist"
... |
infos/6755830879 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "ワンピース dj - ストリングス"
}
],
"authors": [
{
"name": "Teionyakedo (Secco)",
"author_id": 56556641145,
"type": "Author"
},
{
"name": "Teionyakedo (Secco)",
"author_id": 56556641145,
... |
infos/18553240515 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Boku no Hero Academia dj - In the Blink of a Dream"
},
{
"title": "僕のヒーローアカデミア dj - 一睡ノ夢"
}
],
"authors": [
{
"name": "sainome (Sunako)",
"author_id": 68542113602,
"type": "Author"
... |
infos/15962196541 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Love's Dream and the Black Lion"
},
{
"title": "黒獅子と愛の夢を駆けぬけて"
}
],
"authors": [
{
"name": "TSUJI Rikako",
"author_id": 7827012545,
"type": "Author"
},
{
"name": ... |
infos/48821948823 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "ジャックナイフ"
}
],
"authors": [
{
"name": "HIGAKI Kenrou",
"author_id": 65194314844,
"type": "Author"
},
{
"name": "HIGAKI Kenrou",
"author_id": 65194314844,
"type": "Artist"... |
infos/69727868941 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "ほおかごぱんでみっく"
}
],
"authors": [
{
"name": "Mayonnaise Bakufu (Sekihan)",
"author_id": 64603011893,
"type": "Author"
},
{
"name": "Mayonnaise Bakufu (Sekihan)",
"author_id": 6460... |
infos/10515911446 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "サイボーグ009 (シュガー佐藤)"
}
],
"authors": [
{
"name": "ISHINOMORI Shotaro",
"author_id": 36586276974,
"type": "Author"
},
{
"name": "SUGAR Satou",
"author_id": 37218342533,
"ty... |
infos/5658442863 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "恐怖劇場"
}
],
"authors": [
{
"name": "MATSUZAKI Akemi",
"author_id": 411142759,
"type": "Author"
},
{
"name": "MATSUZAKI Akemi",
"author_id": 411142759,
"type": "Artist"
... |
infos/58598083833 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "One Woman In A Village Of Men!? -Running Away, Falling In Love, And Getting Caught"
},
{
"title": "イケメン村で女1人!?逃げて恋してつかまえて"
}
],
"authors": [
{
"name": "TOKUMASA Atsuki",
"author_id": 4105... |
infos/71733484266 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Mystery (Kang Full)"
},
{
"title": "아파트"
}
],
"authors": [
{
"name": "Gangpul",
"author_id": 23752872552,
"type": "Author"
},
{
"name": "Gangpul",
"author_id": 2... |
infos/29630562220 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "義兄は会社で恋人になる~絶倫エリートと秘密の関係~"
}
],
"authors": [
{
"name": "HIGUCHI Aya",
"author_id": 32756269918,
"type": "Author"
},
{
"name": "HIGUCHI Aya",
"author_id": 32756269918,
"t... |
infos/21989416354 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "夜の中の蛙、恋を知る"
},
{
"title": "夜半之蛙初識戀愛"
},
{
"title": "夜半之蛙初识恋爱"
}
],
"authors": [
{
"name": "AHIRU Morishita",
"author_id": 43532628525,
"type": "Author"
},
{
... |
infos/21992340118 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "Hito no Onna"
},
{
"title": "ひとの妻 (抹茶ねじ)"
},
{
"title": "ひとの妻〈おんな〉"
}
],
"authors": [
{
"name": "MACCHA Neji",
"author_id": 74631192282,
"type": "Author"
},
{
... |
infos/64995311544 | hf://datasets/GriddleDean/mangaupdates@933131858d7d78d631fed83e3e7f9c5e9e1d5b0e/requests_0.tar.xz | {
"anime": {
"end": null,
"start": null
},
"associated": [
{
"title": "蓬莱ガールズ"
}
],
"authors": [
{
"name": "YAMADA Row",
"author_id": 77341869675,
"type": "Author"
},
{
"name": "YAMADA Row",
"author_id": 77341869675,
"type": "Artist"
}
... |
End of preview.
I scraped mangaupdates for a project and i am sharing the data. There is a tar file which contians the json response from every infos entry. I parsed it and added it to a postgres database. The pgdump was uploaded too. There are some entries that do not exist anymore. It can be found in the removed ids json.
SQL structure
I didnt try to make it a optimal strucure, but i tried to remove the redundancy of strings.Info
create table info
(
id serial primary key,
private_id int,
public_id bigint not null,
forum_id bigint not null,
url_key text not null,
url_name text,
titles text[] not null,
description text,
image_name text,
typ int not null,
year int,
latest_chapter integer not null,
rating integer not null,
bayesian_rating float,
genres int[] not null,
tags int[] not null,
tags_upvotes int[] not null,
tags_downvotes int[] not null,
tags_uploader bigint[] not null,
status text,
licensed boolean not null,
completed boolean not null,
author int[] not null,
artist int[] not null,
publisher_original int[] not null,
publisher_english int[] not null,
publication text[] not null,
publication_publisher int[] not null,
relations text[] not null,
anime_start text,
anime_end text,
last_updated_mu TIMESTAMP,
last_updated TIMESTAMP not null,
created TIMESTAMP not null
);
Types
create table if not exists mtypes
(
id serial primary key,
name text not null
);
Genres
create table if not exists genres
(
id serial primary key,
name text not null
);
Tags
create table if not exists tags
(
id serial primary key,
name text not null
);
People
create table if not exists ppl
(
id serial primary key,
mu_id bigint,
name text not null
);
- Downloads last month
- 6