You want to keep only reviews that received at least one helpful vote. Which code does this correctly?单项选择题
A
pet_supplies |> filter(helpful_votes > 1)
B
pet_supplies |> mutate(helpful_votes > 1)
C
pet_supplies |> filter(helpful_votes >= 1)
D
pet_supplies |> mutate(helpful_votes >= 1)
登录即可查看完整答案
我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!