How can I filter the entries of big root file before converting it to a panda data frame? #837
Unanswered
SaharGholipour
asked this question in
Q&A
Replies: 1 comment 3 replies
-
do you have example code of what you're currently doing (that is slow but shows what you're trying to do)? that makes it easier to help you |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My root file includes a big data set and it would take forever to convert it to a panda data frame after opening the root file, so I need to remove some of the entries I don't want to have before converting it to a panda data frame. I would appreciate it if you could help me how to remove those entries.
Beta Was this translation helpful? Give feedback.
All reactions