I have a Google Sheet containing data arranged in 12 columns. I am making a list of all the column labels using:
df.columns.tolist()
On my lo