Fake News
Fake News dataset based on FakeNewsNet.
@kaggle.algord_fake_news
Fake News dataset based on FakeNewsNet.
@kaggle.algord_fake_news
This dataset contains news articles and information about it.
Original: FakeNewsNet.
All data is got from FakeNewsNet.
The data was cleaned and combined in one file. Some columns were changed.
You can see preprocessing algorithm here.
File contains information about news articles.
Format: CSV.
CREATE TABLE fakenewsnet (
"title" VARCHAR,
"news_url" VARCHAR,
"source_domain" VARCHAR,
"tweet_num" BIGINT,
"real" BIGINT
);Anyone who has the link will be able to view this.