Baselight

Top 10 Tech Subreddits

A comprehensive look at posts and comments of tech subreddits

@kaggle.mohamedkhaledelsafty_top_10_tech_subreddits

Loading...
Loading...

About this Dataset

Top 10 Tech Subreddits

Contest

This dataset comes from Reddit website.

Content

There are 11 CSV files. Each file represents a tech subreddit, and a combined subreddit file contains 10 tech subreddits.
Our combined subreddits file contains 7003 rows and 10 columns.

We can use it for sentiment analysis and NLP applications.

Our top 10 tech subreddits are :

Futurology
ProgrammerHumor
apple
buildapcsales
buildapc
gadgets
sysadmin
tech
technews
technology

Tables

Apple

@kaggle.mohamedkhaledelsafty_top_10_tech_subreddits.apple
  • 2.5 MB
  • 670 rows
  • 10 columns
Loading...

CREATE TABLE apple (
  "title" VARCHAR,
  "score" BIGINT,
  "id" VARCHAR,
  "subreddit" VARCHAR,
  "url" VARCHAR,
  "num_comments" BIGINT,
  "body" VARCHAR,
  "ups" BIGINT,
  "downs" BIGINT,
  "post_comments" VARCHAR
);

Buildapc

@kaggle.mohamedkhaledelsafty_top_10_tech_subreddits.buildapc
  • 1010.74 KB
  • 979 rows
  • 10 columns
Loading...

CREATE TABLE buildapc (
  "title" VARCHAR,
  "score" BIGINT,
  "id" VARCHAR,
  "subreddit" VARCHAR,
  "url" VARCHAR,
  "num_comments" BIGINT,
  "body" VARCHAR,
  "ups" BIGINT,
  "downs" BIGINT,
  "post_comments" VARCHAR
);

Buildapcsales

@kaggle.mohamedkhaledelsafty_top_10_tech_subreddits.buildapcsales
  • 1.27 MB
  • 910 rows
  • 10 columns
Loading...

CREATE TABLE buildapcsales (
  "title" VARCHAR,
  "score" BIGINT,
  "id" VARCHAR,
  "subreddit" VARCHAR,
  "url" VARCHAR,
  "num_comments" BIGINT,
  "body" VARCHAR,
  "ups" BIGINT,
  "downs" BIGINT,
  "post_comments" VARCHAR
);

Combined Subreddits

@kaggle.mohamedkhaledelsafty_top_10_tech_subreddits.combined_subreddits
  • 15.61 MB
  • 7003 rows
  • 10 columns
Loading...

CREATE TABLE combined_subreddits (
  "title" VARCHAR,
  "score" BIGINT,
  "id" VARCHAR,
  "subreddit" VARCHAR,
  "url" VARCHAR,
  "num_comments" BIGINT,
  "body" VARCHAR,
  "ups" BIGINT,
  "downs" BIGINT,
  "post_comments" VARCHAR
);

Futurology

@kaggle.mohamedkhaledelsafty_top_10_tech_subreddits.futurology
  • 2.49 MB
  • 577 rows
  • 10 columns
Loading...

CREATE TABLE futurology (
  "title" VARCHAR,
  "score" BIGINT,
  "id" VARCHAR,
  "subreddit" VARCHAR,
  "url" VARCHAR,
  "num_comments" BIGINT,
  "body" VARCHAR,
  "ups" BIGINT,
  "downs" BIGINT,
  "post_comments" VARCHAR
);

Gadgets

@kaggle.mohamedkhaledelsafty_top_10_tech_subreddits.gadgets
  • 2.18 MB
  • 472 rows
  • 10 columns
Loading...

CREATE TABLE gadgets (
  "title" VARCHAR,
  "score" BIGINT,
  "id" VARCHAR,
  "subreddit" VARCHAR,
  "url" VARCHAR,
  "num_comments" BIGINT,
  "body" VARCHAR,
  "ups" BIGINT,
  "downs" BIGINT,
  "post_comments" VARCHAR
);

Programmerhumor

@kaggle.mohamedkhaledelsafty_top_10_tech_subreddits.programmerhumor
  • 1.09 MB
  • 848 rows
  • 10 columns
Loading...

CREATE TABLE programmerhumor (
  "title" VARCHAR,
  "score" BIGINT,
  "id" VARCHAR,
  "subreddit" VARCHAR,
  "url" VARCHAR,
  "num_comments" BIGINT,
  "body" VARCHAR,
  "ups" BIGINT,
  "downs" BIGINT,
  "post_comments" VARCHAR
);

Sysadmin

@kaggle.mohamedkhaledelsafty_top_10_tech_subreddits.sysadmin
  • 2.3 MB
  • 962 rows
  • 10 columns
Loading...

CREATE TABLE sysadmin (
  "title" VARCHAR,
  "score" BIGINT,
  "id" VARCHAR,
  "subreddit" VARCHAR,
  "url" VARCHAR,
  "num_comments" BIGINT,
  "body" VARCHAR,
  "ups" BIGINT,
  "downs" BIGINT,
  "post_comments" VARCHAR
);

Tech

@kaggle.mohamedkhaledelsafty_top_10_tech_subreddits.tech
  • 668.59 KB
  • 462 rows
  • 10 columns
Loading...

CREATE TABLE tech (
  "title" VARCHAR,
  "score" BIGINT,
  "id" VARCHAR,
  "subreddit" VARCHAR,
  "url" VARCHAR,
  "num_comments" BIGINT,
  "body" VARCHAR,
  "ups" BIGINT,
  "downs" BIGINT,
  "post_comments" VARCHAR
);

Technews

@kaggle.mohamedkhaledelsafty_top_10_tech_subreddits.technews
  • 931.55 KB
  • 555 rows
  • 10 columns
Loading...

CREATE TABLE technews (
  "title" VARCHAR,
  "score" BIGINT,
  "id" VARCHAR,
  "subreddit" VARCHAR,
  "url" VARCHAR,
  "num_comments" BIGINT,
  "body" VARCHAR,
  "ups" BIGINT,
  "downs" BIGINT,
  "post_comments" VARCHAR
);

Technology

@kaggle.mohamedkhaledelsafty_top_10_tech_subreddits.technology
  • 1.38 MB
  • 568 rows
  • 10 columns
Loading...

CREATE TABLE technology (
  "title" VARCHAR,
  "score" BIGINT,
  "id" VARCHAR,
  "subreddit" VARCHAR,
  "url" VARCHAR,
  "num_comments" BIGINT,
  "body" VARCHAR,
  "ups" BIGINT,
  "downs" BIGINT,
  "post_comments" VARCHAR
);

Share link

Anyone who has the link will be able to view this.