Skip to content

Remove pandas from weighted cutflows

Benjamin Krikler requested to merge BK_remove_pandas_from_weighted_cutflows into master

Since using uproot's pandas interface has proved to be quite a bit slower than directly working from jagged arrays, this finally removes pandas completely from the cut-flow code. Fixes issue #12 (closed).

Merge request reports