Add linear_composite method to panel class

This commit is contained in:
Palash Tyagi 2025-04-08 22:39:08 +01:00
parent 8a9b6bc88f
commit 0b97e2d0be

View File

@ -45,3 +45,5 @@ class panel:
@staticmethod @staticmethod
def get_period_indices_hv(*args, **kwargs) -> Series: ... def get_period_indices_hv(*args, **kwargs) -> Series: ...
@staticmethod
def linear_composite(*args, **kwargs) -> DataFrame: ...