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
Hi @acampove, entry_start and entry_stop are not supported for uproot.concatenate. The question here is what should these entry ranges correspond to?
To the entry_start and entry_stop of each input file? Then we need to have a different type of argument that recognizes these per tree.
To the entry_start and entry_stop of the concatenated file? That still requires us to concatenate the original trees and then slice them down. If you want this behavior you can always slice with df[:200].
I agree though that uproot.concatenate should complain if it gets an unrecognized argument (the drawbacks of **kwargs...).
Let me know what you think about this, maybe it could be helpful if you can describe more your specific application?
I am using version
5.5.2
. The reproducer is:I expect the dataframe to have 200 entries but I see 2000. Am I doing anything stupid here?
The text was updated successfully, but these errors were encountered: