Skip to content

add function to rename cols #8

@behrica

Description

@behrica

I implemented it for me like this:

(defn rename-cols [renames df]
   (map #(clojure.set/rename-keys % renames) df)
  )

It is a rather trivial function, so I am not sure if you want to have it in huri.core.

If you are interested, I could make a PR

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions