Viral Fads And Cryptocurrency
Reddit /r/Bitcoin Data for Jun 2022
@kaggle.thedevastator_1_viral_fads_and_cryptocurrency
Reddit /r/Bitcoin Data for Jun 2022
@kaggle.thedevastator_1_viral_fads_and_cryptocurrency
By SocialGrep [source]
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
For more datasets, click here.
- 🚨 Your notebook can be here! 🚨!
If you use this dataset in your research, please credit the original authors.
Data SourceLicense
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.
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) |
If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit SocialGrep.
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
);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
);Anyone who has the link will be able to view this.