WrightTools.data.Data.remove_variable

Data.remove_variable(variable, *, implied=True, verbose=True)[source]

Remove variable from data.

Parameters:
  • variable (int or str) – Variable index or name to remove.

  • implied (boolean (optional)) – Toggle deletion of other variables that start with the same name. Default is True.

  • verbose (boolean (optional)) – Toggle talkback. Default is True.