📜  python 更新标题行 - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:16.943000             🧑  作者: Mango

代码示例1
new_header = df.iloc[0] 

df = df[1:] 

df.columns = new_header