File size: 1,090 Bytes
33cacf3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## About Dataset

This dataset contains headlines, URLs, and categories for 422,937 news stories collected by a web aggregator between March 10th, 2014 and August 10th, 2014.

News categories included in this dataset include business; science and technology; entertainment; and health. Different news articles that refer to the same news item (e.g., several articles about recently released employment statistics) are also categorized together.

## Content

The columns included in this dataset are:

* **ID** : the numeric ID of the article
* **TITLE** : the headline of the article
* **URL** : the URL of the article
* **PUBLISHER** : the publisher of the article
* **CATEGORY** : the category of the news item; one of:
  -- ***b* : business
  --** ***t* : science and technology
  --** ***e* : entertainment
  --** *m* : health
* **STORY** : alphanumeric ID of the news story that the article discusses
* **HOSTNAME** : hostname where the article was posted
* **TIMESTAMP** : approximate timestamp of the article's publication, given in Unix time (seconds since midnight on Jan 1, 1970)