Closed behrica closed 2 months ago
I think categorical->number should just return a long column and not a floating point column. The long column will auto-convert to reasonable double values if asked specifically for a double representation so breakage to existing systems should be minimal.
:+1:
-> -> (2.0 3 2 1 0)
So we have 2.0 and 2 in the column :y, which seems to be wrong.
see here: https://clojurians.zulipchat.com/#narrow/stream/236259-tech.2Eml.2Edataset.2Edev/topic/unexpected.20.22distinct.22.20of.20float.20columns