🍋柠檬🎨

YouTube Dislikes Dataset

HistoryData AnalyticsSocial NetworksInternet

26

已售 0
58.84MB

数据标识:D17168970656918904

发布时间:2024/05/28

卖家暂未授权典枢平台对该文件进行数据验证,您可以向卖家

申请验证报告

数据描述

About Dataset

YouTube Dislikes Dataset

This dataset contains information about trending YouTube videos from August 2020 to December 2021 for the USA, Canada, and Great Britain.

Context and Content

Youtube announced the decision to hide the number of dislikes from users around November 2021. However, the official YouTube Data API allowed you to get information about dislikes until December 13, 2021.

This dataset contains the latest possible information about dislikes, which was collected just before December 13. The information was collected by videos that had been trending in the USA, Canada, and Great Britain for a year prior.

The information is aimed at the English audience. In particular, all non-ASCII and non-Latin characters have been removed from the text fields.

The comments were received using the following query and combined into one string:

request = youtube.commentThreads().list(
                part="snippet",
                maxResults=20,
                order="relevance",
                textFormat="plainText",
                videoId=video_id)
response = request.execute()
 

order=relevance parameter is ignored when videoId is specified, so, basically, it's 20 random comments.

The code used to collect this dataset is available here.

To know more visit this GitLab repo.

Acknowledgements

This dataset was collected using the official YouTube Data API v3.
Unique video IDs were extracted from YouTube Trending Video Dataset.
Banner image - photo by Alexander Shatov on Unsplash.

Inspiration

Possible uses of this dataset may include a wide range of tasks:

  • Exploratory Data Analysis and Sentiment Analysis
  • Clustering YouTube videos
  • Training neural networks to analyze comments or video descriptions
  • and so on
data icon
YouTube Dislikes Dataset
26
已售 0
58.84MB
申请报告