Skip to content
Snippets Groups Projects

Funcs dict

Merged Peter Lünenschloß requested to merge funcsDict into develop
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -104,7 +104,7 @@ class InterpolationMixin:
self: "SaQC",
field: str,
window: str | int,
func: Callable[[pd.Series], float] = "median",
func: Callable[[pd.Series], float] | str = "median",
center: bool = True,
min_periods: int = 0,
flag: float = UNFLAGGED,
Loading