ROOT Version: 6.27.01 Platform: linux Compiler: gcc9.3.0
Hi community.
I thought I have a very basic question, but given that I did not manage to find any examples of it I have to ask.
While in RDataFrame tutorials it is clearly stated how one would use Aggregate method in C++, I could not find examples on how to use it in python. JIT version is apparently not there, since
call resolves to nonexisting Aggregate(std::string,std::string,std::string). Call does not get resolved even I replace those jit-lambdas with python lambdas.
That being said, I’m seemingly missing something fairly simple here, otherwise Aggregate would be a broken method in pyROOT I think. Could you please point out how I can get through this?