Python Pandas mengembalikan nama kolom dari kolom tertentu

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