-
Notifications
You must be signed in to change notification settings - Fork 163
Closed
Labels
High priorityhigh-priority taskshigh-priority tasksimproveImprovement of an existing functionalityImprovement of an existing functionalityjoinrefactorInternal code changes, clean-ups or reorganizations that are not externally visibleInternal code changes, clean-ups or reorganizations that are not externally visible
Milestone
Description
This is needed to implement efficient joins: the columns from the Left frame and the columns from the Right frame will have different RowIndices applied to them.
This feature may also be handy when selecting regular columns alongside with the computed ones.
This change will remove the rowindex
property in DataTable
object, possibly replacing it with nrowindices
field counting the number of different rowindices for all columns in the frame.
Metadata
Metadata
Assignees
Labels
High priorityhigh-priority taskshigh-priority tasksimproveImprovement of an existing functionalityImprovement of an existing functionalityjoinrefactorInternal code changes, clean-ups or reorganizations that are not externally visibleInternal code changes, clean-ups or reorganizations that are not externally visible