Skip to content

feat(expr-ir): Impl DataFrame.unique#3364

Merged
dangotbanned merged 10 commits intooh-nodesfrom
expr-ir/dataframe-unique
Dec 22, 2025
Merged

feat(expr-ir): Impl DataFrame.unique#3364
dangotbanned merged 10 commits intooh-nodesfrom
expr-ir/dataframe-unique

Conversation

@dangotbanned
Copy link
Member

@dangotbanned dangotbanned commented Dec 21, 2025

Description

This'll be the first in a series of PRs that close gaps in non-Expr features.

Will be focusing on what is defined in DslPlan, and this one is for DslPlan::Distinct.

Related issues

@dangotbanned dangotbanned added enhancement New feature or request internal labels Dec 22, 2025
Comment on lines +290 to +291
class todo: # pragma: no cover # noqa: N801
"""A variation of `not_implemented`, for shorter-lived placeholders."""
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I still want to have this, but it doesn't make sense now that it isn't used in the PR 😅

@dangotbanned dangotbanned marked this pull request as ready for review December 22, 2025 21:54
@dangotbanned dangotbanned merged commit 158eda2 into oh-nodes Dec 22, 2025
30 of 35 checks passed
@dangotbanned dangotbanned deleted the expr-ir/dataframe-unique branch December 22, 2025 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request internal

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant