how to remove first column from excel in pandas code example Example: remove column from dataframe df.drop('column_name', axis=1, inplace=True)