Song Analyst

Using Python Pandas I was able to seach spodify's top 100 large dataset to make charts and answer questions such as: Least to Most Popular Artist- Creating a ranked chart from least to most popular artist based on the data. Energy vs. Popularity- a scatter plot of energy vs. popularity was created to illustrate the relationship. Duration vs. Popularity- a scatter plot of duration vs. popularity was created to visualize this relationship. Using JavaScript A front-End was created to show the ranked artists on a bar chart and display the created satter plots.

Key Features

Data Visualization:Using Python and Plotly, complex data can be visualized to identify patterns and trends.

Scatter Plot Analysis:Python and Seaborn were used to explore relationships between song attributes and popularity.

Why I Built It

I wanted to use Python Pandas to collect data from a large dataset and visualize it..