scikit-hep / awkward

Manipulate JSON-like data with NumPy-like idioms.
https://awkward-array.org
BSD 3-Clause "New" or "Revised" License
806 stars 81 forks source link

support distributed RDataFrame #3163

Open ianna opened 1 week ago

ianna commented 1 week ago

Description of new feature

Currently we do not support distributed RDataFrame. See the discussion in the issue https://github.com/scikit-hep/awkward/issues/3061 The feature needed to support it has been implemented in: https://github.com/root-project/root/pull/15672