scicloj / tablecloth

Dataset manipulation library built on the top of tech.ml.dataset
https://scicloj.github.io/tablecloth
MIT License
305 stars 27 forks source link

Fix sorting regression for non-numerical columns #167

Closed schneiderlin closed 2 months ago

schneiderlin commented 3 months ago

Upgrade TMD to the latest version by fixing a regression. this code uses tech.v3.datatype.functional/< or tech.v3.datatype.functional/> to sort columns which no longer works if types are not numerical. Should be replaced with clojure comparator (similar to tablecloth.api.order-by namespace)