Skip to content

select: on a categorical DataSeries should return a categorical DataSeries #128

Open
@evd995

Description

a := DataSeries withValues: #(1 2 2 3 5).
a makeCategorical.
a isCategorical. "true"

b := a select: [ :each | each = 2].
b isCategorical. "false"

When performing select: or reject: on a categorical DataSeries one should receive a categorical DataSeries (same with a numerical DataSeries)

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions