Basic Examples 
(2)
 

Output rows of data as a dataset:
In[10]:=
[◼]
DatasetForm
[Table[<|"x"RandomInteger[1000],"y"RandomReal[]|>,{3}]]
Out[10]=
Copying the result and reevaluating gives the original data:
In[11]:=
x
y
773
0.975813
767
0.793623
884
0.251968
Out[11]=
{x773,y0.975813,x767,y0.793623,x884,y0.251968}

Scope 
(3)
 


Properties and Relations 
(3)
 
