可以通过设置header参数来指定目标行的数据为列标签
header
p = pd.read_excel(.xlsx', header=2)
参考 https://zhuanlan.zhihu.com/p/362709226