File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ You can directly see RDataFrame in action in our [tutorials](https://root.cern/d
8787 - [Adding a progress bar](\ref progressbar)
8888 - [Working with missing values in the dataset](\ref missing-values)
8989 - [Dealing with NaN or Inf values in the dataset](\ref special-values)
90+ - [Translating TTree::Draw to RDataFrame](\ref rosetta-stone)
9091- [Python interface](classROOT_1_1RDataFrame.html#python)
9192- <a class="el" href="classROOT_1_1RDataFrame.html#reference" onclick="javascript:toggleInherit('pub_methods_classROOT_1_1RDF_1_1RInterface')">Class reference</a>
9293
@@ -1916,6 +1917,7 @@ Non-finite numbers can be suppressed using Filter(), e.g.:
19161917df.Filter("std::isfinite(x)").Mean("x")
19171918\endcode
19181919
1920+ \anchor rosetta-stone
19191921### Translating TTree::Draw to RDataFrame
19201922
19211923<table>
You can’t perform that action at this time.
0 commit comments