EURO2020 On Reddit
European football championships in 2020 - posts and comments on Reddit
@kaggle.gpreda_euro_2020_on_reddit
European football championships in 2020 - posts and comments on Reddit
@kaggle.gpreda_euro_2020_on_reddit
Euro2020 (r/Euro2020), is a subreddit where people discuss about European football championship.
The data might contain a small percent of harsh language, the posts were not filtered.
Reddit posts from subreddit Euro2020 , downloaded from https://www.reddit.com/r/Euro2020/ using praw (The Python Reddit API Wrapper).
Script used for collection can be found here: Reddit extract content
Data contains both posts and comments.
Both posts and comments contains the following fields:
You can use the data to:
CREATE TABLE reddit_euro_2020 (
"title" VARCHAR,
"score" BIGINT,
"id" VARCHAR,
"url" VARCHAR,
"comms_num" BIGINT,
"created" DOUBLE,
"body" VARCHAR,
"timestamp" TIMESTAMP
);Anyone who has the link will be able to view this.