Skip to content

PythonRDataFrame

Maurik Holtrop edited this page Jul 5, 2021 · 2 revisions

Using RDataFrames in Python

This is the new, rapidly evolving, way to doing ROOT analysis, and according the to ROOT team is the way to the future. In other words, the future ROOT version 7 is likely to base the analysis on RDataFrame. See the ROOT documentation here: RDataFrame Class Reference and the tutorials: RDataFrame Tutorials

A quick example.

Clone this wiki locally