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.

Learning Library

Choose Language Hide Translation Bar
Concatenating Tables

What if you want to add one or more data tables to an existing table? For example, maybe the raw data are stored in different tables for different groups, or for different periods of data collection, and you want to have a single table with all the rows together. You can send the Concatenate message to a data table to create a new table that has the data from one or more other data tables appended to it. You specify the data table reference or references for the tables you want to concatenate, and you can optionally specify the name for the new data table that contains the concatenated data. If you don't want to create a separate data table, you can append the data tables in place by using the Append To First Table argument. So for example, the code shown here concatenates the data in the Poultry Hot Dogs data table to the data in the Beef Hot Dogs data table, creating a new data table named HD Cals.

Recommended Articles