chickadee » dataframe » df-from-rows

(df-from-rows column-keys source [column-key-compare: compare-symbol])procedure

Creates a data frame with the given column keys and populates it with data from source, a list of rows (or a generator of rows), each row being a list of values in column-keys order.