I am doing a forecast with FBProhpet and suddenly when I do the forecast, only the forecasted dates (ds) ate being displayed with hours minutes and seconds See pictures for more information.
CodePudding user response:
use:
df['ds']=pd.to_datetime(df['ds'])
df['ds']=df['ds'].dt.date