Skip to content
Snippets Groups Projects

Horizontal axis rolling

Merged Peter Lünenschloß requested to merge haxisRolling into develop
All threads resolved!
1 file
+ 0
5
Compare changes
  • Side-by-side
  • Inline
+ 0
5
@@ -56,11 +56,6 @@ class RollingMixin:
sampled timeseries, the period number will be casted down to an odd number if
``center=True``.
target :
Field to write the result of the rolling calculation to. Will be generated if not existant.
If not given, `field` will be overwritten with the calculations result.
If multiple fields are given, `target` must be assigned.
func : default mean
Function to roll with.
Loading