cudf.Series.values_host#

property Series.values_host: np.ndarray[source]#

Return a numpy representation of the data.

Deprecated since version 26.04: values_host is deprecated and will be removed in a future version. Use to_numpy() instead.