CoolFace
Datasetpublic

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.

sourceHugging Facecc-by-nc-4.0updated 1mo agoView on Hugging Face
0likes30downloads
Dataset Card

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

text
README.md
data/
  trending_hashtags.tsfile
  trending_music.tsfile

Source Tables

ConfigSource fileConverted fileUnit of observationRowsColumns
trending_hashtagstrending_hashtags.parquetdata/trending_hashtags.tsfileone row per date, trend window, and hashtag rank107,69814
trending_musictrending_music.parquetdata/trending_music.tsfileone row per date, trend window, and music rank104,88614

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_code
  • —window_id, derived from window_days as window_7d, window_30d, or window_120d
  • —rank_id, derived from rank as rank_001 ... rank_100

Time mapping:

  • —Source date is parsed as UTC midnight.
  • —TsFile Time = date at 00:00:00 UTC in milliseconds.
  • —Redundant source columns date, window_days, and rank are not retained as fields because Time, window_id, and rank_id already 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:

bibtex
@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}
}