File size: 871 Bytes
75ebd4b
 
 
 
 
 
 
 
 
 
 
fe8f958
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: mit
task_categories:
- conversational
language:
- ar
- fr
- en
pretty_name: Tunisian Reddit Dataset
size_categories:
- 100K<n<1M
---

# r/Tunisia Data set

## Dataset Description

This repository contains two datasets:

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`

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) 
`id,url,score,title,body,top_comment1,top_comment2,top_comment3,top_comment4,top_comment5,date`

Data ranges from 2009-01-01 to 2022-12-31.