I have just had a look to the slides from the ROOT workshop.
Since it is experimental, do you think you will change the name of “MakeNumpyDataFrame”? I think it is very confusing, just reading the name of the function I understand that I am making a numpy data frame, but it is the opposite. It should be symmetric with “AsNumpy”.
Why not FromNumpy? and ToNumpy? (which are more or less the ones used by pandas, e.g. read_json, to_json, …)
In addition also Awkward Array is using a naming that make very sense: from_rdataframe, to_rdataframe.