Re: Computations on pandas dataframes

2018-05-26 Thread Peter Otten
junkaccoun...@outlook.com wrote: > Hi, > > Python newbie here. I need help with the following two tasks I need to > accomplish using Python: > > > > Creating a matrix of rolling variances > > I have a pandas data frame of six columns, I would like to iteratively > comp

Computations on pandas dataframes

2018-05-25 Thread junkaccount36
Hi, Python newbie here. I need help with the following two tasks I need to accomplish using Python: Creating a matrix of rolling variances I have a pandas data frame of six columns, I would like to iteratively compute the variance along each column. Since I am a newbi