60th ROOT Parallelism, Performance and Programming Model Meeting
Additional comments:
Slide 15: There should be a tutorial that shows how to pass python values to a dataframe. Option 1 should not be used, as it may cause a lot of confusion / create wrong expectations. Better go for option 2.
Slide 17:
"GetValue" is a confusing name. It actually returns references. This will lead to unexpected behaviour. There's agreement that this needs to be solved.
- Pythonise GetValue such that on the Python side a copy is triggered
- (Less favoured) Make GetValue copy in the C++ side.
- Best option would be no GetValue at all
There are minutes attached to this event.
Show them.