dask.dataframe.Series.values

Contents

dask.dataframe.Series.values#

property Series.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.