rapidsai/cudf
`RangeIndex.to_numpy`: Restore caching and fix signature
Geschlossen
#21.347 geöffnet am 05.02.2026
Pythongood first issueimprovement
Repository-Metriken
- Stars
- (6.000 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 17T 21h) (230 gemergte PRs in 30 T)
Beschreibung
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