modin.pandas.DataFrame.values

property DataFrame.values: ndarray[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.26.0/snowpark-python/.tox/docs/lib/python3.9/site-packages/modin/pandas/base.py#L4246-L4251)

Return a NumPy representation of the dataset.

Return type:

np.ndarray

Language: English