rapidsai/cudf

[FEA] Add support to str.normalize_spaces and str.normalize_characters in dask_cudf

Open

#10,908 创建于 2022年5月19日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)C++ (735 fork)batch import
Pythonfeature requestgood first issue

仓库指标

Star
 (6,000 star)
PR 合并指标
 (平均合并 17天 21小时) (30 天内合并 230 个 PR)

描述

Is your feature request related to a problem? Please describe. str.normalize_spaces and str.normalize_characters are not supported in dask_cudf . It would be great to expose them via dask_cudf.

Describe the solution you'd like To have those methods available.

Describe alternatives you've considered None

Additional context Using RAPIDS 22.04 in a DGX-1 server

贡献者指南