Skip to content

Conversation

IamJeffG
Copy link
Contributor

This is special cased for np.ndarrays: applying to DataArrays
is not only inefficient but would also be wrong if the applied
function wanted to change metadata.

Fixes #326

This is special cased for np.ndarrays: applying to DataArrays
is not only inefficient but would also be wrong if the applied
function wanted to change metadata.
@shoyer shoyer added this to the 0.4 milestone Feb 20, 2015
shoyer added a commit that referenced this pull request Feb 20, 2015
Cleanly apply generic ndarrays to DataArray.groupby
@shoyer shoyer merged commit 6feb246 into pydata:master Feb 20, 2015
@shoyer
Copy link
Member

shoyer commented Feb 20, 2015

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DataArray.groupby.apply with a generic ndarray function
2 participants