-
Notifications
You must be signed in to change notification settings - Fork 166
Open
0 / 20 of 2 issues completedLabels
enhancementNew feature or requestNew feature or requestnested data`list`, `struct`, etc`list`, `struct`, etc
Description
Related
- [Enh]: Allow
LazyFrame.with_row_index(..., order_by=...)
#2307 (comment) - [Enh]: Allow
LazyFrame.with_row_index(..., order_by=...)
#2307 (comment) - feat: Add
order_by
option inwith_row_index
method #2683
Description
polars.int_range
was considered in (#2307) but ultimately wasn't the right fit.
I still think it's got a lot of utility on it's own and could be a model for a future date_range
.
Really anywhere a package might be using range
or np.arange
- we'd be able to offer an alternative that:
- Is performant
- Doesn't depend on anything beyond
backend
i. Similar to other entry points we have like 1, 2 - Gives you direct access to the rest of the
narwhals
API
i.nw.int_range(..., eager=True)
->nw.Series
ii.nw.int_range(..., eager=False)
->nw.Expr
Sub-issues
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestnested data`list`, `struct`, etc`list`, `struct`, etc