Exploding a list-like column

Hi @danj1011,

I’ve played with RVecs a little bit but, as is often the case, the std::vector structure is inherited and not something I have control over. How would it make my life easier?

You can convert std::vector into an RVec and continue with RDF (as described under the provided link). Here is a forum post with a similar issue to yours: What is the best way to create a flatten RDataFrame?

Cheers,
Marta