hipdf.Series.values

Contents

hipdf.Series.values#

20 min read time

Applies to Linux

property Series.values#

Return a CuPy representation of the DataFrame.

Only the values in the DataFrame will be returned, the axes labels will be removed.

Returns#

cupy.ndarray

The values of the DataFrame.