Skip to content

Deprecate values_host and optimize to_numpy for numeric types #21222

@Matt711

Description

@Matt711

Currently, values_host is exposed in the cuDF API, but it essentially duplicates
the functionality of to_numpy(). We should deprecate the former and move any
optimized logic to the latter(if applicable). We should also (where appropriate)
use cupy to copy the data from device to host.

Metadata

Metadata

Assignees

No one assigned

    Labels

    PythonAffects Python cuDF API.improvementImprovement / enhancement to an existing function

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions