Baselight

Reddit: /r/space

Revealing What’s Out There

@kaggle.thedevastator_uncovering_insights_into_space_exploration_with

Loading...
Loading...

About this Dataset

Reddit: /r/space


Reddit: /r/space

Revealing What’s Out There

By Reddit [source]


About this dataset

Explore the universe with this comprehensive dataset on Reddit Subreddits related to space exploration! Utilizing the world's most popular discussion platform, Reddit, we have collected data on thought-provoking posts about all things related to space. This dataset captures the most captivating posts related to space exploration and unlocks valuable insights into the intersection of mankind's journey into outer space and public perception. Dive in and discover what these Astro-Posts from all over the universe reveal about our collective fascination with traversing intergalactic boundaries!

Columns: title, score, url, comms_num, created, body, timestamp

More Datasets

For more datasets, click here.

Featured Notebooks

  • 🚨 Your notebook can be here! 🚨!

How to use the dataset

Research Ideas

  • Uncovering space exploration trends and insights – By studying the distribution of posts about space exploration over time, this dataset can help to uncover early warning signs of new trends and developments in the field. This could be used to inform businesses and investors in their investments in this space.
  • Detect sentiment related to topic - Through a combination of Natural Language Processing (NLP) techniques and popular library such as VADER, this dataset can be used to gauage general public sentiment about each individual topic being discussed for a better understanding of public opinion about developments within the industry.
  • Identifying influencers within the industry - The Reddit Posts with high engagement scores can giveimportant signals on who the most influential players are leading conversations around certain topics, providing information that could prove invaluable during marketing campaigns aimed at such influencers or similar customer groups

Acknowledgements

If you use this dataset in your research, please credit the original authors.
Data Source

License

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.

Columns

File: space.csv

Column name Description
title The title of the post. (String)
score The number of upvotes the post has received. (Integer)
url The URL of the post. (String)
comms_num The number of comments the post has received. (Integer)
created The date and time the post was created. (DateTime)
body The body content of the post. (String)
timestamp The date and time the post was last accessed. (DateTime)

Acknowledgements

If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit Reddit.

Tables

Space

@kaggle.thedevastator_uncovering_insights_into_space_exploration_with.space
  • 267.53 KB
  • 1661 rows
  • 8 columns
Loading...

CREATE TABLE space (
  "title" VARCHAR,
  "score" BIGINT,
  "id" VARCHAR,
  "url" VARCHAR,
  "comms_num" BIGINT,
  "created" DOUBLE,
  "body" VARCHAR,
  "timestamp" TIMESTAMP
);

Share link

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