when to sue drop first in python pandas code example
Example: drop the first column pandas
df.set_index['column'] # column refers to column to be set as index
df.set_index['column'] # column refers to column to be set as index