Skip to content

Instantly share code, notes, and snippets.

@dpbac
Created June 23, 2021 17:45
Show Gist options
  • Select an option

  • Save dpbac/82cbff767192f0495d2a66199d61fe3c to your computer and use it in GitHub Desktop.

Select an option

Save dpbac/82cbff767192f0495d2a66199d61fe3c to your computer and use it in GitHub Desktop.
df_merge = pd.merge(df_store_2_item_28, forecast[['ds','yhat_lower','yhat_upper','yhat']],on='ds')
df_merge = df_merge[['ds','yhat_lower','yhat_upper','yhat','y']]
df_merge.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment