You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explain what you would like to see improved and how.
I use RDataFrame.Stats. That does not allow setting the name of the resulting statistics. This is a pity, since RDataFrame by design allows producing many results at once.
At the same time, TStatistics does not allow changing the name after its creation.
As a result, printing statistics results in many columns with "OBJ: TStatistic".
It would be good to allow setting name to TStatistic. Alternatively, one may allow setting name in the RDataFrame.Stats method.