A blog platform stores each post's tags as a comma-separated string (e.g. "spark,python"). The team wants a tag leaderboard.
posts
Your task: return each individual tag and uses — how many posts use it.
Assign your answer DataFrame to result. Row order doesn't matter.