各位大大们好,
在网络上查到这篇在教CLV建模
https://www.twblogs.net/a/5c37876abd9eee35b3a59e44
不过在执行
data = summary_data_from_transaction_data(df, 'CustomerID', 'InvoiceDate',
monetary_value_col='Sales',
observation_period_end='2011-12-9')
跳出
TypeError: float() argument must be a string or a number, not 'Day'
我也尝试更换档案中日期型态(str、int),但一样不行
想跟板上大大请教该怎么处理,非常感谢!