ibis icon indicating copy to clipboard operation
ibis copied to clipboard

feat: remove `IntegerValue.label()`

Open NickCrews opened this issue 1 year ago • 1 comments

Putting this up for tracking it, not immediately actionable.

Once #9096 lands then I think we should remove the IntegerValue.label(labels, nulls) method. Users can easily switch to val.cases(*enumerate(labels), else_=nulls), and we can have this pointer in the deprecation notice.

Originally posted by @NickCrews in https://github.com/ibis-project/ibis/pull/9096#discussion_r1586541965

NickCrews avatar Jul 16 '24 17:07 NickCrews

Seems reasonable!

cpcloud avatar Jul 16 '24 18:07 cpcloud