mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-08-20 13:00:01 +00:00
Add linear_composite method to panel class
This commit is contained in:
parent
8a9b6bc88f
commit
0b97e2d0be
@ -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: ...
|
Loading…
x
Reference in New Issue
Block a user