Python Pandas return Column Имя конкретного столбца

# Basic syntax:
list(df.columns)[column_number]
# This returns the column name of the column of interest
Charles-Alexandre Roy