leodeveloper2000 commited on
Commit
b987466
·
verified ·
1 Parent(s): 76a1d41

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -3
README.md CHANGED
@@ -1,3 +1,30 @@
1
- ---
2
- license: agpl-3.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 192 YouTube Channel Views Count
2
+
3
+ This project compiles and analyzes data from 192 YouTube channels, totaling approximately 150,000 videos. The dataset includes information such as video titles, view counts, publish dates, and authors.
4
+
5
+
6
+ ## Introduction
7
+
8
+ The `192 YouTube Channel Views Count` project aims to provide insights and analytics on video performance across 192 different YouTube channels. By aggregating data such as video titles, view counts, publish dates, and authors, this project helps to identify trends and patterns in video consumption.
9
+
10
+ ## Dataset
11
+
12
+ The dataset contains the following fields for each video:
13
+
14
+ - **Title**: The title of the video.
15
+ - **Views**: The number of views the video has received.
16
+ - **Publish Date**: The date the video was published.
17
+ - **Author**: The author or channel that published the video.
18
+
19
+ The dataset comprises approximately 150,000 videos from 192 different channels.
20
+
21
+
22
+
23
+ Clone the repository:
24
+
25
+ ```bash
26
+ git clone https://huggingface.co/datasets/leodeveloper2000/192-Youtube-Channel-Views-Count
27
+
28
+ ---
29
+ license: agpl-3.0
30
+ ---