Replies: 1 comment
-
I manage to use int freq, and make the datetime as int, problem solved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does any other guys would also need to work with unequally step data? for example, my data samples 11 times a day, I can't evenly split it in 24 hours.
Then I get this:
ValueError: There are missing combinations of ids and times in
futr_df
.You can run the
make_future_dataframe()
method to get the expected combinations or theget_missing_future(futr_df)
method to get the missing combinations.How should I deal with this kind of data? Any clue?
Beta Was this translation helpful? Give feedback.
All reactions