Pythongood first issueimprovement
倉庫指標
- 星標
- (6,000 顆星)
- PR 合併指標
- (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