Module polars_time::prelude

source ·

Re-exports

Structs

Enums

Constants

Functions

  • Create a DatetimeChunked from a given start and stop date and a given every interval.
  • Different from groupby_windows, where define window buckets and search which values fit that pre-defined bucket, this function defines every window based on the: - timestamp (lower bound) - timestamp + period (upper bound) where timestamps are the individual values in the array time
  • Based on the given Window, which has an