dask.dataframe.to_records# dask.dataframe.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. See also dask.dataframe.DataFrame.values dask.dataframe.from_dask_array Examples >>> df.to_records()