Getting Started
How to Use
Internals
Reference
Create Dask Array from a Dask Dataframe
Warning: This creates a dask.array without precise shape information. Operations that depend on shape information, like slicing or reshaping, will not work.
See also
dask.dataframe.DataFrame.values
dask.dataframe.from_dask_array
Examples
>>> df.to_records()
previous
dask_expr.to_hdf
next
dask_expr.to_sql