Add a function to replace the "profile" index level with a metadata column #233
Labels
area-thicket
Issues and PRs involving Thicket's core Thicket datastructure and associated classes
priority-normal
Normal priority issues and PRs
type-feature
Requests for new features or PRs which implement new features
When dealing with certain datasets (e.g, a collection of profiles per MPI rank), it can be useful to replace the "profile" index level with data from the metadata table (e.g., MPI rank). Right now, we can sort-of do this with
GroupBy.agg(...)
, but it would be nicer to have dedicated functionality for this.A new function for this would behave along these lines:
DataFrame
The text was updated successfully, but these errors were encountered: