-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
bugSomething isn't workingSomething isn't working
Description
If datatypes for pandas.DataFrame are not specified, a query operation with negative values most likely fails (see also: https://stackoverflow.com/questions/50400843/using-negative-numbers-in-pandas-dataframe-query-expression)
Hence, we cannot directly apply custom cuts with negative values using pandas.DataFrame.query which is a major problem.
Furthermore, specifying datatypes might save diskspace!
This needs to be done at the first processing stage when TTrees are converted and pickled.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working