how to drop a column by index in pandas code example Example: how to drop the index column in pandas df.reset_index(drop=True, inplace=True)