I need the data with following fields for the interactive part. Let me know if you need clarification.
name - artist_name - "The Beatles"
songs - number of songs - "42"
genres - array with top 3 genres - ["Pop", "Rock", "Progressive"]
year_st - start_year - "1956"
year_end - end year - "1969"
sent_score - average sentiment score for the artist - "4.3"
top_words - dictionary of top 5 words and count - {“love”: 250, “hate”: 390,…}
I need the data with following fields for the interactive part. Let me know if you need clarification.
name - artist_name - "The Beatles" songs - number of songs - "42" genres - array with top 3 genres - ["Pop", "Rock", "Progressive"] year_st - start_year - "1956" year_end - end year - "1969" sent_score - average sentiment score for the artist - "4.3" top_words - dictionary of top 5 words and count - {“love”: 250, “hate”: 390,…}