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 create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar

How to split a data table in two

I'd like to randomly select 75% of my rows and save that to one data table and save the other random 25% of my rows to a second data table.  Can this be accomplished in JMP?

1 ACCEPTED SOLUTION

Accepted Solutions
ms
Super User (Alumni) ms
Super User (Alumni)

Re: How to split a data table in two

Here is one way to do it interactively:

1. Select 75% of rows by entering 0.75 in Rows -> Row Selection -> Select Randomly...

2. Make a subset of these 75% by selecting Tables -> Subset (check Selected rows and All columns in he Subset dialog)

3. Activate the original table (with the 75% still selected) and choose Rows -> Delete Rows to get rid of these rows and keep the remaining 25%.

View solution in original post

2 REPLIES 2
ms
Super User (Alumni) ms
Super User (Alumni)

Re: How to split a data table in two

Here is one way to do it interactively:

1. Select 75% of rows by entering 0.75 in Rows -> Row Selection -> Select Randomly...

2. Make a subset of these 75% by selecting Tables -> Subset (check Selected rows and All columns in he Subset dialog)

3. Activate the original table (with the 75% still selected) and choose Rows -> Delete Rows to get rid of these rows and keep the remaining 25%.

Re: How to split a data table in two

Thank you!  That was very easy.

Recommended Articles