News Classification
Inshort daily news data
@kaggle.kishanyadav_inshort_news
Inshort daily news data
@kaggle.kishanyadav_inshort_news
This data is collected by me on daily basis from inshorts news webapp.
This dataset have 3 columns named as news_headline
, news_article
, and news_category
. It also contain news from 7 different categories like technology,sports
,politics
,entertainment
,world
,automobile
and science
.
Example
news_headline :- Musk's Boring Company shares a glimpse of Las Vegas loop station.
news_article :- The Boring Company shared a short clip on Twitter showing one of the underground stations that the company is building as part of its Las Vegas Convention Center (LVCC) loop. In September, Founder Elon Musk said the first operational tunnel under Vegas was almost complete. ""Tunnels under cities with self-driving electric cars will feel like warp drive,"" he had added.
news_category:- technology
Github
CREATE TABLE inshort_news_data_1 (
"unnamed_0" BIGINT -- Unnamed: 0,
"news_headline" VARCHAR,
"news_article" VARCHAR,
"news_category" VARCHAR
);
CREATE TABLE inshort_news_data_2 (
"unnamed_0" BIGINT -- Unnamed: 0,
"news_headline" VARCHAR,
"news_article" VARCHAR,
"news_category" VARCHAR
);
CREATE TABLE inshort_news_data_3 (
"unnamed_0" BIGINT -- Unnamed: 0,
"news_headline" VARCHAR,
"news_article" VARCHAR,
"news_category" VARCHAR
);
CREATE TABLE inshort_news_data_4 (
"unnamed_0" BIGINT -- Unnamed: 0,
"news_headline" VARCHAR,
"news_article" VARCHAR,
"news_category" VARCHAR
);
CREATE TABLE inshort_news_data_5 (
"unnamed_0" BIGINT -- Unnamed: 0,
"news_headline" VARCHAR,
"news_article" VARCHAR,
"news_category" VARCHAR
);
CREATE TABLE inshort_news_data_6 (
"unnamed_0" BIGINT -- Unnamed: 0,
"news_headline" VARCHAR,
"news_article" VARCHAR,
"news_category" VARCHAR
);
CREATE TABLE inshort_news_data_7 (
"unnamed_0" BIGINT -- Unnamed: 0,
"news_headline" VARCHAR,
"news_article" VARCHAR,
"news_category" VARCHAR
);
Anyone who has the link will be able to view this.