How fetch rows from another Dask dataframe by matching Dask dataframe's ID columns?

Hi @Sam,

Do you have a working Pandas solution?

What I would try is:

  1. Explode the Values column of A dataframe
  2. Join A and B on the new column and B.ID
  3. Groupby the result on A.ID column