Skip to content

columns, rows & slices views #32317

@StefanKarpinski

Description

@StefanKarpinski

#32310 made me think of a discussion I'd had about data frames and wanting to be able to write columns(df) to access a data frame as a collection of columns. We could make eachcol(df) work like that but the each in the name gets a bit weird. So perhaps we might want to rename (or alias until 2.0) eachcol to columns and make it act more like a view of the underlying collection than as just an iterator. There would be corresponding rows and slices view wrappers. Thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    arrays[a, r, r, a, y, s]speculativeWhether the change will be implemented is speculative

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions