Safe-DS / Library

A user-friendly library for Data Science in Python.
https://library.safeds.com
MIT License
18 stars 4 forks source link

feat: add date range #914

Closed Gerhardsa0 closed 4 months ago

Gerhardsa0 commented 4 months ago

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.