📜  使用数字 pd 数据框更改列名 - Python 代码示例

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

代码示例3
df.columns = ['Bill', 'name', 'type']
df