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.
root_numpy supports branch names to be formulas, such as 2*sqrt(x),
which are parsed by ROOT’s TFormula class.
The use of * by root_pandas for branch name matching conflicted with
this behaviour. This commit adds the NOEXPAND_PREFIX string, which
causes column names to skip the branch name matching mechanisms.
Closes#14.
0 commit comments