다음을 통해 공유


Utility functions

This reference describes utility functions in the Environmental, Social, and Governance metrics capability. These function definitions are available in the UtilitiesForMetrics notebook for the capability.

MetricsManager Class

Class Reference: MetricsManager

Description The MetricsManager class is designed to manage metrics definitions, labels, and computed outputs. It provides methods to perform CRUD operations on metrics definitions, labels, and computations of sustainability metrics.

Constructor MetricsManager()

Parameters: None

Description: Initializes the MetricsManager class with predefined schemas for metrics tables and loads or initializes necessary DataFrames.

Methods