{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"\n",
"\n",
""
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Spotify Popularity\n",
"\n",
"Using [Spotify data](https://spotifycharts.com/regional) we can see which songs are the most popular.\n",
"\n",
"To look at just Canadian data, use the url `https://spotifycharts.com/regional/ca/daily/latest`"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"
\n", " | Position | \n", "Track Name | \n", "Artist | \n", "Streams | \n", "URL | \n", "
---|---|---|---|---|---|
0 | \n", "1 | \n", "Mood (feat. Iann Dior) | \n", "24kGoldn | \n", "6261261 | \n", "https://open.spotify.com/track/3tjFYV6RSFtuktY... | \n", "
1 | \n", "2 | \n", "WAP (feat. Megan Thee Stallion) | \n", "Cardi B | \n", "6238079 | \n", "https://open.spotify.com/track/4Oun2ylbjFKMPTi... | \n", "
2 | \n", "3 | \n", "Hawái | \n", "Maluma | \n", "4934392 | \n", "https://open.spotify.com/track/1yoMvmasuxZfqHE... | \n", "
3 | \n", "4 | \n", "Holy (feat. Chance The Rapper) | \n", "Justin Bieber | \n", "4217945 | \n", "https://open.spotify.com/track/5u1n1kITHCxxp8t... | \n", "
4 | \n", "5 | \n", "Lemonade (feat. Gunna, Don Toliver & NAV) | \n", "Internet Money | \n", "4018915 | \n", "https://open.spotify.com/track/7hxHWCCAIIxFLCz... | \n", "
... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "
195 | \n", "196 | \n", "RITMO (Bad Boys For Life) | \n", "Black Eyed Peas | \n", "677270 | \n", "https://open.spotify.com/track/4NCsrTzgVfsDo8n... | \n", "
196 | \n", "197 | \n", "Alane | \n", "Robin Schulz | \n", "675869 | \n", "https://open.spotify.com/track/2u6Jm2klS4yvAlb... | \n", "
197 | \n", "198 | \n", "Savage Remix (feat. Beyoncé) | \n", "Megan Thee Stallion | \n", "674390 | \n", "https://open.spotify.com/track/5v4GgrXPMghOnBB... | \n", "
198 | \n", "199 | \n", "Mr. Brightside | \n", "The Killers | \n", "672452 | \n", "https://open.spotify.com/track/003vvx7Niy0yvhv... | \n", "
199 | \n", "200 | \n", "Quero Você do Jeito Que Quiser | \n", "Marília Mendonça | \n", "671326 | \n", "https://open.spotify.com/track/64I6t2tuUGnIlaD... | \n", "
200 rows × 5 columns
\n", "