You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, eg. :type/float64, selects columns with meta tag :datatype with :float64 value.
There can be other meta tags which should be accessible similar way.
select-columns and column-names accept an argument to select meta tag. Other functions do not have this ability.
Currently, eg.
:type/float64
, selects columns with meta tag:datatype
with:float64
value.There can be other meta tags which should be accessible similar way.
select-columns
andcolumn-names
accept an argument to select meta tag. Other functions do not have this ability.General way should be implemented:
https://clojurians.zulipchat.com/#narrow/stream/236259-tech.2Eml.2Edataset.2Edev/topic/tablecloth.20column-selector.20as.20in.20TMD
The text was updated successfully, but these errors were encountered: