Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.32 KB

level4.md

File metadata and controls

23 lines (12 loc) · 1.32 KB

Level 4 challenge: Spotify's Worldwide Daily Song Ranking

In this task, we will look into the Spotify's Worldwide Daily Song Ranking dataset.

You are required to use Jupyter Notebook (How to install?) and the Python library Pandas to do an analysis on these music streaming data.

In your notebook, you need to provide answers for the following questions:

  1. List the top 10 tracks in the global throughout year 2017 with their total stream counts.

  2. List the top 10 artists (or groups) those has the most stream counts for all their tracks combined, with the stream counts of each of their tracks.

  3. List the top 10 tracks in December, 2017 for each continent (North America, Europe, Asia, South America, Oceania).

  4. Plot the ranking changes of the Ed Sheeran's "Shape of You" alongside with the stream count changes.

Bonus:

Explore the data, try to find and present a story. You may take a look into the kernels on Kaggle.

Remarks: A well done bonus part can outweigh everything else!