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.
Delete Duplicate Rows
robot
Level VI

This JSL script will delete duplicate rows in a data table.  The first unique occurrence of each row is preserved.

Comments
guy_yosef

I usually do summary of all columns. if its the same value i dont catre which line is kept

but to get only the last results... i need to do summary by max date and then join it with the orginal table (it happen alot due to rework or remesure)

Recommended Articles