【優達學城測評】Intro to XLRD

2019獨角獸企業重金招聘Python工程師標準>>> import xlrd datafile="2013_ERCOT_Hourly_Load_Data.xls" def parse_file(datafile):     workbook=xlrd.open_workbook(datafile)     sheet=workbook.sheet_by_index(0)     data=[[s
相關文章
相關標籤/搜索