GitHub
github.com › scikit-hep › uproot3
GitHub - scikit-hep/uproot3: ROOT I/O in pure Python and NumPy. · GitHub
In the past year, uproot has become one of the most widely used Python packages made for particle physics, with users in all four LHC experiments, theory, neutrino experiments, XENON-nT (dark matter direct detection), MAGIC (gamma ray astronomy), ...
Author: scikit-hep
Masonproffitt
masonproffitt.github.io › uproot-tutorial
Uproot Tutorial
March 21, 2022 - This tutorial aims to demonstrate how to quickly get started with Uproot, a Python package that can read and write files in the .root format without actually requiring or running the ROOT software at all (as opposed to PyROOT, which is just an interface in Python that runs ROOT behind the scenes).
uproot-custom: customize branch data reading in Uproot
59:30
PyHEP 2021: Uproot and Awkward Array tutorial - YouTube
02:37:12
Jim Pivarski Tutorial: uproot and Awkward Array - YouTube
18:27
RNTuple and Uproot - YouTube
26:43
Easy Columnar File Conversion with 'hepconvert' - Zoë Bilodeau ...
01:10:02
Distributed Columnar HEP analysis using coffea + dask - Iason ...
» pip install uproot4
Readthedocs
uproot.readthedocs.io
How to install — Uproot documentation
If you are migrating from an older ... see the Uproot 3 → 4+ cheat-sheet. If you need detailed descriptions of a class’s properties or a function’s parameters, see the left-bar on this site (≡ button on mobile) or use help in Python, ? or shift-tab in iPython/Jupyter. Report bugs, request features, and ask for additional documentation on GitHub ...
Starred by 21 users
Forked by 28 users
Languages: Python 100.0% | Python 100.0%
Anaconda.org
anaconda.org › conda-forge › uproot
uproot - conda-forge | Anaconda.org
August 19, 2026 - ROOT I/O in pure Python and NumPy. Last Updated · Aug 20, 2026 at 03:33 · License · BSD-3-Clause · Supported Platforms · noarch · Unsupported Platforms · linux-ppc64le Last supported version: 4.3.7 · macOS-arm64 Last supported version: 4.3.7 · linux-64 Last supported version: 4.3.7 · linux-aarch64 Last supported version: 4.3.7 · macOS-64 Last supported version: 4.3.7 · win-64 Last supported version: 4.3.7 · Home https://github.com/scikit-hep/uproot5 ·
GitHub
github.com › scikit-hep › uproot5 › discussions › 321
Writing files with Uproot 4 · scikit-hep/uproot5 · Discussion #321
As a last update (in this sprint, at least), I've released Uproot 4.1.1 (PyPI) with several writing-related performance bugs and one bug-bug fixed, all in PRs #426 and #428. The GitHub pages have some measurements with the code used to make them. A rule of thumb that comes out of this is that you want to call TTree.extend with no less than about 100 kB per array branch. At that point, the Pythonic overhead for writing TBasket metadata is in the noise:
Author: scikit-hep