mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-11-19 18:06:09 +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: ...
|
def update_dataframe(*args, **kwargs) -> DataFrame: ...
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def pivot_dataframe_by_ticker(*args, **kwargs) -> DataFrame: ...
|
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