Baselight

Elon Musk Tweets

Tweets of Elon Musk collected using tweepy

@kaggle.gpreda_elon_musk_tweets

Elon Musk Tweets
@kaggle.gpreda_elon_musk_tweets.elon_musk_tweets

  • 472.65 KB
  • 5904 rows
  • 16 columns
id

Id

user_name

User Name

user_location

User Location

user_description

User Description

user_created

User Created

user_followers

User Followers

user_friends

User Friends

user_favourites

User Favourites

user_verified

User Verified

date

Date

text

Text

hashtags

Hashtags

source

Source

retweets

Retweets

favorites

Favorites

is_retweet

Is Retweet

1544379368478212100Elon MusknanMars & Cars, Chips & Dips2009-06-02 20:12:29+00:0010124085511513503true2022-07-05 17:55:09+00:00@BillyM2k I find the gold toe sock – inevitably off kilter & washed out – a little troubling esthetically & arguably a bit corponanTwitter for iPhone3356542
1544377493263720450Elon MusknanMars & Cars, Chips & Dips2009-06-02 20:12:29+00:0010124080611513503true2022-07-05 17:47:42+00:00Sock Con, the conference for socksnanTwitter for iPhone145130753
1544377130590552064Elon MusknanMars & Cars, Chips & Dips2009-06-02 20:12:29+00:0010124080611513503true2022-07-05 17:46:15+00:00Always something new for the magazine cover and the articles practically write themselvesnanTwitter for iPhone128428610
1544375575724400645Elon MusknanMars & Cars, Chips & Dips2009-06-02 20:12:29+00:0010124080611513503true2022-07-05 17:40:05+00:00@ExplainThisBob This guy gets itnanTwitter for iPhone1313640
1544375148605853699Elon MusknanMars & Cars, Chips & Dips2009-06-02 20:12:29+00:0010124080611513503true2022-07-05 17:38:23+00:00Sock tech is so advanced that you can get pretty much anything in sock form these days!nanTwitter for iPhone119123790
1544374564255309826Elon MusknanMars & Cars, Chips & Dips2009-06-02 20:12:29+00:0010124080611513503true2022-07-05 17:36:03+00:00I must confess to a penchant for creative socksnanTwitter for iPhone483997004
1544330849927270408Elon MusknanMars & Cars, Chips & Dips2009-06-02 20:12:29+00:0010124080611513503true2022-07-05 14:42:21+00:00@slashdot It’s timenanTwitter for iPhone153731194
1544320280247549954Elon MusknanMars & Cars, Chips & Dips2009-06-02 20:12:29+00:0010124080611513503true2022-07-05 14:00:21+00:00@TonyadeVitti @historydefined His success was in fact due, in part, because he was super fun at parties, spoke and wrote incredibly well!nanTwitter for iPhone1713196
1544316752657629189Elon MusknanMars & Cars, Chips & Dips2009-06-02 20:12:29+00:0010124080611513503true2022-07-05 13:46:20+00:00@historydefined While bleak posts maybe generate more clicks, more happier moments in history would be nicenanTwitter for iPhone234747623
1544743525585141761Elon MusknanMars & Cars, Chips & Dips2009-06-02 20:12:29+00:0010130893311513514true2022-07-06 18:02:11+00:00@mishaboar @boringcompany Supporting Doge wherever possiblenanTwitter for iPhone208110679

CREATE TABLE elon_musk_tweets (
  "id" BIGINT,
  "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,
  "retweets" BIGINT,
  "favorites" BIGINT,
  "is_retweet" BOOLEAN
);

Share link

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