Skip to content

implement array.sort_values() for 1D arrays #478

@gdementen

Description

@gdementen

ie no argument necessary.

see also #225.

current workaround is to expand, which is very silly:

arr = ndtest(10)
arr['a5'] = -1
arr['a3'] = 10
arr.expand(Axis(['_'], '_')).sort_values('_')['_']

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions