metadata
dataset_info:
features:
- name: ad
dtype: string
- name: title
dtype: string
- name: link
dtype: string
- name: channel
dtype: string
splits:
- name: train
num_bytes: 1115354
num_examples: 3992
download_size: 366806
dataset_size: 1115354
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
Dataset Card for "Moroccan_ads"
YouTube Ads Dataset from Moroccan Channels
Description
This dataset contains advertisements and related information from Moroccan YouTube channels. It's designed to facilitate research in digital marketing, content analysis, and linguistic studies focused on Moroccan Arabic and French.
Dataset Structure
The dataset consists of 3992 records, each representing an advertisement from YouTube. The data is organized into four columns:
ad
: The text of the advertisement.title
: The title of the YouTube video from which the ad was extracted.link
: The URL to the YouTube video.channel
: The identifier of the YouTube channel (e.g.,@orangemaroc
).
Data Cleaning
Users should be aware that the dataset contains raw data that may need to be cleaned and preprocessed for analysis. This can include removing special characters, correcting typos, or standardizing text format.