DATA ANALYSIS PACKAGE SYMBOL

JoinT

JoinT[datatable1,datatable2,...]
returns a DataTable which results from first transposing the datatablei, then using Join, and transposing the resulting DataTable again.

DetailsDetails

  • The JoinT function is useful when joining DataTable objects with different rows/columns.

ExamplesExamplesopen allclose all

Basic Examples  (1)Basic Examples  (1)

Define two data sets:

In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=

Join them using JoinT:

In[3]:=
Click for copyable input
Out[3]=