Baselight

Twitter-Bot Detection Dataset

"Unveiling Twitter Bot Detection: Analyzing Social Media Interactions"

@kaggle.goyaladi_twitter_bot_detection_dataset

Loading...
Loading...

About this Dataset

Twitter-Bot Detection Dataset

Welcome to the Bot Detect Dataset! This dataset offers a unique opportunity to delve into the world of Twitter bots. Explore user profiles, tweet content, retweet counts, and more. Uncover hidden patterns and gain insights into bot detection research. Join us on this exciting journey of understanding social media interactions and identifying bot accounts.

Tables

Bot Detection Data

@kaggle.goyaladi_twitter_bot_detection_dataset.bot_detection_data
  • 4.17 MB
  • 50000 rows
  • 11 columns
Loading...

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
);

Share link

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