rapidsai/cudf

`RangeIndex.to_numpy`: Restore caching and fix signature

Open

#21,347 建立於 2026年2月5日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)C++ (6,000 star) (735 fork)batch import
Pythongood first issue

描述

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

貢獻者指南