rapidsai/cudf

`RangeIndex.to_numpy`: Restore caching and fix signature

クローズ

#21,347 opened on 2026/02/05

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (735 件のフォーク)batch import
Pythongood first issueimprovement

Repository metrics

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

説明

Currently, RangeIndex.to_numpy() is missing standard pandas arguments and lacks the caching mechanism previously provided by values_host. We should add caching back and make the signature compliant:

def to_numpy(self, dtype=None, copy=False, na_value=None)
  • See #21346

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