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.
I wanted to use Python Pandas to collect data from a large dataset and visualize it..