Peter McKinnon Tweets
Exploring Content, Likes, Media, and Conversation Engagement Dynamics
@kaggle.thedevastator_peter_mckinnon_twitter_engagement_analysis_2015
Exploring Content, Likes, Media, and Conversation Engagement Dynamics
@kaggle.thedevastator_peter_mckinnon_twitter_engagement_analysis_2015
CREATE TABLE petermckinnon (
"content" VARCHAR,
"created_at" VARCHAR,
"date" VARCHAR,
"likecount" BIGINT,
"media" VARCHAR,
"outlinks" VARCHAR,
"quotecount" BIGINT,
"quotedtweet" VARCHAR,
"replycount" BIGINT,
"retweetcount" BIGINT,
"retweetedtweet" VARCHAR,
"url" VARCHAR,
"id" BIGINT,
"conversationid" BIGINT
);
Anyone who has the link will be able to view this.