Needed an advice on how to exclude few columns in a data frame and calculate the mean value of the rest columns seperately. I could do it one by one but my wish is to know if I can do it by one code.
Age Height Weight (excluding weight and getting the mean of age and height and print them seperately)
I'm expecting for a quicker and smarter solution.