📜  pandas iloc 包含标头 - Python 代码示例

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

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