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

Handle array access sensibly #7

@ibab

Description

@ibab

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions