Skip to content

Add findcols #3235

@bkamins

Description

@bkamins

What do you think about adding the following function:

findcols(predicate, df::AbstractDataFrame) = findall(predicate, eachcol(df))

Maybe such function would be more readable than using predicate.(eachcol(df)) for column selection?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions