Skip to content

Instantly share code, notes, and snippets.

@erap129
Created September 26, 2021 13:48
Show Gist options
  • Select an option

  • Save erap129/ddb6dc37b6f2b8502c2ef9a51a057dae to your computer and use it in GitHub Desktop.

Select an option

Save erap129/ddb6dc37b6f2b8502c2ef9a51a057dae to your computer and use it in GitHub Desktop.
NASA RUL project - dropping columns
train_df.drop(columns=['sensor_25', 'sensor_26'], inplace=True)
SENSOR_COLUMN_NAMES.remove('sensor_25')
SENSOR_COLUMN_NAMES.remove('sensor_26')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment