Mikey-TraceGod commited on
Commit
cd2d190
ยท
verified ยท
1 Parent(s): e8e43f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -7
README.md CHANGED
@@ -9,16 +9,20 @@ tags:
9
  size_categories:
10
  - 1K<n<10K
11
  ---
12
- # Anime Watchers Dataset (1960โ€“2025)
13
 
14
- **Dataset Size:** 10,000 Records
15
- **Format:** CSV
16
- **License:** MIT
 
 
 
 
17
 
18
  ---
19
 
20
  ## ๐Ÿ“– Overview
21
  This dataset contains **10,000 synthetic profiles of anime watchers**, spanning from the **Classic Era (1960sโ€“1989)** to the **Modern Era (2010โ€“2025)**.
 
22
  It is designed for:
23
  - **Data Analysis**
24
  - **Machine Learning**
@@ -46,9 +50,12 @@ Each record represents an individual anime watcher with detailed attributes:
46
 
47
  ---
48
 
49
- ## โœ… Example Usage
50
  ```python
51
  from datasets import load_dataset
52
 
53
- dataset = load_dataset("Mikey-TraceGod"/anime-watchers-dataset")
54
- print(dataset['train'][0])
 
 
 
 
9
  size_categories:
10
  - 1K<n<10K
11
  ---
 
12
 
13
+ ![Anime Watchers Dataset](https://huggingface.co/datasets/Mikey-TraceGod/Anime-Viewers-Data/resolve/main/cover.png)
14
+
15
+ # ๐Ÿ“บ Anime Watchers Dataset (1960โ€“2025)
16
+
17
+ **๐Ÿ“ฆ Dataset Size:** 10,000 Records
18
+ **๐Ÿ“„ Format:** CSV
19
+ **๐Ÿ“œ License:** CC-BY-4.0
20
 
21
  ---
22
 
23
  ## ๐Ÿ“– Overview
24
  This dataset contains **10,000 synthetic profiles of anime watchers**, spanning from the **Classic Era (1960sโ€“1989)** to the **Modern Era (2010โ€“2025)**.
25
+
26
  It is designed for:
27
  - **Data Analysis**
28
  - **Machine Learning**
 
50
 
51
  ---
52
 
53
+ ## โœ… Example Usage in Python
54
  ```python
55
  from datasets import load_dataset
56
 
57
+ # Load the dataset
58
+ dataset = load_dataset("Mikey-TraceGod/Anime-Viewers-Data")
59
+
60
+ # Access first example
61
+ print(dataset['train'][0])