Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人知道将 unix 时间戳转换为 date_time 属性的方法吗?
我尝试使用 R 扩展(我的运算符主要是用 R 编写的),例如 .POSIXct 函数来转换时间戳,但似乎 rapidminer 不喜欢它并一直忽略它。
任何帮助表示赞赏
谢谢
生成属性的一个鲜为人知的特性是输入属性可以是输出属性,因此不会创建新属性。此外,属性的类型也发生了变化。
换句话说,只要输入是自纪元以来的毫秒数,这样的构造就可以工作。
unixtime = date_parse(unixtime)