Python Pandas retourne la colonne Nom d'une colonne spécifique

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