CoolFace
Datasetpublic

kalkehcoisa/The-Pushshift-Reddit-Dataset

The Pushshift Reddit Dataset This dataset is a copy from the dataset available here. The work belongs to Baumgartner, J., Zannettou, S., Keegan, B., Squire, M., & Blackburn, J. (2020, janeiro 14). The Pushshift Reddit Dataset. https://doi.org/10.5281/zenodo.3608135 I'm simply making it available on more sources. Now, about the dataset. It provides a small sample of the Pushshift Reddit dataset. The sample consists of two files: RS_2019-04.zst: All Reddit submissions that were posted during… See the full description on the dataset page: https://huggingface.co/datasets/kalkehcoisa/The-Pushshift-Reddit-Dataset.

sourceHugging Facecc-by-4.0updated 7mo agoView on Hugging Face
0likes12downloads
Dataset Card

The Pushshift Reddit Dataset

This dataset is a copy from the dataset available here. The work belongs to Baumgartner, J., Zannettou, S., Keegan, B., Squire, M., & Blackburn, J. (2020, janeiro 14). The Pushshift Reddit Dataset. https://doi.org/10.5281/zenodo.3608135 I'm simply making it available on more sources.

Now, about the dataset. It provides a small sample of the Pushshift Reddit dataset. The sample consists of two files: RS2019-04.zst: All Reddit submissions that were posted during April 2019. RC2019-04.zst: All Reddit comments that were posted during April 2019.

Both files are "small" compared to the full dataset. They are considerable in size, specially if you are going to process them locally. Here are their details: | File | Type | Total records | Size | |---|---|---|---| | RS_2019-04.zst | Submissions | 18,310,157 | 5.6 GB | | RC_2019-04.zst | Comments | 138,473,643 | 15.5 GB |

RC_2019-04.zst — Comments

FieldTypeDescription
idStringUnique comment identifier
authorStringUsername of the comment's author
author_fullnameStringReddit's internal full user ID, e.g. "t2_2tbsul75"
author_created_utcIntegerUNIX timestamp of when the author's account was created
bodyStringFull text content of the comment
subredditStringName of the subreddit where the comment was posted
subreddit_idStringReddit's internal subreddit ID, e.g. "t5_2qi58"
subreddit_typeStringSubreddit visibility, e.g. "public"
parent_idStringID of the parent — t1_ prefix for a comment, t3_ prefix for a submission
link_idStringID of the submission this comment belongs to
permalinkStringRelative URL path to the comment on Reddit
created_utcIntegerUNIX timestamp of when the comment was created
retrieved_onIntegerUNIX timestamp of when Pushshift crawled the comment
scoreIntegerNet upvotes (upvotes minus downvotes)
gildedIntegerNumber of times the comment received Reddit Gold
gildingsObjectBreakdown of awards received
all_awardingsArrayList of awards received
total_awards_receivedIntegerTotal number of awards received
controversialityIntegerWhether the comment is controversial (0 or 1)
is_submitterBooleanWhether the author is also the submission's author
stickiedBooleanWhether the comment is stickied in the thread
lockedBooleanWhether the comment is locked
collapsedBooleanWhether the comment is collapsed by default
collapsed_reasonStringReason for collapse, if any
distinguishedStringModerator or admin distinction, if any
editedBooleanWhether the comment has been edited
no_followBooleanWhether links in the comment have nofollow
send_repliesBooleanWhether the author receives reply notifications
can_gildBooleanWhether the comment can receive awards
can_mod_postBooleanWhether the author can moderate the post
quarantinedBooleanWhether the subreddit is quarantined
removal_reasonStringReason for removal, if applicable
author_flair_textStringText of the author's flair in the subreddit
author_flair_css_classStringCSS class of the author's flair
author_flair_typeStringFlair type, e.g. "text"
author_flair_background_colorStringBackground color of the author's flair
author_flair_text_colorStringText color of the author's flair
author_flair_template_idStringTemplate ID of the author's flair
author_flair_richtextArrayRich text representation of the author's flair
author_patreon_flairBooleanWhether the author has a Patreon flair

RS_2019-04.zst — Submissions

FieldTypeDescription
idStringUnique submission identifier
authorStringUsername of the submission's author
author_fullnameStringReddit's internal full user ID
author_created_utcIntegerUNIX timestamp of when the author's account was created
titleStringTitle of the submission
selftextStringBody text of the submission (empty for link posts)
subredditStringName of the subreddit where the submission was posted
subreddit_idStringReddit's internal subreddit ID
subreddit_typeStringSubreddit visibility, e.g. "public"
subreddit_subscribersIntegerNumber of subscribers in the subreddit at the time
subreddit_name_prefixedStringSubreddit name with prefix, e.g. "r/AskReddit"
urlStringURL of the submission or linked content
permalinkStringRelative URL path to the submission on Reddit
domainStringDomain of the linked URL, e.g. "self.AskReddit"
thumbnailStringThumbnail type or URL
thumbnail_heightIntegerHeight of the thumbnail in pixels
thumbnail_widthIntegerWidth of the thumbnail in pixels
created_utcIntegerUNIX timestamp of when the submission was created
retrieved_onIntegerUNIX timestamp of when Pushshift crawled the submission
scoreIntegerNet upvotes (upvotes minus downvotes)
num_commentsIntegerTotal number of comments on the submission
num_crosspostsIntegerNumber of times the submission was crossposted
gildedIntegerNumber of times the submission received Reddit Gold
gildingsObjectBreakdown of awards received
all_awardingsArrayList of awards received
total_awards_receivedIntegerTotal number of awards received
upvote_ratioFloatRatio of upvotes to total votes (0.0–1.0)
is_selfBooleanWhether it is a text post (true) or a link post (false)
is_videoBooleanWhether the submission links to a video
is_original_contentBooleanWhether marked as original content
is_metaBooleanWhether the post is meta (about the subreddit itself)
is_crosspostableBooleanWhether the submission can be crossposted
is_reddit_media_domainBooleanWhether the URL is hosted on Reddit's media domain
is_robot_indexableBooleanWhether the submission is indexable by search engines
over_18BooleanWhether the submission is marked as NSFW
spoilerBooleanWhether the submission is marked as a spoiler
stickiedBooleanWhether the submission is stickied in the subreddit
lockedBooleanWhether the submission is locked for new comments
pinnedBooleanWhether the submission is pinned
hiddenBooleanWhether the submission is hidden
contest_modeBooleanWhether contest mode is enabled
media_onlyBooleanWhether the post contains media only
quarantineBooleanWhether the subreddit is quarantined
no_followBooleanWhether links have nofollow
send_repliesBooleanWhether the author receives reply notifications
distinguishedStringModerator or admin distinction, if any
editedBooleanWhether the submission has been edited
removal_reasonStringReason for removal, if applicable
suggested_sortStringSuggested comment sort order, if set
categoryStringCategory of the submission, if any
content_categoriesArrayContent categories assigned by Reddit
mediaObjectMedia metadata, if applicable
media_embedObjectEmbed metadata for media content
secure_mediaObjectSecure media metadata, if applicable
secure_media_embedObjectSecure embed metadata for media content
pwlsIntegerPartial whitelist status code
wlsIntegerWhitelist status code
parent_whitelist_statusStringAd whitelist status, e.g. "all_ads"
whitelist_statusStringAd whitelist status of the submission
link_flair_textStringFlair text applied to the submission
link_flair_css_classStringCSS class of the submission's flair
link_flair_typeStringFlair type, e.g. "text"
link_flair_background_colorStringBackground color of the submission's flair
link_flair_text_colorStringText color of the submission's flair
link_flair_richtextArrayRich text representation of the submission's flair
author_flair_textStringText of the author's flair in the subreddit
author_flair_css_classStringCSS class of the author's flair
author_flair_typeStringFlair type, e.g. "text"
author_flair_background_colorStringBackground color of the author's flair
author_flair_text_colorStringText color of the author's flair
author_flair_template_idStringTemplate ID of the author's flair
author_flair_richtextArrayRich text representation of the author's flair