You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
In normal ROOT, trees may be within a TDirectory. This is transparent during reading (e.g., one can do f->Get("DirectoryName/TreeName" in C++).
However, when saving a DataFrame one cannot generate this directory structure. When saving a DataFrame with key="DirectoryName/TreeName", this will just become the name of the tree. This object cannot be read back, because f->Get("DirectoryName/TreeName" will look for a tree with the name TreeName within the TDirectoryDirectoryName, instead of a tree with that full name.