Anime / README.md
thwrhrt's picture
Update README.md
849aa51 verified
|
Raw
History Blame Contribute Delete
1.12 kB
---
license: bsd-2-clause
---
# ๐ŸŽฌ Anime Dataset (Structured Metadata)
A curated dataset of anime titles including series and movies, with detailed metadata such as genres, studios, ratings, and release information.
---
## ๐Ÿ“ฆ Dataset Overview
This dataset contains structured entries of anime works across different years, including both **TV series** and **movies**.
Each entry includes:
- ๐Ÿ†” `id` โ€” Unique identifier
- ๐ŸŽฅ `title` โ€” Name of the anime
- ๐Ÿ“บ `type` โ€” `series` or `movie`
- ๐Ÿ“… `release_year` โ€” Year of release
- โฑ๏ธ `episodes` or `duration`
- ๐Ÿ“Š `status` โ€” `ongoing` / `completed`
- ๐ŸŽญ `genres` โ€” List of genres
- ๐Ÿข `studio` โ€” Production studio
- โญ `rating` โ€” Average rating score
- ๐Ÿ“ `notes` *(optional)* โ€” ุฅุถุงูุงุช ู…ุซู„ ุฃุฎุจุงุฑ ุฃูˆ ู…ุนู„ูˆู…ุงุช ุฎุงุตุฉ
---
## ๐Ÿง  Example Entry
```json
{
"id": 348,
"title": "Chainsaw Man Season 2",
"type": "series",
"release_year": 2025,
"episodes": "ongoing",
"status": "ongoing",
"genres": ["action", "dark fantasy", "horror"],
"studio": "MAPPA",
"rating": 8.6
}