📜  python pandas 返回特定列的列名 - Python 代码示例
📅  最后修改于: 2022-03-11 14:45:26.333000             🧑  作者: Mango
代码示例1
# Basic syntax:
list(df.columns)[column_number]
# This returns the column name of the column of interest