2个问题: 1。 我想在“ InvoiceDate”列中找到日期的最大值和最小值:
range(data$InvoiceDate)
,我得到一个错误: Summary.factor(c(6839L,6839L,6839L,6839L,6839L,6839L,6839L, “范围”对因素没有意义 2。 当我使用下面的函数时,它什么也不返回
data <- subset(data,InvoiceDate>= "2010-12-09")
这是错误:
警告消息:在Ops.factor(InvoiceDate,“ 2010-12-09”)中:'> ='不是 对因素有意义