Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_artist_audio_features issue: "Duplicated" tracks #125

Open
letilagle opened this issue Nov 26, 2020 · 1 comment
Open

get_artist_audio_features issue: "Duplicated" tracks #125

letilagle opened this issue Nov 26, 2020 · 1 comment
Labels

Comments

@letilagle
Copy link

Hi Charlie! @charlie86

I have a question related to the function get_artist_audio_features.
I am doing a school project, and when getting these artist audio features, like for example 'eminem', after I transform the data into a dataframe and visualize all the tracks, I noticed that all tracks were "duplicated". I use the "" on purpose, since when I compare two tracks, with the exact same name, and from the same album, they have different track IDs, and even different values on the audio characteristics (small differences on tempo ,or danceability ,for example)

To check if I had duplicated rows/songs, I used the duplicated function, R returns me all FALSE which is correct, since the track IDs do not match (or the tempo for instance, like I was telling you before)

Is there like a justified reason for these semi-"duplicates" (even triplicates!)? Or a solution to just select one of these duplicates for every track?

To check I also have tried with different artists, like Vance Joy or Gym Class Heroes, even Taylor Swift (like @simranvatsa uses on her example) but it seems that it happens with all artists!

Thank you in advance, Leti

@antaldaniel
Copy link
Collaborator

@letilagle Can you please give a concrete example to look into it, i.e. a function call with a particular artist ID?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants