Skip to content

epicprojects/reddit.com-data-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Reddit.com-Data-Analysis

Various analytical processings on reddit data

Dataset is Found here: https://www.kaggle.com/reddit/reddit-comments-may-2015

The data is a CSV file with columns separated with tabs. The columns are: subreddit, author, body, created_utc, ups, downs, gilded, archived. For each comment,

subreddit: The subreddit the comment was posted in author: Username of the comment author body: Comment text create_utc: UTC timestamp of when the comment was posted ups: Comment upvotes downs: Comment downvotes gilded: 1 if the user was given Reddit gold for the comment, 0 otherwise archived: 1 if the comment was archived, 0 otherwise

About

Some data analysis of reddit.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages