數據分析與挖掘——學習筆記

版本:python3.6python 正在學習python,而後嘗試數據分析。學習 pandas模塊:spa import pandas c = './learn.xlsx' # 導入Excel表格 b = pandas.read_excel(c,index_col='日期') # 以日期做爲索引列 print(len(b)) # 打印全部的數據記錄 print(b.describe())
相關文章
相關標籤/搜索