dask.dataframe.DataFrame.values¶
- property DataFrame.values¶
Return a dask.array of the values of this dataframe
Warning: This creates a dask.array without precise shape information. Operations that depend on shape information, like slicing or reshaping, will not work.