Broaden the types of indices that Table.slice
supports
#3130
Labels
core
Core development tasks
feature request
New feature or request
good first issue
Good for newcomers
query engine
Milestone
Table.slice()
returns subsets of a table's rows based upon thei
index of the rows. Slicing is allowed from the beginning or the end of the table.As discussed in #3110 (comment), we should be supporting slices of the form
x[-7:8]
, where the first slice index is negative, and the second slice index is positive (irstPositionInclusive < 0 && lastPositionExclusive > 0
).The documentation for the following need to be updated.
The text was updated successfully, but these errors were encountered: