I need to calculate [mean] for only some particular variable in a data set. I have a data frame in python contain variables like ID,Name,Jan,Feb,Mar,Apr,June. With this variable i have to create a new variable like "Avgmnth". by calculating the mean only for Feb,Mar,Apr
How to calculate this in python.Help me in this