Wrapping existing building blocks are already there with the periodicity/aggregation/infilling modules in a convenience function, as well as Polars resampling function.
https://docs.pola.rs/user-guide/transformations/time-series/resampling/
Use case (based on this paper to study different sampling frequencies):
Original water quality dataset is every 7 hours for one year.
Data is sub-sampled to daily, weekly, bi-weekly, monthly, and seasonal basis.
https://doi.org/10.1007%2Fs10661-015-4637-9
Wrapping existing building blocks are already there with the periodicity/aggregation/infilling modules in a convenience function, as well as Polars resampling function.
https://docs.pola.rs/user-guide/transformations/time-series/resampling/
Use case (based on this paper to study different sampling frequencies):
Original water quality dataset is every 7 hours for one year.
Data is sub-sampled to daily, weekly, bi-weekly, monthly, and seasonal basis.
https://doi.org/10.1007%2Fs10661-015-4637-9