Baselight

The Reddit NFT Dataset

A comprehensive dataset of Reddit's NFT discussion.

@kaggle.pavellexyr_the_reddit_nft_dataset

Loading...
Loading...

About this Dataset

The Reddit NFT Dataset

Context

The non-fungible tokens - NFTs for short - are an emerging technology that allows its user to "own" unique virtual objects via a mechanism of distributed consensus. Since their inception, NFTs have become the basis for a thriving digital art market. We invite you to explore the recent phenomenon in this new Reddit dataset.

Content

This dataset contains all the posts and comments mentioning the term "NFT" in their title and body text respectively.

The dataset was procured using SocialGrep.

To preserve users' anonymity and to prevent targeted harassment, the data does not include usernames.

Inspiration

The new cryptographic technology and its emerging uses have been shrouded in controversy - as any act of rapid social change tends to be. What can we gather from a noticeably infamous term?

Tables

The Reddit Nft Dataset Comments

@kaggle.pavellexyr_the_reddit_nft_dataset.the_reddit_nft_dataset_comments
  • 502.63 MB
  • 2426115 rows
  • 10 columns
Loading...

CREATE TABLE the_reddit_nft_dataset_comments (
  "type" VARCHAR,
  "id" VARCHAR,
  "subreddit_id" VARCHAR,
  "subreddit_name" VARCHAR,
  "subreddit_nsfw" VARCHAR,
  "created_utc" DOUBLE,
  "permalink" VARCHAR,
  "body" VARCHAR,
  "sentiment" DOUBLE,
  "score" DOUBLE
);

The Reddit Nft Dataset Posts

@kaggle.pavellexyr_the_reddit_nft_dataset.the_reddit_nft_dataset_posts
  • 248.63 MB
  • 1655423 rows
  • 12 columns
Loading...

CREATE TABLE the_reddit_nft_dataset_posts (
  "type" VARCHAR,
  "id" VARCHAR,
  "subreddit_id" VARCHAR,
  "subreddit_name" VARCHAR,
  "subreddit_nsfw" BOOLEAN,
  "created_utc" BIGINT,
  "permalink" VARCHAR,
  "domain" VARCHAR,
  "url" VARCHAR,
  "selftext" VARCHAR,
  "title" VARCHAR,
  "score" BIGINT
);

Share link

Anyone who has the link will be able to view this.