> I have filtered down my dataset to just one u...
# general
m
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
.