Lime1 commited on
Commit
fe8f958
1 Parent(s): 6b7ba08

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -9,4 +9,17 @@ language:
9
  pretty_name: Tunisian Reddit Dataset
10
  size_categories:
11
  - 100K<n<1M
12
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  pretty_name: Tunisian Reddit Dataset
10
  size_categories:
11
  - 100K<n<1M
12
+ ---
13
+
14
+ # r/Tunisia Data set
15
+
16
+ ## Dataset Description
17
+
18
+ This repository contains two datasets:
19
+
20
+ 1. [output_comments.csv](output_comments.csv): This file contains the comments data. Each row represents a comment, with various attributes such as the comment ID, the post it belongs to, the user who made the comment, and the comment text. (sorted by score) `id,url,score,body,date`
21
+
22
+ 2. [output_posts.csv](output_posts.csv): This file contains the posts data. Each row represents a post, with various attributes such as the post ID, the user who made the post, and the post text. (sorted by date)
23
+ `id,url,score,title,body,top_comment1,top_comment2,top_comment3,top_comment4,top_comment5,date`
24
+
25
+ Data ranges from 2009-01-01 to 2022-12-31.