Skip to content

*_by function break when specifying all axes #913

Closed
@gdementen

Description

@gdementen
>>> arr = ndtest(3)
>>> arr.sum_by('a')
3

There is an ugly workaround but that is not user-friendly at all:

>>> arr.expand('b=b0').sum_by('a')
a  a0  a1  a2
    0   1   2

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions