remove features from dataframe python code example Example: removing features pandas df.drop([‘feature_1’,’feature_2’], inplace = True, axis = 1)