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

@ -44,4 +44,6 @@ class panel:
@staticmethod
def get_period_indices_hv(*args, **kwargs) -> Series: ...
@staticmethod
def linear_composite(*args, **kwargs) -> DataFrame: ...