Hi @Sam,
Do you have a working Pandas solution?
What I would try is:
- Explode the
Values
column ofA
dataframe - Join A and B on the new column and B.ID
- Groupby the result on A.ID column
Hi @Sam,
Do you have a working Pandas solution?
What I would try is:
Values
column of A
dataframe