【发布时间】:2020-11-09 17:07:23
【问题描述】:
我有以下 df
df <- data.frame(genre = c("Thriller", "Horror", "Action"), europe = c(30, 35, 50), asia = c(20, 15, 25), america = c(50, 50, 25))
genre europe asia america
1 Thriller 30 20 50
2 Horror 35 15 50
3 Action 50 25 25
我想要剧情
有人有什么建议吗?在此先感谢:D
【问题讨论】: