hipdf.DataFrame.values_host# 21 min read time Applies to Linux property DataFrame.values_host: ndarray# Return a NumPy representation of the data. Only the values in the DataFrame will be returned, the axes labels will be removed. Returns# numpy.ndarrayA host representation of the underlying data.