UFC Jon Jones Retirement: YouTube Dataset
YouTube video data analyzing public reaction to UFC champion Jones' retirement
@kaggle.lucaspimeentel_ufc_jon_jones_retirement_youtube_dataset
YouTube video data analyzing public reaction to UFC champion Jones' retirement
@kaggle.lucaspimeentel_ufc_jon_jones_retirement_youtube_dataset
This dataset captures public reaction and discussion surrounding UFC heavyweight champion Jon Jones' retirement from combat sports. Collected on June 22, 2025, it contains 231,051 YouTube comments and metadata from 493 videos discussing this significant moment in mixed martial arts history.
Data was systematically collected using YouTube's public search with the query "UFC champion Jon Jones retires from combat sports". The collection process targeted the most relevant and recent videos discussing Jones' retirement announcement, capturing both immediate reactions and longer-form analysis content.
The dataset includes comprehensive video metadata (titles, descriptions, view counts, duration) and associated user comments with engagement metrics (likes, replies, timestamps). This provides a multi-dimensional view of public sentiment and discussion patterns around a major sports retirement announcement.
All data was collected from publicly available YouTube content. No private or restricted content was accessed. Researchers should consider privacy implications when analyzing user-generated content and follow appropriate ethical guidelines for social media research.
Questions about the dataset structure, collection methodology, or potential applications? Feel free to start a discussion in the forum - I'm happy to help and provide additional context about the data collection process!
CREATE TABLE ufc_champion_jon_jones_retires_from_combat_sports_2025_721364da (
"videoid" VARCHAR,
"title" VARCHAR,
"lengthseconds" BIGINT,
"shortdescription" VARCHAR,
"allowratings" BOOLEAN,
"viewcount" BIGINT,
"author" VARCHAR,
"isprivate" BOOLEAN,
"keywords" VARCHAR
);
CREATE TABLE ufc_champion_jon_jones_retires_from_combat_sports_2025_d5e72670 (
"commentid" VARCHAR,
"content" VARCHAR,
"publishedtime" VARCHAR,
"replylevel" BIGINT,
"authorbuttona11y" VARCHAR,
"imageattachmentmaxheight" DOUBLE,
"video_id" VARCHAR,
"likecountliked" VARCHAR,
"likecountdisliked" VARCHAR,
"replycount" VARCHAR
);
Anyone who has the link will be able to view this.