Assume you have a dataset containing information on which so…
Assume you have a dataset containing information on which songs different individuals listen to, on a music streaming platform (for example, Spotify). Each attribute (column) captures a different song and it is equal to 1 if the corresponding individual did listen to the song; or it is equal to 0 if the corresponding individual did not listen to the song. Song 1 Song 2 Song 3 Song 4 Song 5 Song 6 Song 7 Song 8 Song 9 Song 10 Individual A 1 1 1 0 0 0 0 0 0 0 Individual B 1 1 0 1 0 0 0 0 1 0 Individual C 1 0 0 1 0 0 0 0 0 0 Use this data to answer the questions below.
Read Details