cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
Choose Language Hide Translation Bar

Exclude a specified list of columns

I would like to see a new function that excludes a specified list of columns

    

obj << exclude columns( <{column 1, column 2, ......}> | <[ column #, column # ....]>)

 

Examples:

dt << exclude columns( {:A, :B } );
dt << exclude columns( index( 5, 7 ) );
dt << exclude columns( dt << get selected columns );