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
Removing columns is pretty easy with maps (->> ... (map #(dissoc % :this :that)) ...), but subsetting isn't a one liner. And even removing positionally on vector rows isn't immediately obvious. So it would be nice to have some abstractions to take care of this.
The text was updated successfully, but these errors were encountered:
Removing columns is pretty easy with maps
(->> ... (map #(dissoc % :this :that)) ...)
, but subsetting isn't a one liner. And even removing positionally on vector rows isn't immediately obvious. So it would be nice to have some abstractions to take care of this.The text was updated successfully, but these errors were encountered: