对于Windows 系统怎么读取?
df_excel = pd.read_excel('C:\Users\zacha\Downloads\DVN.xlsx')
df_excel.head(5)
这样吗?可是运行不了
sheet超过一个的时候要指定sheet_name吧