This project will explore a Hacker News dataset with dates ranging from September 2015 to September 2016. This dataset comes from https://www.kaggle.com/hacker-news/hacker-news-posts. The dataset was originally 300,000 rows, but some posts were removed leaving 20,000 rows.
The columns in the dataset are the following:
id
title
url
num_points
num_comments
author
created_at
Open the Basics.ipynb file directly in Github to view the analysis.
Datasets came directly from DataQuest.io.
Please go to https://www.dataquest.io/m/356-guided-project-exploring-hacker-news-posts/ for further details.