ValueError: df does not contain all expected columns. Missing columns: ['id'] when using predict_df #451
|
I am trying to generate forecasts using Below is the code i am trying My input dataframe (df_daily) contains the following columns:
There is no id column because this dataset represents a single stock data. How should this be handled when working with a single stock data ? Thanks for the great work on Chronos. |
Answered by
abdulfatir
Jan 31, 2026
Replies: 1 comment 5 replies
|
|
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not used the model itself. It's used by the API to return the forecasts correctly for multiple series.