-
Notifications
You must be signed in to change notification settings - Fork 8
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
Different API with rolling
function
#14
Comments
What would be involved? |
it could reduce the number of exported functions and provide an API quite similar to Python Pandas and have a kind of object oriented API (by using multiple dispatch) See https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.rolling.html An other feature that could be provide could be to also have expanding functions. For example we have So a similar approach could be done with expanding functions |
your It wouldn't really reduce the number of exported functions .. I could simply not export the FYI the general approach was (no disrespect to Pandas) inspired by functions and libs I had used with R. Adding |
|
ok -- thank you for the note |
Hello,
I wonder if
or with piping operator
couldn't be an interesting API
What is your opinion?
Kind regards
The text was updated successfully, but these errors were encountered: