vepadulano / PyRDF

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

Support Snapshot operation #80

Closed vepadulano closed 5 years ago

vepadulano commented 5 years ago

This PR aims at adding support for the Snapshot RDataFrame operation. Support has been added both for local and distributed backend Tests were added to check the correct functionality

Bear in mind that the operation doesn't behave exactly like Snapshot, so that will need further discussion.