IShowSpeed YouTube Channel Videos' Stats
next update will include video tags!
@kaggle.chik0di_ishowspeed_youtube_channel_videos_and_stats
next update will include video tags!
@kaggle.chik0di_ishowspeed_youtube_channel_videos_and_stats
This dataset contains detailed information about IShowSpeed's YouTube channel, including metadata for all his videos and associated performance metrics. IShowSpeed, widely known for his energetic and entertaining content, has amassed a massive following on YouTube. This dataset provides insights into his content strategy, video performance, and audience engagement patterns.
Use Cases:
Check out Notebook here
CREATE TABLE ishowspeedviddata (
"videoid" VARCHAR,
"videotitle" VARCHAR,
"dateposted" TIMESTAMP,
"timeposted" VARCHAR,
"duration" VARCHAR,
"totalseconds" BIGINT,
"views" BIGINT,
"likes" BIGINT,
"comments" BIGINT
);
Anyone who has the link will be able to view this.