[FEA] join two cudf data frames with list columns #5621
Labels
feature request
New feature or request
libcudf
Affects libcudf (C++/CUDA) code.
Python
Affects Python cuDF API.
Is your feature request related to a problem? Please describe.
Join method is used often at the preprocessing stages of ML and DL models. For recommender systems, one usage is to join two data frames with lists and/or nested lists columns. cuDF currently does not support that functionality.
Describe the solution you'd like
I'd like to be able to join two cudf data frames with list and/or nested list columns.
Additional context
Pandas support this operation (see example below).
The text was updated successfully, but these errors were encountered: