(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
(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 is a website building & hosting documentation for Clojure/Script libraries
× close