I am really really new on python. I have three col and about 7000~8000 rows on the excel file. How can I calculate the mean and std for each col after importing the data to python.
import xlrd
file_location = "C:/Users/Roy/Desktop/table.xlsx"
workbook = xlrd.open_workbook(file_location)
sheet=workbook.sheet_by_index(0)