This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Description
Per-entry arrays are used quite heavily in ROOT files.
It would be nice if access to an array index in the columns argument would automatically lead to that array element being read out for each entry in the tree:
df = read_root('file.root', columns=['myarray[0]'])
The column should probably have a different name, like myarray_0 to avoid problems when writing it to disk.