├── LICENSE ├── README.md ├── Spotify Data Analysis using Python Project.ipynb └── images ├── Change in Duration of songs wrt Years.png ├── Correlation Heatmap between Variable.png ├── Distibution plot - Visualize total number of songs on Spotify since 1992.png ├── Duration of songs in different Genres.png ├── Regression plot - Correlation between Loudness and Energy.png ├── Regression plot - Correlation between Popularity and Acousticness.png ├── Spotify.webp ├── Top 5 Genres by Popularity.png └── social-spotify.svg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrankitgupta/Spotify-Data-Analysis-using-Python/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrankitgupta/Spotify-Data-Analysis-using-Python/HEAD/README.md -------------------------------------------------------------------------------- /Spotify Data Analysis using Python Project.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrankitgupta/Spotify-Data-Analysis-using-Python/HEAD/Spotify Data Analysis using Python Project.ipynb -------------------------------------------------------------------------------- /images/Change in Duration of songs wrt Years.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrankitgupta/Spotify-Data-Analysis-using-Python/HEAD/images/Change in Duration of songs wrt Years.png -------------------------------------------------------------------------------- /images/Correlation Heatmap between Variable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrankitgupta/Spotify-Data-Analysis-using-Python/HEAD/images/Correlation Heatmap between Variable.png -------------------------------------------------------------------------------- /images/Distibution plot - Visualize total number of songs on Spotify since 1992.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrankitgupta/Spotify-Data-Analysis-using-Python/HEAD/images/Distibution plot - Visualize total number of songs on Spotify since 1992.png -------------------------------------------------------------------------------- /images/Duration of songs in different Genres.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrankitgupta/Spotify-Data-Analysis-using-Python/HEAD/images/Duration of songs in different Genres.png -------------------------------------------------------------------------------- /images/Regression plot - Correlation between Loudness and Energy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrankitgupta/Spotify-Data-Analysis-using-Python/HEAD/images/Regression plot - Correlation between Loudness and Energy.png -------------------------------------------------------------------------------- /images/Regression plot - Correlation between Popularity and Acousticness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrankitgupta/Spotify-Data-Analysis-using-Python/HEAD/images/Regression plot - Correlation between Popularity and Acousticness.png -------------------------------------------------------------------------------- /images/Spotify.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrankitgupta/Spotify-Data-Analysis-using-Python/HEAD/images/Spotify.webp -------------------------------------------------------------------------------- /images/Top 5 Genres by Popularity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrankitgupta/Spotify-Data-Analysis-using-Python/HEAD/images/Top 5 Genres by Popularity.png -------------------------------------------------------------------------------- /images/social-spotify.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrankitgupta/Spotify-Data-Analysis-using-Python/HEAD/images/social-spotify.svg --------------------------------------------------------------------------------