cudf.DataFrame.values_host#
- property DataFrame.values_host: ndarray[source]#
Return a NumPy representation of the data.
Only the values in the DataFrame will be returned, the axes labels will be removed.
Deprecated since version 26.04: values_host is deprecated and will be removed in a future version. Use to_numpy() instead.
- Returns:
- numpy.ndarray
A host representation of the underlying data.