Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
530 views
in Technique[技术] by (71.8m points)

tidyverse - One of the columns in my dataframe is a list and I need to get part of it out? (spotifyr)

I pulled some data via spotifyr but the artist data is not a list with other data like below, I don't know how to pull the actual name info.

Here is str(df) result

  ..$ href                 : chr "https://api.spotify.com/v1/artists/22WsdE2gbH75bDBfc3BpnB"
  ..$ id                   : chr "22WsdE2gbH75bDBfc3BpnB"
  ..$ name                 : chr "Ronnie Carroll"
  ..$ type                 : chr "artist"
  ..$ uri                  : chr "spotify:artist:22WsdE2gbH75bDBfc3BpnB"
  ..$ external_urls.spotify: chr "https://open.spotify.com/artist/22WsdE2gbH75bDBfc3BpnB"

I am trying to pull out $ name but I have no idea how to do, I've tried unlist but it doesnt work and says theres too much for the existing data. Does anyone have any idea?

question from:https://stackoverflow.com/questions/66052960/one-of-the-columns-in-my-dataframe-is-a-list-and-i-need-to-get-part-of-it-out

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.6k users

...