cudf.Index.values# property Index.values: ndarray[source]# 返回DataFrame的CuPy表示。 仅返回DataFrame中的值,轴标签将被移除。 Returns: cupy.ndarrayDataFrame 的值。