Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support cupy and numpy array types in
flatten_list_column_values
(#251
) The motivation for this comes from: - `pd.api.types.is_list_like` return value for cupy array's changes depending on version of the pandas package. - Normalize op in NVTabular is expected to work on dictionaries of cupy arrays. It calls `flatten_list_column_values` if the array is list-like.
- Loading branch information