Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 712 Bytes

ResearchQuestions.md

File metadata and controls

11 lines (10 loc) · 712 Bytes

Research Questions

  1. Which artist has the most top-rankings? Solution: topartists.py
  2. Who is the most popular artist in the respective regions? Solution: topartists_region.py
  3. Which song stays longest in the top-ranking? Solution: longest_in_top10.py
  4. Which song is on the top 50 list but never on the top 10? Solution: top50_but_never_top10.py
  5. Which song has the highest streams in the last two years? Solution top10_streamed_songs.py
  6. How long time does a top ranking song takes to get to other countries? top10_spreading.py
  7. In which region do the top 10 change the most? Solution: most_changing_regions.py
  8. For which artists is the variance of streams (per day) the lowest?