NVIDIA / NVIDIA/cudf

[FEA] df.explode with multiple columns

Open
#10,271 4 comments 0 reactions 0 assignees View on GitHub
feature request Python
Dominant language
C++
Stars
9.8k
Forks
1.1k
Avg merge
3d 6m
Merged PRs (30d)
278

Description

**Is your feature request related to a problem? Please describe.**
Pandas supports exploding multiple columns with `df.explode`, but currently cudf fails for that case.

**Describe the solution you'd like**
Support explode with multiple column names. The doc contains an example of the expected output from a multi column explode:
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.explode.html#pandas-dataframe-explode

**Describe alternatives you've considered**
I haven't been able to come up with a workaround to this, but it might be 2 separate explodes + a merge of some kind to get to the same result.

**Additional context**
Add any other context, code examples, or references to existing implementations about the feature request here.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.