Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 731 Bytes

File metadata and controls

19 lines (9 loc) · 731 Bytes

Exploring Hacker News Posts

In this mini-project, explore data from a popular technology site Hacker News.
We'll compare two different types of posts and answer the following questions:

  • Which type of posts receive more comments on average?
  • Do posts created at a certain time receive more comments on average?

Github Repo | Notebook Preview (nbviewer)


Following Packages and Concepts are explored:

  • Python CSV Module - Reading Data
  • Regex - Data Cleaning