阿里巴巴测开编程题-输出Excel列表列号

import pandas as pd
df = pd.read_excel('./xx.xls')
print(df.columns)

 

posted @ 2021-01-25 21:52  蒋励  阅读(81)  评论(0编辑  收藏  举报