This site is currently under development for the RSE-ops community.
Published:
Reading time: 1 min
Hatchet is a Python-based library that allows Pandas dataframes to be indexed by structured tree and graph data. It is intended for analyzing performance data that has a hierarchy (for example, serial or parallel profiles that represent calling context trees, call graphs, nested regions’ timers, etc.). Hatchet implements various operations to analyze a single hierarchical data set or compare multiple data sets, and its API facilitates analyzing such data programmatically. See the Hatchet documentation for more information including installation steps.
Help improve its content by opening a Pull Request on GitHub.