Skip to content

feat(expr-ir): Add BaseFrame.unnest#3414

Merged
dangotbanned merged 13 commits intooh-nodesfrom
expr-ir/dataframe-unnest-3
Jan 23, 2026
Merged

feat(expr-ir): Add BaseFrame.unnest#3414
dangotbanned merged 13 commits intooh-nodesfrom
expr-ir/dataframe-unnest-3

Conversation

@dangotbanned
Copy link
Member

@dangotbanned dangotbanned commented Jan 23, 2026

Description

Back from a little detour w/ #3396 to finally conclude the missing features for LogicalPlan series (start from #3364).

This one is DslFunction::Unnest, which we currrently don't have an equivalent of on main.
It'll come up eventually 😅

Related issues

@dangotbanned dangotbanned added enhancement New feature or request internal pyarrow Issue is related to pyarrow backend labels Jan 23, 2026
The benefit of `Series.struct.unnest` is to get the field names *"for free"*
...but we already have them - so `ChunkedArray.flatten` is good enough
I've already checked and found the columns to be duplicated
Just reusing that path to display the duplicate(s) consistently
- Using `DType.__eq__` is a waste of time
- No idea why I aliased `dtypes` there
@dangotbanned dangotbanned marked this pull request as ready for review January 23, 2026 22:49
@dangotbanned dangotbanned merged commit 2bb7442 into oh-nodes Jan 23, 2026
22 of 35 checks passed
@dangotbanned dangotbanned deleted the expr-ir/dataframe-unnest-3 branch January 23, 2026 22:55
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 pyarrow Issue is related to pyarrow backend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant