Handling a heavy root tree file as a datafame in Jupyter Notebook

Hi @blim,

If you don’t need access to all rows at the same time, you can use the uproot iterate function to read your tree in chunks and output a pandas dataframe (with additional options, like filtering of branches).

Cheers, Baptiste