mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-08-20 13:00:01 +00:00
added historic_vol method to panel class in msyrs.pyi
This commit is contained in:
parent
70f135da61
commit
a9056ef308
@ -32,3 +32,9 @@ class qdf:
|
||||
def update_dataframe(*args, **kwargs) -> DataFrame: ...
|
||||
@staticmethod
|
||||
def pivot_dataframe_by_ticker(*args, **kwargs) -> DataFrame: ...
|
||||
|
||||
class panel:
|
||||
__all__ = ["historic_vol"]
|
||||
|
||||
@staticmethod
|
||||
def historic_vol(*args, **kwargs) -> DataFrame: ...
|
||||
|
Loading…
x
Reference in New Issue
Block a user