As in ```julia data = load_iris() y, X = unpack(==("target")) # now only `==(:target)` is supported now ``` This can lower the congnitive burden for newcomers familiar with DataFrames.jl which supports string indexing of columns.
As in
This can lower the congnitive burden for newcomers familiar with DataFrames.jl which supports string indexing of columns.