Closed briankariuki closed 3 months ago
Is it possible to do a lookup to another dataframe inside Dataframe.mutate/2?
I don't believe so. You'd either want to use DF.concat_columns/2 or DF.join/3 first.
DF.concat_columns/2
DF.join/3
Also, https://elixirforum.com/ is the more appropriate place to ask questions like this.
Is it possible to do a lookup to another dataframe inside Dataframe.mutate/2?