I am trying to perform a .apply() method on a vaex data frame but it gives some error.
Given below is the code executed -
and the error message is as follows -
This dataset has 10+ Million rows.
I am trying to create one-hot encoded features wherein the values in each feature represent the count of its repetition by the same user before the current transaction date.
Kindly help ;(