【发布时间】:2022-11-20 13:27:53
【问题描述】:
I need only values but not date and time.. How can I separate them both
test1['predicted_mean'] = test1['predicted_mean'].apply(lambda x: x[20:]) test1
【问题讨论】:
-
Can you add what your expected output should look like?
标签: python time-series slice