Ethereum Tweets
Tweets with the hashtag #Ethereum
@kaggle.mathurinache_ethereum_tweets
Tweets with the hashtag #Ethereum
@kaggle.mathurinache_ethereum_tweets
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
);
Anyone who has the link will be able to view this.