We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
see also #5556
Right now it's either aggregate whole chunks or 1D arrays, maybe should allow frame-by-frame
The text was updated successfully, but these errors were encountered:
Briefly tried to use panel groupby
p is items x major x minor
def func(x):
p.groupby(function, axis = 'items')
I did a simple version for groupby on items and works but prob inefficient
Panel(dict([ (i,p[i].groupby(func)) for i in p.items ])).reindex_like(p)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
see also #5556
Right now it's either aggregate whole chunks or 1D arrays, maybe should allow frame-by-frame
The text was updated successfully, but these errors were encountered: