Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transform function for TimeSeries #169

Closed
Kostiiii opened this issue Jul 28, 2020 · 3 comments
Closed

Transform function for TimeSeries #169

Kostiiii opened this issue Jul 28, 2020 · 3 comments
Labels
feature request Use this label to request a new feature good first issue Good for newcomers

Comments

@Kostiiii
Copy link
Contributor

Describe proposed solution
New function in TimeSeries class named transform taking as parameter function and applying it to TimeSeries itself. For reference see pandas-pipe

signature:
transform(self, function, *args, **kwargs) -> TimeSeries

@Kostiiii Kostiiii added feature request Use this label to request a new feature good first issue Good for newcomers labels Jul 28, 2020
@pennfranc
Copy link
Contributor

If I'm not mistaken, this would basically extend #121 to incorporate args and kwargs, right?

@Kostiiii
Copy link
Contributor Author

There are some differences, main one is that function should be TimeSeries -> TimeSeries and not float -> float.

@hrzn
Copy link
Contributor

hrzn commented Oct 4, 2020

Closing, as it will be part of the next release.

@hrzn hrzn closed this as completed Oct 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Use this label to request a new feature good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants