cudf.Series.values_host#
- property Series.values_host: numpy.ndarray[source]#
Return a NumPy representation of the data.
Only the values in the DataFrame will be returned, the axes labels will be removed.
- Returns:
- numpy.ndarray
A host representation of the underlying data.