Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

How to format: Row has more than one value for a column (parameter)

Newbie here. I am looking for the right keywords or a solution or concept for the following problem:   Context: I want to analyze Spotify data. For this I have the artists with their respective IDs...
  • Greg_Deckler's avatar
    5 years ago

    Anonymous I'm not quite sure what you are doing but what I would do is split the genre column on "," and then unpivot the resulting columns. Then the problem is pretty trivial.