Python Pandas Zwracaj nazwę kolumny określonej kolumny

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