What is the idiomatic way to add a pandas series to a dask dataframe?
Pandas is far more flexible for working with data so I often bring parts of dask dataframes into memory, manipulate columns and create new ones. I would then like to add these new columns to the original dask dataframe. How can these be accomplished?