Skip to content
Snippets Groups Projects
Commit 8720344a authored by Peter Lünenschloß's avatar Peter Lünenschloß
Browse files

...

parent 12594f8f
No related branches found
No related tags found
7 merge requests!685Release 2.4,!684Release 2.4,!567Release 2.2.1,!566Release 2.2,!501Release 2.1,!372fix doctest snippets,!369Current documentation
Pipeline #50944 failed with stages
in 1 minute and 12 seconds
......@@ -15,7 +15,7 @@ class Transformation:
field: str,
func: Callable[[pd.Series], pd.Series],
freq: Optional[Union[float, str]] = None,
target: str = None
target: str = None,
**kwargs
) -> saqc.SaQC:
return self._defer("transform", locals())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment