Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
DataReshapers
Guides
Data reshaping functions
Tech Notes
Data transformation workflows
Long form data transformation
Wide form data transformation
Symbols
CrossTabulate
CrossTabulationMatrixQ
CrossTensorate
CrossTensorateSplit
DatasetToMatrix
GridTableForm
LongFormDataset
PivotLonger
RecordsSummary
RecordsToLongFormDataset
RecordsToWideFormDataset
SeparateColumn
ToAutomaticKeysAssociation
TypeOfDataToBeReshaped
WideFormDataset
AntonAntonov`DataReshapers`
W
i
d
e
F
o
r
m
D
a
t
a
s
e
t
W
i
d
e
F
o
r
m
D
a
t
a
s
e
t
[
d
s
,
i
d
C
o
l
s
,
v
a
r
C
o
l
,
v
a
l
C
o
l
]
c
o
n
v
e
r
t
s
t
h
e
d
a
t
a
s
e
t
d
s
i
n
t
o
w
i
d
e
f
o
r
m
t
h
a
t
h
a
s
r
o
w
s
c
o
r
r
e
s
p
o
n
d
i
n
g
t
o
i
d
C
o
l
s
,
c
o
l
u
m
n
s
f
r
o
m
t
h
e
c
o
l
u
m
n
v
a
r
C
o
l
,
a
n
d
v
a
l
u
e
s
f
r
o
m
t
h
e
c
o
l
u
m
n
v
a
l
C
o
l
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
7
)
Basic Examples
(
1
)
Here is a dataset in long form:
I
n
[
1
]
:
=
S
e
e
d
R
a
n
d
o
m
[
5
5
]
;
d
a
t
a
s
e
t
=
D
a
t
a
s
e
t
O
u
t
[
1
]
=
W
o
r
d
L
e
t
t
e
r
V
a
l
u
e
a
u
t
o
m
a
t
e
d
b
0
.
8
8
a
u
t
o
m
a
t
e
d
a
0
.
8
4
d
i
s
s
e
m
b
l
e
a
0
.
9
7
k
n
i
t
w
e
a
r
a
0
.
5
7
d
i
s
s
e
m
b
l
e
c
0
.
5
3
d
i
s
s
e
m
b
l
e
a
0
.
9
3
k
n
i
t
w
e
a
r
a
0
.
8
6
a
u
t
o
m
a
t
e
d
c
0
.
7
4
d
i
s
s
e
m
b
l
e
b
0
.
8
2
Convert to wide form for word vs letter:
I
n
[
2
]
:
=
W
i
d
e
F
o
r
m
D
a
t
a
s
e
t
[
d
a
t
a
s
e
t
,
"
W
o
r
d
"
,
"
L
e
t
t
e
r
"
,
"
V
a
l
u
e
"
]
O
u
t
[
2
]
=
W
o
r
d
b
a
c
a
u
t
o
m
a
t
e
d
0
.
8
8
0
.
8
4
0
.
7
4
d
i
s
s
e
m
b
l
e
0
.
8
2
1
.
9
0
.
5
3
k
n
i
t
w
e
a
r
—
1
.
4
3
—
Convert to wide form for word vs letter using a different aggregation function:
I
n
[
3
]
:
=
W
i
d
e
F
o
r
m
D
a
t
a
s
e
t
[
d
a
t
a
s
e
t
,
"
W
o
r
d
"
,
"
L
e
t
t
e
r
"
,
"
V
a
l
u
e
"
,
"
A
g
g
r
e
g
a
t
i
o
n
F
u
n
c
t
i
o
n
"
M
e
a
n
]
O
u
t
[
3
]
=
W
o
r
d
b
a
c
a
u
t
o
m
a
t
e
d
0
.
8
8
0
.
8
4
0
.
7
4
d
i
s
s
e
m
b
l
e
0
.
8
2
0
.
9
5
0
.
5
3
k
n
i
t
w
e
a
r
—
0
.
7
1
5
—
S
c
o
p
e
(
1
)
O
p
t
i
o
n
s
(
1
)
A
p
p
l
i
c
a
t
i
o
n
s
(
1
)
P
r
o
p
e
r
t
i
e
s
&
R
e
l
a
t
i
o
n
s
(
2
)
P
o
s
s
i
b
l
e
I
s
s
u
e
s
(
1
)
S
e
e
A
l
s
o
L
o
n
g
F
o
r
m
D
a
t
a
s
e
t
▪
C
r
o
s
s
T
a
b
u
l
a
t
e
▪
R
e
c
o
r
d
s
S
u
m
m
a
r
y
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
D
a
t
a
r
e
s
h
a
p
i
n
g
f
u
n
c
t
i
o
n
s
"
"