I've created a merge request to update the groupBy method to return a table from the object. This allows us to continue the use of the other methods available within the Table object.
I've also created a transform method within the Table class. This allows us to run a method over a column and change how the value within the table.
Summary
I've created a merge request to update the
groupBy
method to return a table from the object. This allows us to continue the use of the other methods available within theTable
object.I've also created a
transform
method within theTable
class. This allows us to run a method over a column and change how the value within the table.