Baselight

Metaverse Tweets

Tweets with the hashtag #Metaverse

@kaggle.mathurinache_metaverse_tweets

Loading...
Loading...

About this Dataset

Metaverse Tweets

Context

These tweets are collected using Twitter API and a Python script. A query for this high-frequency hashtag (#Metaverse) is run on a daily basis for a certain time period, to collect a larger number of tweets samples.

The inspiration script can be found here: https://github.com/gabrielpreda/covid-19-tweets

Content

The tweets have #Meta hashtag. Collection started on 01/01/2021.

Inspiration

You can use this data to dive into the subjects that use this hashtag, look to the geographical distribution, evaluate sentiments, looks to trends.

Tables

Metaverse Tweets

@kaggle.mathurinache_metaverse_tweets.metaverse_tweets
  • 6.91 MB
  • 50003 rows
  • 13 columns
Loading...

CREATE TABLE metaverse_tweets (
  "user_name" VARCHAR,
  "user_location" VARCHAR,
  "user_description" VARCHAR,
  "user_created" VARCHAR,
  "user_followers" DOUBLE,
  "user_friends" VARCHAR,
  "user_favourites" VARCHAR,
  "user_verified" VARCHAR,
  "date" VARCHAR,
  "text" VARCHAR,
  "hashtags" VARCHAR,
  "source" VARCHAR,
  "is_retweet" VARCHAR
);

Share link

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