Bts Utube Comments
Bts likes,dislikes, comments, viewers etc
@kaggle.arathipraj_bts_utube_comments
Bts likes,dislikes, comments, viewers etc
@kaggle.arathipraj_bts_utube_comments
BTS is one of the famous k pop group . BTS is also known as bangtan senyeondan or bulletproof boys scouts is currently the biggest boy group in the world. They are a k pop group that has had a breakthrough al over world. BTS was the first and only k pop group to win a billboard music award in the fan-voted category. This data contains the information about some utube channels and comment count, likes, dislikes etc.
1.query
2.url
3.title
4.upload _ date
5.channel
6.views
7.likes
8.dislikes
9.comment _ count
10.comment _ text
CREATE TABLE bts_2021_1 (
"query" VARCHAR,
"url" VARCHAR,
"title" VARCHAR,
"upload_date" TIMESTAMP,
"channel" VARCHAR,
"views" BIGINT,
"likes" BIGINT,
"dislikes" BIGINT,
"comment_count" BIGINT,
"comment_text" VARCHAR,
"comment_author" VARCHAR,
"comment_date" TIMESTAMP,
"comment_likes" BIGINT
);Anyone who has the link will be able to view this.