rapidsai/cudf

`RangeIndex.to_numpy`: Restore caching and fix signature

已关闭

#21,347 创建于 2026年2月5日

 (3 条评论) (0 个反应) (0 位负责人)C++ (735 个派生)batch import
Pythongood first issueimprovement

仓库指标

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

描述

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

贡献者指南