chickadee » dataframe » map-columns

(map-columns proc df [keys: #f])procedure

Applies the given procedure to the named columns of the dataframe (default: every column) and returns the result as a dataframe. proc receives the column object itself.