Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 676 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 676 Bytes

Exploring Hacker News Posts

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

Usage

Open the Basics.ipynb file directly in Github to view the analysis.

Credit

Datasets came directly from DataQuest.io.

Please go to https://www.dataquest.io/m/356-guided-project-exploring-hacker-news-posts/ for further details.