Skip to content

Take the column in the lambda

Chosson Ulysse requested to merge IMPROVEMENT_column_in_lambda into main

[0.22.0] - 2022-02-21

Changed

  • The column is now check before using.
  • Change how to get the column, new the column is in the lambda and its the parameter of this lambda and the first element. In this example data is the column :
lambda data: data.a.b

Merge request reports