#Write a function std() that takes in a DataFrame and the name of a column, and returns the standard deviation of all the data in that column. Test your function on the Height and Weight columns.
# In this example, we are interested in the distribution of the estimator of the variance # of the observation error in linear regression. # We are also interested in ...