Youtubers Videos & Interactions Dataset
A Dataset about French Youtubers' videos made mainly for Social Network Analysis
@kaggle.weddou_french_youtubers
A Dataset about French Youtubers' videos made mainly for Social Network Analysis
@kaggle.weddou_french_youtubers
The idea for this dataset came from a simple question: "Can we study how Youtubers interact with sponsors ?".
So I decided to collect information myself on the videos of the 60 Best French Youtubers (without including VEVO or musician channels).
To identify sponsored videos, I decided afterwards to focus on those with a link in their description, which will help identify the main sponsors.
page-title15Mars3.csv (This is the final dataset I was able to get)
yt-links : This includes the link visible in the description
long-links : Some of the links in the descriptions are "Bit.ly" links, which you need to open to find out about them. This column corresponds to the real link given each time.
page-name : Name of the sponsor (This is extracted mainly from the domain name of the links, but also sometimes from various details I've used from the description!)
test31MarsFINAL.xlsx (The formatted file for social network analysis with Gephi)
CREATE TABLE page_title15mars3 (
"unnamed_0" BIGINT -- Unnamed: 0,
"yt_link" VARCHAR,
"yt_date" VARCHAR,
"yt_author" VARCHAR,
"yt_links" VARCHAR,
"long_links" VARCHAR,
"yt_description" VARCHAR,
"page_name" VARCHAR
);
Anyone who has the link will be able to view this.