Pandas學習筆記

import pandas as pd df = pd.read_excel("excel-comp-data.xlsx")  #讀取數據,返回一個DataFrame對象 df.head()  #讀取頭部 df['mark']=1  #做標記 下面是對上面代碼的說明: 下圖是文件excel-comp-data.xlsx中的內容 使用head方法讀取頭部數據,對應代碼中的df.head() d
相關文章
相關標籤/搜索