Skip to content

Have unpack support String names for the columns #1043

@ablaom

Description

@ablaom

As in

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions