Drop the first column in a dataframe

PHOTO EMBED

Wed Jun 01 2022 05:58:05 GMT+0000 (Coordinated Universal Time)

Saved by @Thapelo_99 #python

# Drop first column of dataframe
df = df.iloc[: , 1:]
content_copyCOPY