Trying to convert the dataframe into the prophet expected format. Issue with ds

后端 未结 0 1383
难免孤独
难免孤独 2021-02-15 04:39
#Covnvert the dataframe into the prophet expected format.
apple.rename(columns={\'close\': \'y\', \'date\': \'ds\'},inplace=True)
apple[\'ds\'] = pd.to_datetime(apple[\'         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题