我在数据框中有列seller_details。seller_details列中的数据示例如下: 1. 8ysl9a1301 Active 3 hours ago chat now view shop Ratings10products996 responsezanzea.os Active 37 minutes ago chat now view shop Ratings290.5kproducts6.6k response rate93% response 我只想提取响应率的<
我有一个名为data的数据框,其中包含加密的名称和它们的值。data[data$id == x,5] #5 is the column with valuesc1 #returns the value of a crypto 对于i in 1,它返回第一个加密的值,对于第二个加密的i in 2值,依此类推。我想创建一个函数,通过输入其名称(id)来返回列表中任何加密货币的值,因此它的工作方式如下: functi