I am having a csv file that I read into Python, it has several numeric columns and a string column(station). When I called groupby([\'year\',\'month\',\'day\']).mean()
groupby([\'year\',\'month\',\'day\']).mean()