Skip to main content

Weave derived columns and groupby plotting

Created on October 5|Last edited on October 5

Creating derived columns

To do this, feed tabular data into the .map() op.

5
10
a
a2
1
2
3
Run set
1480

Here is the same thing but plotted

Run set
1480




Group by plotting

This is a group by followed by a map

key
bMin
bAvg
bMax
1
2

List<dict>
List<dict>
List<dict>