https://github.com/nixtla logo
m

Max (Nixtla)

09/08/2022, 4:31 PM
I have filtered down my dataset to just one unique ID
Probably you droped the id column and that is causing the error. Just add a
unique_id
column with any value (e.g. “series_1”) so you have a DF with the following columns:`unique_id:string` ,
ds:datestamp
,
y:float
.