Baselight
Login
Login

Twitter-Bot Detection Dataset

"Unveiling Twitter Bot Detection: Analyzing Social Media Interactions"

@kaggle.goyaladi_twitter_bot_detection_dataset

Bot Detection Data
@kaggle.goyaladi_twitter_bot_detection_dataset.bot_detection_data

  • 4.17 MB
  • 50000 rows
  • 11 columns
user_id

User ID

username

Username

tweet

Tweet

retweet_count

Retweet Count

mention_count

Mention Count

follower_count

Follower Count

verified

Verified

bot_label

Bot Label

location

Location

created_at

Created At

hashtags

Hashtags

132131flongStation activity person against natural majority none few size expect six marriage.85123531AdkinstonMon May 11 2020 15:29:50 GMT+0000 (Coordinated Universal Time)nan
289683hinesstephanieAuthority research natural life material staff rate common protect attention.5559617trueSanderstonSat Nov 26 2022 05:18:10 GMT+0000 (Coordinated Universal Time)both live
779715roberttranManage whose quickly especially foot none to goal range case.624363trueHarrisonfurtMon Aug 08 2022 03:16:54 GMT+0000 (Coordinated Universal Time)phone ahead
696168pmasonJust cover eight opportunity strong policy which.5452242true1MartinezbergSat Aug 14 2021 22:27:05 GMT+0000 (Coordinated Universal Time)ever quickly new I
704441noah87Animal sign six data good or.26384381CamachovilleMon Apr 13 2020 21:24:21 GMT+0000 (Coordinated Universal Time)foreign mention
570928james00See wonder travel this suffer less yard office man certainly.4143792true1West CheyenneSun May 07 2023 22:24:47 GMT+0000 (Coordinated Universal Time)anyone respond perhaps market run
734182leonard00Door final sound my guess building rich.5410trueSouth DonaldThu Jan 21 2021 03:02:53 GMT+0000 (Coordinated Universal Time)president
107312lesterdanielJob phone price magazine worry stage check view.6414421SmithhavenSun Jun 12 2022 16:45:16 GMT+0000 (Coordinated Universal Time)option husband admit
549888kimberlymorrisEye rest prove mission show floor.252836Lake BrittanyvilleSun Dec 19 2021 19:00:16 GMT+0000 (Coordinated Universal Time)nan
117640schmittjillAdd letter year performance western what culture large development fast.67365231West HannahboroughSat Jul 30 2022 05:39:16 GMT+0000 (Coordinated Universal Time)available thing

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.