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

Is the apply function implemented? #49

Closed
dnk8n opened this issue Feb 27, 2019 · 2 comments
Closed

Is the apply function implemented? #49

dnk8n opened this issue Feb 27, 2019 · 2 comments

Comments

@dnk8n
Copy link

dnk8n commented Feb 27, 2019

Is there documentation on which functions are implemented and which are not?

I couldn't get apply(df, length) to work, nor could I get an alternative df["sequence_length"] = df["sequence"].str.len() (python code) to work.

Am I missing something, or is that functionality missing?

@malmaud
Copy link
Collaborator

malmaud commented Feb 28, 2019

apply seems to be wrapped

pyattr_set([Rolling], :agg, :aggregate, :apply, :corr, :count, :cov, :kurt, :max, :mean, :median, :min, :ndim, :quantile, :skew, :std, :sum, :validate, :var)
. If you post a specific error message, we could go from there.

@malmaud
Copy link
Collaborator

malmaud commented May 17, 2019

Closing for inactivity.

@malmaud malmaud closed this as completed May 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants