DEV Community

Discussion on: Finding my new favorite song on Spotify

Collapse
 
lukaszkuczynski profile image
lukaszkuczynski

Super dooper nice! I like Pandas, too, and the ease it gives you for data analysis. If it comes to music I am also big fan of it so I will surely take a closer look to Spotify API.
BTW, why didn't you use pandas built-in charting capabilities? Was seaborn really needed here?

Collapse
 
ericbonfadini profile image
Eric Bonfadini

I usually like Pandas built-in capabilities for quick plots while I'm exploring data (therefore Seaborn wasn't strictly needed here).
Anyway I really love the APIs, configurations and plots offered by Seaborn, along with its simplicity and Pandas integration.