Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 2.1 KB

File metadata and controls

33 lines (26 loc) · 2.1 KB

Project Description

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.

Dataset

pse_isr_reddit_comments.csv

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)

Task

Analyze the most popular posting hours to determine the author's location based on the subreddit and created_time columns.

Solution

Findings

You can read the findings here: Analisis Waktu Posting Paling Populer di Reddit terkait Konflik Israel-Palestina

Visualization using Matplotlib & Seaborn

Matplotlib & Seaborn Visualizations

Visualization using Tableau

Tableau Visualization

Related Links