Simple RDataFrame example in Python.
This tutorial shows a minimal example of RDataFrame. It starts without input data, generates a new column x with random numbers, and finally draws a histogram for x.
x
Definition in file df000_simple.py.