rapidsai/cudf

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

オープン

#10,908 opened on 2022/05/19

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (735 件のフォーク)batch import
Pythonfeature requestgood first issue

Repository metrics

Stars
 (6,000 個のスター)
PR merge metrics
 (平均マージ 17d 21h) (30d で 230 merged PRs)

説明

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

コントリビューターガイド