Baselight

Viral Fads And Cryptocurrency

Reddit /r/Bitcoin Data for Jun 2022

@kaggle.thedevastator_1_viral_fads_and_cryptocurrency

Loading...
Loading...

About this Dataset

Viral Fads And Cryptocurrency


Viral Fads and Cryptocurrency

Reddit /r/Bitcoin Data for Jun 2022

By SocialGrep [source]


About this dataset

The world of cryptocurrency is always moving forward at a rapid pace, with new innovations and developments happening all the time. In order to keep up with the latest trends, it is important to have access to a comprehensive dataset that covers all aspects of the crypto world. The Reddit /r/Bitcoin dataset for Jun 2022 is just such a resource, containing a wealth of information on everything from the latest Bitcoin news to public opinion on the cryptocurrency. With this valuable dataset, users can stay up-to-date on all the latest happenings in the world of Bitcoin and other cryptocurrencies

More Datasets

For more datasets, click here.

Featured Notebooks

  • 🚨 Your notebook can be here! 🚨!

How to use the dataset

Acknowledgements

If you use this dataset in your research, please credit the original authors.
Data Source

License

License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.

Columns

File: reddit-r-bitcoin-data-for-jun-2022-posts.csv

Column name Description
type The type of post. (String)
subreddit.name The name of the subreddit. (String)
subreddit.nsfw Whether the subreddit is NSFW. (Boolean)
created_utc The time the post was created. (Timestamp)
permalink The permalink of the post. (String)
domain The domain of the post. (String)
url The URL of the post. (String)
selftext The selftext of the post. (String)
title The title of the post. (String)
score The score of the post. (Integer)

File: reddit-r-bitcoin-data-for-jun-2022-comments.csv

Column name Description
type The type of post. (String)
subreddit.name The name of the subreddit. (String)
subreddit.nsfw Whether the subreddit is NSFW. (Boolean)
created_utc The time the post was created. (Timestamp)
permalink The permalink of the post. (String)
score The score of the post. (Integer)
body The body text of the post. (String)
sentiment The sentiment of the post. (String)

Acknowledgements

If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit SocialGrep.

Tables

Reddit R Bitcoin Data For Jun 2022 Comments

@kaggle.thedevastator_1_viral_fads_and_cryptocurrency.reddit_r_bitcoin_data_for_jun_2022_comments
  • 20.8 MB
  • 170036 rows
  • 11 columns
Loading...

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

Reddit R Bitcoin Data For Jun 2022 Posts

@kaggle.thedevastator_1_viral_fads_and_cryptocurrency.reddit_r_bitcoin_data_for_jun_2022_posts
  • 1.44 MB
  • 7541 rows
  • 13 columns
Loading...

CREATE TABLE reddit_r_bitcoin_data_for_jun_2022_posts (
  "index" BIGINT,
  "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.