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

Reverse function #105

Open
avilchess opened this issue Apr 11, 2019 · 0 comments
Open

Reverse function #105

avilchess opened this issue Apr 11, 2019 · 0 comments
Labels
enhancement New feature or request Feature Candidate features
Milestone

Comments

@avilchess
Copy link
Contributor

Is your feature request related to a problem? Please describe.
It would be nice to have a function that let us reverse a time series. Like the following example:

a = [1,2,3,4,5]
a_reversed = [5,4,3,2,1]

@avilchess avilchess added enhancement New feature or request Feature Candidate features labels Apr 11, 2019
@avilchess avilchess added this to the 0.3.0 milestone Apr 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Feature Candidate features
Development

No branches or pull requests

1 participant