File size: 1,866 Bytes
e0e5535
 
 
 
 
 
 
 
 
 
 
 
7231a9f
cd2d190
 
 
 
 
 
e0e5535
 
 
 
 
cd2d190
e0e5535
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cd2d190
e0e5535
 
 
cd2d190
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
license: cc-by-4.0
tags:
- anime
- entertainment
- streaming
- machine-learning
- demographics
size_categories:
- 1K<n<10K
---

![Anime Watchers Dataset](https://huggingface.co/datasets/Mikey-TraceGod/Anime-Viewers-Data/blob/main/Cover.png.png)

# ๐Ÿ“บ 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`, or `Regional 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
```python
from datasets import load_dataset

# Load the dataset
dataset = load_dataset("Mikey-TraceGod/Anime-Viewers-Data")

# Access first example
print(dataset['train'][0])