You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with time series, sometimes the time column is missing. For that, it is useful to have a function which creates a range of Date Column. Right now, I don't find the correct place to implement that.
Also I would implement this #913, while working on this issue.
Is your feature request related to a problem?
When working with time series, sometimes the time column is missing. For that, it is useful to have a function which creates a range of Date Column. Right now, I don't find the correct place to implement that.
Also I would implement this #913, while working on this issue.
Desired solution
I would like something like this: https://docs.pola.rs/api/python/stable/reference/expressions/api/polars.date_range.html but for the Interval I would use Literals and limit the user to only a few.
The text was updated successfully, but these errors were encountered: