feat: remove IntegerValue.label()
#9612
Labels
breaking change
Changes that introduce an API break at any level
refactor
Issues or PRs related to refactoring the codebase
Milestone
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 toval.cases(*enumerate(labels), else_=nulls)
, and we can have this pointer in the deprecation notice.Originally posted by @NickCrews in #9096 (comment)
The text was updated successfully, but these errors were encountered: