I have a pyspark dataframe with a vector column "features". I want to add a column with a vector of means of the features over a window.
I know how to recei