dask_expr.to_records

dask_expr.to_records

dask_expr.to_records(df)[source]

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.

Examples

>>> df.to_records()