rapidsai/cudf

`RangeIndex.to_numpy`: Restore caching and fix signature

Fechada

#21.347 aberto em 5 de fev. de 2026

 (3 comentários) (0 reação) (0 responsável)C++ (735 forks)batch import
Pythongood first issueimprovement

Métricas do repositório

Stars
 (6.000 estrelas)
Métricas de merge de PR
 (Mesclagem média 17d 21h) (230 fundiu PRs em 30d)

Description

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

Guia do colaborador