Irish Times - Waxy-Wany News
25.5 years of covering European events
@kaggle.therohk_ireland_historical_news
25.5 years of covering European events
@kaggle.therohk_ireland_historical_news
This news dataset is a composition of 1.61 million headlines posted by the Irish Times that cover a quarter of a century.
Created over 160 years ago, the agency can provides long term birds eye view of the happenings in Europe. The major categories include business, sport, culture, lifestyle and opinion in addition to news.
See these reports for date distribution and missing dates.
CSV Records: 1;611;495
Start Date: 1996-01-01 ; End Date: 2021-06-30 ;
A separate bonus dataset containing fifteen months of observational data from Nigeria is included.
Special Thanks to the journalists who were involved in the creation of this dataset.
Great care has been taken to conserve these headlines exactly in the order in which they were published by the agency.
Minimal cleanup and processing was required for this dataset due to generally optimal categories, a clean site layout and formatting.
CREATE TABLE ireland_news_headlines (
"publish_date" BIGINT,
"headline_category" VARCHAR,
"headline_text" VARCHAR
);CREATE TABLE w3_latnigrin_tokens (
"publish_link" BIGINT,
"headline_tokens" VARCHAR
);Anyone who has the link will be able to view this.