Twitter-Bot Detection Dataset
"Unveiling Twitter Bot Detection: Analyzing Social Media Interactions"
@kaggle.goyaladi_twitter_bot_detection_dataset
"Unveiling Twitter Bot Detection: Analyzing Social Media Interactions"
@kaggle.goyaladi_twitter_bot_detection_dataset
CREATE TABLE bot_detection_data (
"user_id" BIGINT,
"username" VARCHAR,
"tweet" VARCHAR,
"retweet_count" BIGINT,
"mention_count" BIGINT,
"follower_count" BIGINT,
"verified" BOOLEAN,
"bot_label" BIGINT,
"location" VARCHAR,
"created_at" TIMESTAMP,
"hashtags" VARCHAR
);
Anyone who has the link will be able to view this.