The Israel-Palestine conflict has been a highly discussed and sensitive topic in recent times. This project tries to analyze the most popular posting hours to determine the location of the authors.
| Column | Description |
|---|---|
'comment_id' |
Unique identifier for each comment. (type:str) |
'score' |
The score or upvotes received by the comment. (type:int) |
'self_text' |
The actual text content of the comment. (type:str) |
'subreddit' |
The subreddit where the comment was posted. (type:str) |
'created_time' |
The timestamp when the comment was created. (type:datetime) |
Analyze the most popular posting hours to determine the author's location based on the subreddit and created_time columns.
You can read the findings here: Analisis Waktu Posting Paling Populer di Reddit terkait Konflik Israel-Palestina

