Baselight

Ethereum Tweets

Tweets with the hashtag #Ethereum

@kaggle.mathurinache_ethereum_tweets

Loading...
Loading...

About this Dataset

Ethereum Tweets

Context

These tweets are collected using Twitter API and a Python script. A query for this high-frequency hashtag (#Ethereum) 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 #Ethereum 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

Ethereum Tweets

@kaggle.mathurinache_ethereum_tweets.ethereum_tweets
  • 1.65 MB
  • 10000 rows
  • 13 columns
Loading...

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

Share link

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