online

YouTube Dislikes Dataset

HistoryData AnalyticsSocial NetworksInternet

26

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
58.84MB
申请报告