当我尝试计算某行中有多少个空单元格时,收到此错误消息,请检查其他与之相关的问题,我想我已经分配了我要计数的标签(DAU)< / p>
ggplot(data = df, aes (x = memberMonths, y=numberofXPurchased,group=id, color = id)) +
geom_smooth(method = "lm") +
geom_point(alpha=0) +
theme(legend.position = "none") +
labs(y="Membership in Months", x = "X purchased")
它一直为我的变量DAU_col提供错误,如果我选择活动选项卡为DAU,它将正常工作,否则将无法工作。