Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jasonstrimpel/volatility-trading
/ array_to_dataframe
Function
array_to_dataframe
volatility/volest.py:32–36 ·
view source on GitHub ↗
(ndarray)
Source
from the content-addressed store, hash-verified
30
31
32
def
array_to_dataframe(ndarray):
33
return
pandas.DataFrame(
34
ndarray,
35
columns=[
'Open'
,
'High'
,
'Low'
,
'Close'
]
36
)
37
38
39
class
VolatilityEstimator(object):
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected