Sarah Unterseher
04/09/2025, 2:51 PMValueError: Series contain missing or duplicate timestamps, or the timestamps do not match the provided frequency.
Please make sure that all series have a single observation from the first to the last timestamp and that the provided frequency matches the timestamps'.
You can refer to <https://docs.nixtla.io/docs/tutorials-missing_values> for an end to end example.
My training data (df) is structured as follows: I have three columns unique_id, ds and y. The time series of one unique_id are always 288 rows long and the next time series starts one hour after the previous one. So there are the same timestamps several times but with different unique_ids. According to the documentation, this should work, right? Unfortunately I don't understand why I am getting this error in my setup.Marco
04/09/2025, 3:02 PMSarah Unterseher
04/09/2025, 3:04 PMMarco
04/09/2025, 3:11 PMfill_gaps
in the link I sent before, does the number of rows stay the same?Sarah Unterseher
04/11/2025, 11:19 AM