vepadulano / PyRDF

Python Library for doing ROOT RDataFrame analysis
https://pyrdf.readthedocs.io/en/latest/
9 stars 7 forks source link

Remove Backends submodule, Change interface to create RDataFrame #114

Closed vepadulano closed 3 years ago

vepadulano commented 3 years ago

The new interface to create a distributed RDF follows:

from PyRDF import Spark

df = Spark.RDataFrame(...)

type(df) # PyRDF.DataFrame.RDataFrame

Files have been moved / renamed accordingly.