https://github.com/olajideolagunju/hacker_news_project
https://github.com/olajideolagunju/hacker_news_project
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/olajideolagunju/hacker_news_project
- Owner: OlajideOlagunju
- Created: 2021-01-14T23:42:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-15T01:24:42.000Z (over 4 years ago)
- Last Synced: 2025-02-17T14:49:10.156Z (4 months ago)
- Language: Jupyter Notebook
- Size: 18.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Analyzing the Popularity of Hacker News Posts
[Full Project Link](https://github.com/OlaOlagunju/Hacker_News_Project/blob/main/Full%20Project%20-%20Analyzing%20the%20Popularity%20of%20Hacker%20News%20Posts.ipynb)
## Summary
We investigated posts from [Hacker News](https://news.ycombinator.com/) - a social news website, under the startup incubator [Y Combinator](https://www.ycombinator.com/), with a focus on computer science and entrepreneurship. You can find the original dataset for Hacker News posts [here](https://www.kaggle.com/hacker-news/hacker-news-posts). For this project, we use the **hacker_news.csv** dataset, a modified dataset, of which approximately 300,000 data rows have been trimmed down to 20,000 rows.We will be analyzing the posts that begin with 'Ask HN' or 'Show HN' in the title:
1) Identifying the type of post that is more popular between 'Ask HN' and 'Show HN'.
2) Finding out if 'Ask HN' or 'Show HN' receive more comments (engagement) on average?
3) Checking if posts created at a certain time receive more comments on average?
From our analysis, we found out that:
- 'Ask HN' (Ask Hacker News) posts are more popular than 'Ask HN' (Show Hacker News) posts.
- Ask HN posts receive more comments engagement than Show HN posts.
- 8:00pm and 9:00pm (EST or GMT) are the best times to post in Ask HN, where the most user engagement happens.