Datasets:
metadata
license: cc-by-4.0
tags:
- anime
- entertainment
- streaming
- machine-learning
- demographics
size_categories:
- 1K<n<10K
πΊ Anime Watchers Dataset (1960β2025)
π¦ Dataset Size: 10,000 Records
π Format: CSV
π License: CC-BY-4.0
π Overview
This dataset contains 10,000 synthetic profiles of anime watchers, spanning from the Classic Era (1960sβ1989) to the Modern Era (2010β2025).
It is designed for:
- Data Analysis
- Machine Learning
- Recommendation Systems
- Trend Prediction in anime consumption.
π Features
Each record represents an individual anime watcher with detailed attributes:
- Demographics:
Age,Gender,Country,Year of Birth - Anime Preferences:
Favorite Genre,Most Watched Title,Top 3 Anime List - Viewing Habits:
Start Year Watching,Average Weekly Watch Hours,Anime Era Preference - Platforms & Devices:
Primary Platform (TV, Netflix, Crunchyroll, etc.),Device Used - Engagement:
Manga Reading,Online Community Participation,Merchandise Spending - Language Preference:
Subbed,Dubbed, orRegional Languages
π Generational Patterns
- Classic Era Fans (1960β1989): Prefer Mecha, watched via TV/VHS, low online activity
- Golden Era Fans (1990β2009): Popular titles like Dragon Ball Z, Naruto, Evangelion
- Modern Era Fans (2010β2025): Stream via Crunchyroll/Netflix, binge-watch, active in online communities
β Example Usage in Python
from datasets import load_dataset
# Load the dataset
dataset = load_dataset("Mikey-TraceGod/Anime-Viewers-Data")
# Access first example
print(dataset['train'][0])
