Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,41 @@
|
|
1 |
-
---
|
2 |
-
license: odc-by
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: odc-by
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: train.csv
|
8 |
+
sep: ‽
|
9 |
+
language:
|
10 |
+
- en
|
11 |
+
tags:
|
12 |
+
- not-for-all-audiences
|
13 |
+
pretty_name: Pornhub
|
14 |
+
size_categories:
|
15 |
+
- 1M<n<10M
|
16 |
+
---
|
17 |
+
|
18 |
+
# Pornhub Dataset
|
19 |
+
|
20 |
+
The Pornhub Dataset provides a comprehensive collection of data sourced from [Pornhub](https://pornhub.com), encompassing various details from MANYYY videos available on the platform.
|
21 |
+
The file consists of ... lines of videos.
|
22 |
+
|
23 |
+
## Data Description
|
24 |
+
|
25 |
+
- **Delimiter**: `‽`
|
26 |
+
- **File Format**: CSV
|
27 |
+
- **Content**:
|
28 |
+
- **URL**: The URL of the video.
|
29 |
+
- **Category**: The genre or category of the video.
|
30 |
+
- **User**: The username of the uploader.
|
31 |
+
- **Video_title**: The title of the video.
|
32 |
+
- **Views**: The number of views the video has received.
|
33 |
+
- **Rating**: The rating given to the video.
|
34 |
+
- **Time_Scraped**: The date and time when the video was scraped.
|
35 |
+
|
36 |
+
## Language
|
37 |
+
|
38 |
+
- **English (en)**
|
39 |
+
- **...**
|
40 |
+
|
41 |
+
**Note**: This dataset contains sensitive content and is intended solely for research and educational purposes. 😉 Please ensure compliance with all relevant regulations and guidelines when using this data. Use responsibly. 😊
|