For DTable being built in Dagger.jl? Can I understand the rationale for having it vs just adding distributed arrays to DataFrames.jl?

Would be interested in how the DTable in Dagger.jl works and the design behind it.

I imagine it’s something like, it’s harder to overload the methods in DataFrame than to have this work with Dagger’s DAG approach.