Transformation#
Data transformation utilities for Nsight Python profiling output.
This module contains functions that process raw profiling results, aggregate metrics, normalize them, and prepare the data for visualization or further statistical analysis.
- nsight.transformation.aggregate_data( )#
Groups and aggregates profiling data by configuration and annotation.
- Parameters:
- Return type:
- Returns:
Aggregated DataFrame and the (possibly normalized) metric name.