-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Open
Labels
arrays[a, r, r, a, y, s][a, r, r, a, y, s]speculativeWhether the change will be implemented is speculativeWhether the change will be implemented is speculative
Description
#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?
brenhinkeller
Metadata
Metadata
Assignees
Labels
arrays[a, r, r, a, y, s][a, r, r, a, y, s]speculativeWhether the change will be implemented is speculativeWhether the change will be implemented is speculative