techascent / tech.ml.dataset

A Clojure high performance data processing system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`replace-missing` removes sometimes column metadata

behrica opened this issue · comments

Could it be that there are similar problems in other places ?

(ds-col/new-column colname result)
?

Probably it is correct to say, that a TMD function should not "touch" any column metadata it is not directly concerned with.
(especially preserving all existing column metadata)

Yes I agree.

Fixed in latest.