Namespaces | |
namespace | df000_simple |
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
.
Definition in file df000_simple.py.