mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-11-19 14:16:10 +00:00
added historic_vol method to panel class in msyrs.pyi
This commit is contained in:
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user