Skip to content

Make show method for CategoricalValue three-argument#436

Open
andreasnoack wants to merge 4 commits intomasterfrom
an/show
Open

Make show method for CategoricalValue three-argument#436
andreasnoack wants to merge 4 commits intomasterfrom
an/show

Conversation

@andreasnoack
Copy link
Member

@andreasnoack andreasnoack commented Feb 14, 2026

Also, adjust two-argument show method for CategoricalPool such that it produces parseable results. With this change, I'm getting

julia> [String7("placebo")]
1-element Vector{String7}:
 "placebo"

julia> categorical([String7("placebo")])
1-element CategoricalArray{String7,1,UInt32}:
 "placebo"

Closes #435

Also, adjust two-argument show method for CategoricalPool such
that it produces parseable results.
@andreasnoack andreasnoack changed the title Make show method CategoricalValue three-argument Make show method for CategoricalValue three-argument Feb 14, 2026
Copy link
Member

@nalimilan nalimilan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

andreasnoack and others added 2 commits February 19, 2026 09:32
Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

show method issues for CategoricalValue

2 participants