All Projects → minimaxir → hacker-news-comment-analysis

minimaxir / hacker-news-comment-analysis

Licence: other
Code used for analysis of Hacker News comments.

Programming Languages

r
7636 projects
python
139335 projects - #7 most used programming language

hacker-news-comment-analysis

Code used for analysis of Hacker News comments. Code is a supplement to my blog post The Quality, Popularity, and Negativity of 5.6 Million Hacker News Comments.

NB: The R analysis of the PostgreSQL database was done using the dplyr package, which has native compatibility with PostgreSQL. The reason I revert to raw SQL is because there are a few certain things in SQL that dplay can't do. (e.g. EXTRACT month and year from a date, SELECT an alias, etc.)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].