Windows 系統(tǒng)
對(duì)于Windows 系統(tǒng)怎么讀???
df_excel = pd.read_excel('C:\Users\zacha\Downloads\DVN.xlsx')
df_excel.head(5)
這樣嗎?可是運(yùn)行不了
對(duì)于Windows 系統(tǒng)怎么讀???
df_excel = pd.read_excel('C:\Users\zacha\Downloads\DVN.xlsx')
df_excel.head(5)
這樣嗎?可是運(yùn)行不了
舉報(bào)
2021-09-11
sheet超過(guò)一個(gè)的時(shí)候要指定sheet_name吧