df =pd.read_csv('filename.csv', sep=',') months = {'jan':1, 'feb':2, 'mar':3, 'apr':4, 'may':5, 'jun':6, 'jul':7, 'aug':8, 'sep':9, ...
確定! 回上一頁