I would like to calculate the 2-day average prc of a certain ticker in the data shown in the image below. I am aware of df.PRC.rolling(window=2).mean(), however
df.PRC.rolling(window=2).mean()