THULab/tiktok_trending_hashtags_music
TikTok Trending Hashtags and Music (2024 - 2025) - TsFile This repository contains a TsFile conversion of lingbow/tiktok-trending-hashtags-music. The source dataset contains the top 100 daily trending hashtags and music records from TikTok Creative Center, covering 2024-05-23 to 2025-07-09. It includes 13,399 unique hashtags and 11,157 unique songs. Source: https://ads.tiktok.com/business/creativecenter/inspiration/popular/hashtag/pc/en Repository Layout README.md… See the full description on the dataset page: https://huggingface.co/datasets/THULab/tiktok_trending_hashtags_music.
TikTok Trending Hashtags and Music (2024 - 2025) - TsFile
This repository contains a TsFile conversion of `lingbow/tiktok-trending-hashtags-music`.
The source dataset contains the top 100 daily trending hashtags and music records from TikTok Creative Center, covering 2024-05-23 to 2025-07-09. It includes 13,399 unique hashtags and 11,157 unique songs.
Source: https://ads.tiktok.com/business/creativecenter/inspiration/popular/hashtag/pc/en
Repository Layout
README.md
data/
trending_hashtags.tsfile
trending_music.tsfileSource Tables
The tables cover top-100 rankings across 7-day, 30-day, and 120-day trend windows.
TsFile Mapping
Both TsFile files use the same TAG columns:
country_codewindow_id, derived fromwindow_daysaswindow_7d,window_30d, orwindow_120drank_id, derived fromrankasrank_001...rank_100
Time mapping:
- Source
dateis parsed as UTC midnight. - TsFile
Time = date at 00:00:00 UTCin milliseconds. - Redundant source columns
date,window_days, andrankare not retained as fields becauseTime,window_id, andrank_idalready encode the same information.
This means each TsFile device represents a country/window/rank slot over time. Using ranking slots as TAGs preserves every source row, including rare cases where the same hashtag or song appears more than once on the same date within a trend window.
Converted Fields
trending_hashtags.tsfile
Fields include hashtag_id, hashtag_name, rank_diff, rank_diff_type, rank_diff_label, publish_count, video_views, industry_id, industry, and is_promoted.
trending_music.tsfile
Fields include song_id, clip_id, music_title, music_author, duration, rank_diff, rank_diff_type, rank_diff_label, is_commercial_music_library, and is_promoted.
No source rows are dropped. String nulls are represented as empty strings. rank_diff nulls are preserved as null numeric values.
Source License
The source dataset declares license cc-by-nc-4.0.
Citation
Please cite the original dataset:
@dataset{tiktok_trending_hashtags_music,
author = {lingbow},
title = {TikTok Trending Hashtags and Music (2024 - 2025)},
publisher = {Hugging Face},
url = {https://huggingface.co/datasets/lingbow/tiktok-trending-hashtags-music}
}