how to skip any column in pandas code example Example: removing features pandas df.drop([‘feature_1’,’feature_2’], inplace = True, axis = 1)