Utility functions used in dataframe.
Utility functions used in dataframe.
(are-in cols dataframe)return should be [] if all in
return should be [] if all in
(are-out cols dataframe)return should be [] if all out
return should be [] if all out
(check-duplicate-col colNames)Check for duplicated column names and return a column names list w/o duplicates
Check for duplicated column names and return a column names list w/o duplicates
(formatters-by-position formatters indices)Formatters keyed by position in indices instead of by column index. Columns not in indices are dropped, so a formatter cannot land on whichever column now sits at its old index.
Formatters keyed by position in indices instead of by column index. Columns not in indices are dropped, so a formatter cannot land on whichever column now sits at its old index.
(gets coll indices)unlike core/get, get elements from indices
unlike core/get, get elements from indices
(gets-format coll indices formatters)gets with format
gets with format
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |