/Hacker-News

Primary LanguageJupyter NotebookMIT LicenseMIT

Exploring Hackers News Posts

In this project, we'll compare two different types of posts from Hacker News, a popular site where technology related stories (or 'posts') are voted and commented upon. The two types of posts we'll explore begin with either Ask HN or Show HN.

Users submit Ask HN posts to ask the Hacker News community a specific question, such as "What is the best online course you've ever taken?" Likewise, users submit Show HN posts to show the Hacker News community a project, product, or just generally something interesting.

We'll specifically compare these two types of posts to determine the following:

Do Ask HN or Show HN receive more comments on average? Do posts created at a certain time receive more comments on average? It should be noted that the data set we're working with was reduced from almost 300,000 rows to approximately 20,000 rows by removing all submissions that did not receive any comments, and then randomly sampling from the remaining submissions.

Contributions & upcoming tasks to be done:

  • Determine if a show or ask posts receive more points on average.
  • Determine if posts created at a certain time are more likely to receive more points.
  • Compare your results to the average number of comments and points other posts receive
  • Visualizations / let the data speak for itself.