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.
Created:
Nov 30, 2023 05:48 PM
| Last Modified: Nov 30, 2023 3:03 PM(2064 views)
Let's say, I have 2 tables. Table dt1 has an arbitrary number of columns (a, b , ...) and table dt2 has columns (x, y , ...).
What is the easiest way in Jmp to generate a crossed join of the two tables - such that for any row an, bn, ... from dt1, there are rows in the final table with an, bn, ... in combination with values xm,ym, ... from dt2.