📌  相关文章
📜  如何在 pandas 中添加列标题 - Python 代码示例

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

代码示例1
#suppose team is a df that has unnamed columns (0,1...)
team.columns =['Name', 'Code', 'Age', 'Weight']