hipdf.Index.values# 21 min read time Applies to Linux property Index.values: ndarray# Return a CuPy representation of the DataFrame. Only the values in the DataFrame will be returned, the axes labels will be removed. Returns# cupy.ndarrayThe values of the DataFrame.