📜  用第二行重命名 pandas 中的列 - Python 代码示例

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

代码示例1
In [23]: df.columns = df.iloc[1]