- Scrapes the Billboard Weekly Hot 100 from 1958 to current day using BeautifulSoup
- Stores the data in a SQLite database
- Analyzes various trends in the Billboard Hot 100
Scrapes data and updates the database
Stores Date,Rank,Song,Artist of the Hot 100 songs for each week starting from 1958
Determines the top 10 songs that have appeared in the Hot 100 for the most weeks
(up-to-date as of 2024-07-21)
Determines the top 10 songs with the largest gaps between instances of appearing in the Hot 100
(up-to-date as of 2024-07-21)
Displays box and whisker plots showing the correlation between the initial ranking of a song in the Hot 100 and the number of weeks in the Hot 100
(up-to-date as of 2024-07-21)